about summary refs log tree commit diff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Allow profile header to overscroll (#5457)Samuel Newman2024-09-251-8/+9
| | | | | | | | | * add allowoverscroll prop * ensure spinner is visible * more generic prop for `<List>` * rename to allowHeaderOverScroll
* [Neue] Post avi, `PostMeta` cleanup (#5450)Eric Bailey2024-09-241-8/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Add web only link variant * Refactor PostMeta * Reduce avi size in feeds * Fix alignment, emoji, in PostMeta * Smaller avis in notifications * Shrink post placeholder avi * Handle the handle again * Link cleanup * Cleanup unused props * Fix text wrapping in timestamp * Fix underline color * Tighten up spacing * Web only whiteSpace
* add a bunch of settings-related icons (#5471)Samuel Newman2024-09-2414-1/+64
|
* Don't use flex on inputs (#5458)Eric Bailey2024-09-232-12/+14
|
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-2414-69/+193
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* [Neue] Font weights (#5442)Eric Bailey2024-09-2013-42/+23
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Fixing hover card for labeler accounts (#5414)Wesley2024-09-201-0/+3
| | | | | * Fixing hover card for labeler account * removing memo
* Increase rounding for all embeds (#5421)Samuel Newman2024-09-201-1/+1
| | | | | | | | | | | | | | | | | | | * tweak image styles * fix reply image preview and covert to atoms * increase rounding on media inset border * decrease gap on desktop * fix inset styles * increase rounding on embeds to `md` * Couple edge cases --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Additional moderation (#5172)Eric Bailey2024-09-201-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set up additional mod authorities * Filter out non-configurable mod authorities * WIP * Working * Cleanup, add mod * Cleanup * Add more debug logs * Tweak logs * Filter out imperative labels from typeaheads * Filter hideable content from notifications * Add api * Fall back in dev * Remove space * Use prod endpoint * Add tiny notice * Add notice to labeler card, show all labelers