about summary refs log tree commit diff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Fix double padding in `Dialog.InnerFlatList` on web (#5986)Samuel Newman2024-10-293-12/+19
| | | | | * remove extra padding on web * pass prop
* Add Hungarian localisation (#5902)smileyhead2024-10-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add 'hu' to lingui.config.js * Add 'hu' to dates.ts * Add 'hu' to helpers.ts * Add 'hu' to i18n.ts * Add 'hu' to i18n.web.ts * Add 'hu' to languages.ts * Create messages.po * Update messages.po * Update messages.po * Update messages.po * Minor fixes Reworded some things in the hashtag context menu. * Some tweaks Shortened Media tab title Added spaces to the short timestamps (mp, p, ó, n, hó) * Hopefully fix the removing of plural strings * Update Hungarian localisation * Fixed some things * Fixed typo * Further small fixes * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: Frudrax Cheng <i@cynosura.one> * Update src/locale/locales/hu/messages.po Co-authored-by: Frudrax Cheng <i@cynosura.one> * Apply fixes after proofreading session --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Frudrax Cheng <i@cynosura.one>
* Add `en-GB` localisation (#5952)surfdude292024-10-281-0/+2
| | | | | | | | | | | | | | | | | | | * Create blank en-GB/messages.po * localise certain strings for en-GB * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts * Update i18n.ts
* Limit number of lines in starter pack card (#5973)Hailey2024-10-281-2/+8
|
* flex_1 text container (#5891)Samuel Newman2024-10-281-1/+1
|
* Display non-post embeds in composer preview (#5647)dan2024-10-241-1/+0
| | | | | | | | | | | | | * Display non-post embeds in composer preview * Remove starter pack special case from ExternalLinkEmbed This should not be needed because starter pack composer preview now goes through the record preview codepath, just like in the feed/post view. * Hide record ext links if quote is present * Align remove buttons Remove the implicit top padding in record embeds and make it conditional, which is similar to how we treat external link embeds. This makes the X button appear in the same place for record embeds as with links.
* Fix NavSignupCard on web (#5813)Eric Bailey2024-10-212-4/+5
|
* Fix dragging up in flat list dialogs on Android (#5817)Hailey2024-10-171-11/+32
|
* Remove BaseLink component (#5682)Eric Bailey2024-10-173-53/+7
| | | | | | | | | * Remove BaseLink component * Fix StarterPackCard Link component * Rm flex_1 causing overflow * Make newskie usage full width
* Logged out improvments (#5771)Samuel Newman2024-10-171-6/+16
| | | | | | | | | | | | | | | | | * fetch all accounts in one go * delete unused component * add safeareaview to logged out layout * add safe area insets to LoggedOut view * add safe area insets to the error boundary * sanitize displaynames/handles * use button for X * increase spacing
* Add graphic media self label (#5758)Hailey2024-10-161-3/+65
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Composer - Self label dialog ALF rewrite (#4354)Samuel Newman2024-10-162-2/+2
|
* Edit profile dialog ALF refresh (#5633)Samuel Newman2024-10-155-22/+117
|
* Remove top padding from shell, move down into individual screens (#5548)Samuel Newman2024-10-141-0/+41
|
* Use admonitions in settings screens (#5741)Samuel Newman2024-10-141-5/+8
|
* Add util for link static clicks (#5683)Eric Bailey2024-10-142-21/+26
| | | | | | | * Add util for link static clicks * Format * Update copy
* Fix keyboard hiding alt text input after viewing DMs on iOS (#5739)Hailey2024-10-141-0/+15
|
* Add Admonition component (#5680)Eric Bailey2024-10-141-0/+118
| | | | | | | * Add Admonition component * Tweak mobile padding * Format
* Present in-app browser as sheet (#5718)Samuel Newman2024-10-112-2/+2
| | | | | | | * use page sheet presentation * move to its own file rather than sitting in prefs * whoops, missed one
* GIF dialog is scrollable on web (#5704)Hailey2024-10-101-2/+5
|
* Persist taps in the dialog scrollview (#5701)Hailey2024-10-101-1/+2
|
* Bump icon size for small size buttons (#5687)Eric Bailey2024-10-101-1/+1
|
* Update the email verification dialog (#5663)Hailey2024-10-101-0/+254
|
* Fix `Text` `emoji` type (make `emoji` optional) (#5678)Hailey2024-10-101-1/+1
|
* Invert non config filtering (#5674)Eric Bailey2024-10-101-1/+1
| | | | | | | * Invert filtering logic * Rename * Rm comment
* Cleanup unused props from dialogs (#5665)Hailey2024-10-095-27/+13
|
* Allow nested sheets without boilerplate (#5660)Samuel Newman2024-10-094-313/+259
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Fix layout bugs in appeals dialog (#5657)Hailey2024-10-081-1/+3
|
* fix clear button in input (#5650)Hailey2024-10-081-1/+9
| | | | Co-authored-by: Eric Bailey <git@esb.lol>
* Move Dialogs to Radix (#5648)Samuel Newman2024-10-084-27/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Redix FocusTrap (#5638) * Use Redix FocusTrap * force resolutions on radix libs * add focus guards * use @radix-ui/dismissable-layer for escape handling * fix banner menu keypress by using `Pressable` * add menu in dialog example to storybook --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> * use DismissableLayer/FocusScope for composer * fix storybook dialog * thread Portal through Prompt and avatar/banner * fix dialog style regression * remove tamagui --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Update neue nux date (#5643)Eric Bailey2024-10-071-1/+1
|
* Swipeable to delete chat, custom swipeable (#5614)Hailey2024-10-071-0/+5
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Add Cantonese Localization (#5479)Frudrax Cheng2024-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add zh-HK localization * Update dates.ts * HK: Update Translates * HK: Fix typo * HK: Fix wrong language code * HK: Update Translates * HK: Update Translates * rename 'Chinese (Hong Kong)' to 'Cantonese' * HK: Update Translates * Update languages.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * HK: Update Translates by reviewers --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Restored the dot in the message displayed in the moderation details dialog ↵Takayuki KUSANO2024-10-071-0/+1
| | | | (#5622)
* Enclose the entire message in Trans tags for translation (#5616)Takayuki KUSANO2024-10-052-19/+23
|
* Emoji handling nested (#5609)Eric Bailey2024-10-041-12/+19
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-0439-1025/+744
| | | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* Fix profile header buttons (#5558)Eric Bailey2024-10-032-22/+14
| | | | | | | | | | | * Fix profile header buttons * Adjust labeler buttons too * Fix load state jumps * Small tweak for web * Remove log
* [🐴] Reduce amount that message sent date is shown (#4228)Samuel Newman2024-10-034-90/+178
|
* Delete messages NUX (#5574)Samuel Newman2024-10-021-175/+0
|
* import order (#5571)Hailey2024-10-021-2/+2
|
* Tweak verify email dialog (#5555)Eric Bailey2024-10-021-43/+43
| | | | | * Add intent/verify-email to go server * Tweak verify intent dialog
* ALF text input for generic search input (#5511)Samuel Newman2024-09-302-1/+76
| | | | | | | | | | | | | | | | | | | | | * alf text input for generic search input * clearer ref naming * Adjust props and definition * Migrate props * Migrate props * Migrate props * Replace on search screen * rm old props --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Lazy load ViewShot (#5517)Hailey2024-09-272-47/+60
| | | | | | | | | | | * lazy one spot * lazy signup * fix type * tweak type, fix missing viewshot type * only import type oops
* Adjust header offset (#5501)Eric Bailey2024-09-271-3/+3
|
* Adjust dialog timing (#5502)Eric Bailey2024-09-271-1/+1
|
* Remove 10milly dialog, revert header logo changes (#5503)Eric Bailey2024-09-267-907/+3
|
* Clean up left nav on web (#5488)Eric Bailey2024-09-261-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * Tweak nav item count style * Fix nav item icon width and alignment * Just refactor the thing * New compose button * Z index * Rounded * Tweak gradient * Tweak gradient * Tweak gradient * Solid * Adjust position of counter * Always a circle
* Emoji in account list (#5497)Eric Bailey2024-09-261-2/+4
|
* Add language filtering UI to search (#5459)Eric Bailey2024-09-251-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use new TextField for search bar * Add lang dropdown * Dialog * Revert "Dialog" This reverts commit 257573cd9c2a70d29df4ef5bdd503eea4ae411fe. * Extract util, test, cleanup * Fix formatting * Pass through other params * Fix sticky header * Fix stale data, hide/show * Improve query parsing * Replace memo * Couple tweaks * Revert cancel change * Remove unused placeholder