| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Vendor createNativeStackNavigator for further tweaks
* Completely disable withAuthRequired
* Render LoggedOut for protected routes
* Move web shell into the navigator
* Simplify the logic
* Add login modal
* Delete withAuthRequired
* Reset app state on session change
* Move TS suppression
|
|
|
|
|
| |
* allow dynamic locale imports for web
* remove unnecessary file
|
| |
|
| |
|
|
|
|
|
|
|
| |
* PWI: Profile
* Show replies conditionally
* Dismiss modals on auth action
|
| |
|
|
|
|
|
| |
* Clean up logged out screen
* Better responsive styles
|
|
|
|
|
|
|
| |
* PostDropdownBtn
* Hide reply prompt
* Hide FABs
|
|
|
|
|
|
|
|
|
| |
* Hook up scroll to top handlers
* Scroll and invalidate Feeds/Lists
* Fix index calc due to conditional tabs
* Reorder lines for clarity
|
|
|
|
|
|
|
| |
* Feeds page
* Hide save buttons on Feeds page
* ProfileFeed
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Sidebars
* Bottom bar
* Drawer
* Translate
* Spacing fix
* Fix responsive regression
* Fix nit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make shadow a type-only concept
* Prevent unnecessary init state recalc
* Use derived state instead of effects
* Batch emitter updates
* Use object first seen time instead of dataUpdatedAt
* Stop threading dataUpdatedAt through
* Use same value consistently
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Base work for public view
* Make default moderation settings more restrictive
* Fix type
* Handle showing sign-in on authed actions
* Fix hoc logic
* Simplify prefs logic
* Remove duplicate method
* Add todo
* Clean up RepostButton.web
* Fix x button color
* Add todo
* Retain existing label prefs for now, use separate logged out settings
* Clean up useAuthedMethod, rename to useRequireAuth
* Add todos
* Move dismiss logic to withAuthRequired
* Ooops add web
* Block public view in prod
* Add todo
* Fix bad import
|
|
|
|
|
|
|
| |
* Add dev-only button to clear storage
* Add legacy storage clearing too
* Use try/catch
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* get basic hindi support to work
* get web app language switcher in
* Refactor i18n implementation and remove unused
code
* add missing strings
* add dropdowns and modals missing strings
* complete all hindi translations
* fix merge conflicts
* fix legeacy persisted state
* fix data in RecommendedFeeds
* fix lint
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Fix some low-hanging type errors
* Override scrollRef types on profile
|
| |
|
|
|
|
|
|
|
| |
* Use non-reactive callbacks for some methods
* Remove unnecessary state
* Use non-reactive callbacks for modals
|
| |
|
|
|
|
|
|
|
| |
* Dont use the stale cache for notifs-feed
* Add a delay to marking all read to avoid marking upcoming posts as read
* Trigger automatic notifications refresh when navigating to the tab, in certain conditions
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Show loading state in notifications
* Fix invalidation of notifs
* Move spinner below header
* Fix: dont show spinner on initial load
|
|
|
| |
(cherry picked from commit 1be2060a2b81741dcf9a392160af87d2747b3497)
|
| |
|
|
|
|
|
| |
* Tempfix profile load
* First pass at staleTime
|
| |
|
|
|
|
|
|
|
| |
* Split feed into two components
* Rm unused
* Add a spinner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Prototype a queue
* Track both current and pending actions
* Skip unnecessary actions
* Commit last confirmed state to shadow
* Thread state through actions over time
* Fix the logic to skip redundant mutations
* Track status
* Extract an abstraction
* Fix standalone mutations
* Add types
* Move to another file
* Return stable function
* Clean up
* Use queue for muting
* Use queue for blocking
* Convert other follow buttons
* Don't export non-queue mutations
* Properly handle canceled tasks
* Fix copy paste
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update login page to use service query
* Update modal to use session instead of store
* Move image sizes cache off store
* Update settings to no longer use store
* Update link-meta fetch to use agent instead of rootstore
* Remove deprecated resolveName()
* Delete deprecated link-metas cache
* Delete deprecated posts cache
* Delete all remaining mobx models, including the root store
* Strip out unused mobx observer wrappers
|
|
|
|
|
|
|
|
|
| |
refactor) (#1931)
* Refactor account-creation to use react-query and a reducer
* Add translations
* Missing translate
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Replace me model in post dropdown btn
* Replace delete account logic
* Replace me model in bottom bar web
* Replace me model in bottom bar
* Replace me model in reply prompt
* Better fallback
* Fix reference
* Fix bad ref in bottom bar
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Refactor ChangeHandle to use new methods
* Better telemetry
* Remove unused logic
* Remove caching
* Add error message
* Persist service changes, don't fall back on change handle
|
|
|
|
|
|
|
| |
* Refactor invites modal
* Replace in drawer
* Delete stuff from me model
|
| |
|
|
|
|
|
|
|
|
|
| |
* Refactor closeAny and closeAllActiveElements
* Add close lightbox
* Switch to hooks
* Fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove unused prefs
* Cleanup
* Remove my-follows cache
* Replace moderationOpts in ProfileCard comp
* Replace moderationOpts in FeedSlice
* Remove preferences model
|
| |
|
| |
|
| |
|
| |
|