| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Manually override incorrect 'in' to 'id' lang code
* Fix additional legacy language code issues
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fix (#4430): Use separate hooks for shell mode animated styles
* Consolidate in one file
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* throttle instead of debounce
* trailing: true
* Fix throttle call
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* backup android focus
* bump to 300ms just to make sure it catches all of them
|
| |
|
|
|
|
| |
Co-authored-by: Hailey <me@haileyok.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* disable keyboard controller in the composer screen
* add comment
* oops
* destructure
* rename to keyboard context for clarity
* move destructure
* cleanup
|
|
|
|
|
| |
* Fix notifications pagination on web
* Preserve larger threshold on native
|
| |
|
| |
|
|
|
|
|
| |
* cancel animations before updating value
* comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* keep trying to open keyboard until it's open
* limit number of retries
* keep the original 50ms one as well
* Proper fix!
* disable autoFocus if not visible
* Reset derived state
* Revert "Reset derived state"
This reverts commit 71f57391ae78bac717282e699d1b83cbd87771eb.
* Use derived state pattern
* Rename for clarity
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
* add `legacy` to picker
* add for the other callsite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add notification count badge mobile web
* rename var
* add gate to types
* implement gate
* nit
* Fix condition order, narrow types
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
|
|
|
|
|
|
| |
* add types for `desktopFixedHeight`
* nit
* accept both `number` and `boolean`
|
|
|
|
|
| |
* Update tests
* Run intl extract
|
|
|
|
|
|
|
|
|
|
|
| |
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Merge remote-tracking branch 'upstream/main' into update-korean-localization
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update French localizations
* Fix typos in French and misusage of "Ignorer"
Thanks @surfdude29 for the review!
Fixes #4296.
* Bump strings and remove unused one in French
* Translate three new missing strings in French
* Bump strings and trim unused old in French again
* Translate five new missing strings in French again
|
|
|
|
|
|
|
| |
* Delete obsoleted translated messages
* Translate new messages, update some messages
* Update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Improve zh-TW translation
* improve and fix
* Update messages.po
msgid "Nevermind, create a handle for me"
* revert L3813
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* BOTH: Fix and clean
msgid "Copy {0}"
msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information."
* CN: Unify emoji
* TW: Update and unify some translation
* TW: unify "色情
* TW: update
* TW: typo
* CN:translated latest commit
* CN:removed superseded strings
* CN:fixed string 'left to go'
* CN:unified translation
* CN:translated latest commit
* CN:fix typo
---------
Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* use a timeout to focus the composer input
* scope to just android
* scope useEffect to just android as well
* oops
* cleanup
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update types
(cherry picked from commit 27deac1f367825771ba76fa098ec1b0a62dcf64a)
* Integrate into deactivate dialog
(cherry picked from commit 84f299a447259cc1fbfc7be607e28197779e4ec1)
* Integrate into Deactivated screen
(cherry picked from commit 29193f34822ecdf11e2a407197fa230285dfe846)
* Bump api sdk
(cherry picked from commit 738c622d3e5a23bfbb0d3bdce3a6bdf01e54ca60)
* Update permalink
(cherry picked from commit c10bf5c071d76c3054bc4ce9d313c10b1820f038)
* Bump sdk pkg
* Update types to match backend
* Loosen types for forwards compat
* Hydrate status from persisted data
* Refresh session when re-activating, clear query cache
* Show app password error
* Refactor dialog to clear state when closed
* Add app password error to Deactivated screen
|
| |
|
|
|
|
|
| |
* Report persisted schema validation failures
* Make it safer
|
| |
|
|
|
|
|
| |
* Remove fallback that's no longer valid
* Update test
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* replace w/ hairline width
* no border for placeholder
* few notifications screen fixes tablet
* still show the border on desktop
* Simp
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
|
|
|
|
|
|
| |
* mark `accessibilityLabel` and `accessibilityHint` for translation
* lint
* try again
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add profiles to search history
* increasing horizontal padding slightly
* tightening up styling
* fixing navigation issue
* making corrections
* Make the search history profiles a little smaller
* bug stomping
* Fix issues
* Persist taps
* Rm unnecessary
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
* reduce side gap + add overflow hidden
also remove the animations since they don't appear in prod, and are kinda broken
* removed fixed height to fix alt text
|
|
|
|
|
|
|
|
|
|
|
| |
* floor values
* fix last line being obscured
* Rm unnecessary runOnUI
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Disambiguation of the deactivation
* Snapshot crackle pop
* Change log context
* [🙅] Add status to session state (#4269)
* Add status to session state
* [🙅] Add new deactivated screen (#4270)
* Add new deactivated screen
* Update copy, handle logout
* Remove icons, adjust padding
* [🙅] Add deactivate account dialog (#4290)
* Deactivate dialog
(cherry picked from commit 33940e2dfe0d710c0665a7f68b198b46f54db4a2)
* Factor out dialog, add to delete modal too
(cherry picked from commit 47d70f6b74e7d2ea7330fd172499fe91ba41062d)
* Update copy, icon
(cherry picked from commit e6efabbe78c3f3d9f0f8fb0a06a6a1c4fbfb70a9)
* Update copy
(cherry picked from commit abb0ce26f6747ab0548f6f12df0dee3c64464852)
* Sizing tweaks
(cherry picked from commit fc716d5716873f0fddef56496fc48af0614b2e55)
* Add a11y label
|
|
|
|
|
|
|
| |
* Handle message cleanup
* Handle last message in chat list
* Memoize lastMessage
|