| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
on post feeds (#2100)
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix session email/emailConfirmed types, update usage for safer access
* Handle fallback better, better errors
* Better handling, add test
* Add test for default data
* Remove fallback, not needed, update logs
|
|
|
|
|
| |
* Fix layout of no-policy notice
* Fix spacing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add logged out e2e ctrl, fix login test
* Fix log handling via env vars in expo
* Fix create account test
* Upgrade dev-env
* Fix home screen tests
* Fix composer tests
* Fix curate-lists tests, split in two
* Fix invite codes test
* Fix curate-lists tests
* Give up on mergefeed test
* Fix mod lists
* Fix app view url
* Fix profile tests
* Fix profile test with hack
* Keep using globals
* Fix two more
* Fix thread view
* Better skip for merge feed
* Revert debug code
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Fix bottom space on feeds
* Translate
* Handle web better
|
| |
|
| |
|
|
|
|
|
| |
* Handle feedgen 429
* Translate
|
|
|
|
|
| |
* Fix: distinguish between post media and quotes with the moderation hider
* Type fixes
|
|
|
|
|
| |
* Improve the post-hider and the header alerts
* Adjust the contenthider (icon, font size)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
https://github.com/tarikfp/social-app into uiwork-reflow-issue
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Do no poll when screen is not focused
* Avoid polling unless focused
* Handle homepage in background
* Fix the intl:check to ignore comments in diffs
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Pull out and memoize PagerTabBar
* Avoid invalidating onScroll and add throttling
* Make isScrolledDown update non-blocking
* Fix types
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(#1985)
* fixed lack of styles on 1300px web viewport width by adjusting tablet breakpoints
* fixed lack of styles on 800px web viewport width by adjusting mobile breakpoints
* changed `maxWidth` values in viewports to `n - 1` format
|
|\ \
| | |
| | |
| | | |
into mozzius-copy-link
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* add reanimated layout animations to modals
* reorder imports
* pass context to scroll handler patches
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Fix profile feedgens view
* Fix profile lists view
* Translate
|
|/ /
| |
| |
| |
| |
| |
| | |
mute (#2048)
* Hide normal mute if muted by list, and invalidate profile query upon list mute
* Prevent profile flashing
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Handle nsfw feeds in public view
* Translate
* Refactor, new approach
* Translate
* Copy
* Translate
* Revert changes to Feed
* Remove unused retry
* Translate
|
| | |
|
|\ \
| | |
| | |
| | | |
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
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
key issue (#2034)
* Assign keys to feed slices via a counter, to enable duplicate items in the feed if needed
* Move post-feed query state into the query's page params to consistently bind their lifecycles
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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>
|
| | |
| | |
| | |
| | |
| | | |
* Add navigationAction prop to Link
* Bottom bar should use navigate() action
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|