| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
into mozzius-copy-link
|
| | |/
| |/| |
|
|/ /
| |
| |
| |
| |
| |
| | |
mute (#2048)
* Hide normal mute if muted by list, and invalidate profile query upon list mute
* Prevent profile flashing
|
|\ \
| | |
| | |
| | | |
https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-default-pin-feed-on-add
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Optimisticaly update order of saved feeds
* Better show disabled state for pin button
* Improve loading/disabled states
* Improve placeholder
* Simplify loading components
|
| | |
| | |
| | |
| | |
| | | |
* Reset, not invalidate, notification queries
* Reset, not invalidate, feed queries
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
checks (#2017)
* Refactor the notifications to cache and reuse results from the unread-notifs checks
* Fix types
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* show logged out view when adding accounts
* Handle existing signed-in account
* Show which account is currently logged in
* Fix showing toasts
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rework resolve-did and resolve-uri queries to be smarter about cache reuse
* Precache handle resolutions
* Remove old unused code
* Load placeholder threads from the post-feed and notifications-feed queries
* Remove logs
* Fix bad ref
* Add loading spinners to the cache-loading thread view
* Scroll replies into view when loading threads
* Add caching within a thread
* Fix: dont show bottom border when the child spinner is active
|
|
|
|
|
|
|
|
|
| |
* Fix up home page
* Fix spacing
* Remove unused default tab
* Update logic
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
| |
* Show loading state in notifications
* Fix invalidation of notifs
* Move spinner below header
* Fix: dont show spinner on initial load
|
| |
|
|
|
|
|
|
|
| |
* Split feed into two components
* Rm unused
* Add a spinner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 invites modal
* Replace in drawer
* Delete stuff from me model
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Move tick-every-minute into a hook/context
* Move soft-reset event out of the shell model
* Update soft-reset listener on new search page
* Implement session-loaded and session-dropped events
* Update analytics and push-notifications to use new session system
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Desktop web work
* Mobile search
* Dedupe suggestions
* Clean up and reorg
* Cleanup
* Cleanup
* Use Pager
* Delete unused code
* Fix conflicts
* Remove search ui model
* Soft reset
* Fix scrollable results, remove observer
* Use correct ScrollView
* Clean up layout
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
| |
|