-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trending (Beta) #7144
Trending (Beta) #7144
Conversation
|
/* | ||
* Only English during beta period | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonder if we're better off just adding this back to feature flags, so that way we can just change it live instead of requiring a whole new rollout? fwiw idt the change will happen super soon, but just thinking ahead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We certainly can!
This reverts commit 1358ad4.
* add topic screen * decode * fix search query * decode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work all. And away we go
* main: (58 commits) Fix tests Layout tweaks (bluesky-social#7150) Trending (Beta) (bluesky-social#7144) Fix emoji picker position (bluesky-social#7146) Tweak Follow dialog Search placeholder (bluesky-social#7147) New progress guide - 10 follows (bluesky-social#7128) Pipe statsig events to logger (bluesky-social#7141) Fix notifications borders (bluesky-social#7140) Refetch empty feed on focus (bluesky-social#7139) Read storage on window.onstorage (bluesky-social#7137) [ELI5] Tweak wording on the signup screen (bluesky-social#7136) alf error screen (bluesky-social#7135) add safe area view to profile error screen (bluesky-social#7134) Adjust gates (bluesky-social#7132) disable automaticallAdjustsScrollIndicatorInsets (bluesky-social#7131) Bump more native deps (bluesky-social#7129) Update more Expo packages (bluesky-social#7127) feat: widen recent search profile link for mobile devices (bluesky-social#7119) Fix video uploads on native (bluesky-social#7126) Fix post time localization on Android (bluesky-social#6742) ... # Conflicts: # src/view/com/profile/ProfileSubpageHeader.tsx # src/view/screens/ProfileList.tsx
* Update translates from crowdin * zh-CN: Improved translations * Both: Improved translations * TW & HK: Improved translations * CN: Re-translate 'Quote posts enabled' * TW: Improved translations * CN: Unify the translations of 'label' * CN: Fix grammar * CN & HK: Improved translation * TW: Improved translations * Update translates from crowdin * Translated new Layout & Improved zh-TW translations * zh-CN: Unified label translation * zh-HK: Fix translation * zh-TW: Improved translation * Update from crowdin * Improved translation * Update translates from crowdin * Update from crowdin * Update the latest translations * Update translations according #7065 * zh-TW: Improved translations * Update translates from crowdin * zh-HK: Improved translations * Update translates from crowdin * Improved translations * zh-CN & zh-HK: Improved translations * zh-CN: Re-translated 'Bluesky is better with friends!' * Update translates from crowdin * Translated #7128 * Remove placeholder * Translated #7144 #7147 * Improved translations * Improved translations#2 * zh-CN: Improved translations
* Add WIP UIs for trending topics and suggested starterpacks * Disable SPs for now * Improve explore treatment a bit, add some polish to cards * Add tiny option in RightNav * Add persisted option to hide trending from sidebar * Add to settings, abstract state, not updating in tab * Fix up hide/show toggle state, WITH broadcast hacK * Clean up persisted code, add new setting * Add new interstitial to Discover * Exploration * First hack at mute words * Wire up interstitial and Explore page * Align components * Some skeleton UI * Handle service config, enablement, load states, update lex contract * Centralize mute word handling * Stale time to 30m * Cache enabled value for reloads, use real data for service config * Remove broadcast hack * Remove titleChild * Gate settings too * Update package, rm langs * Add feature gate * Only english during beta period * Hook up real data * Tweak config * Straight passthrough links * Hook up prod agent * Fix no-show logic * Up config query to 5 min * Remove old file * Remove comment * Remove stray flex_1 * Make trending setting global * Quick placeholder state * Limit # in sidebar, tweak spacing * Tweak gaps * Handle hide/show of sidebar * Simplify messages * Remove interstitial * Revert "Remove interstitial" This reverts commit 1358ad4. * Only show interstitial on mobile * Fix gap * Add explore page recommendations * [topics] add topic screen (bluesky-social#7149) * add topic screen * decode * fix search query * decode * add server route * Fix potential bad destructure (undefined) --------- Co-authored-by: Paul Frazee <[email protected]> Co-authored-by: Dan Abramov <[email protected]> Co-authored-by: Hailey <[email protected]>
* Update translates from crowdin * zh-CN: Improved translations * Both: Improved translations * TW & HK: Improved translations * CN: Re-translate 'Quote posts enabled' * TW: Improved translations * CN: Unify the translations of 'label' * CN: Fix grammar * CN & HK: Improved translation * TW: Improved translations * Update translates from crowdin * Translated new Layout & Improved zh-TW translations * zh-CN: Unified label translation * zh-HK: Fix translation * zh-TW: Improved translation * Update from crowdin * Improved translation * Update translates from crowdin * Update from crowdin * Update the latest translations * Update translations according bluesky-social#7065 * zh-TW: Improved translations * Update translates from crowdin * zh-HK: Improved translations * Update translates from crowdin * Improved translations * zh-CN & zh-HK: Improved translations * zh-CN: Re-translated 'Bluesky is better with friends!' * Update translates from crowdin * Translated bluesky-social#7128 * Remove placeholder * Translated bluesky-social#7144 bluesky-social#7147 * Improved translations * Improved translations#2 * zh-CN: Improved translations
This requires closing for backlog grooming. |
No description provided.