about summary refs log tree commit diff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* [Neue] Buttons (#5406)Eric Bailey2024-09-2015-56/+130
| | | | | | | | | | | * Re-align button sizing (cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec) * Use large, small, tiny (cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0) * Tweaks
* Language fixes (#5384)Eric Bailey2024-09-202-4/+0
| | | | | | | | | | | | | | | | | | | | | | | * Add some comments * Decouple language settings * Normalize on read/write * Refactor * Support device locale on app startup * Cleanup, port to web * Clean up comments * Comment * Try not to mutate * Protect util handling, update test * Dedupe array values
* Add border to menu on web (#5439)futur2024-09-201-0/+2
|
* Adjust toggle components sizing (#5408)Eric Bailey2024-09-191-10/+10
| | | (cherry picked from commit a9cbd23fcdcbacbdd2ca5f6bbe0bc7161e6591e3)
* [Neue] Copy and spacing tweaks (#5428)Eric Bailey2024-09-191-6/+5
| | | | | * Copy and spacing tweaks * Copy tweaks
* Remove expo/vector-icons from EditImage modal (#5422)Eric Bailey2024-09-192-0/+22
|
* [Neue] Base (#5395)Eric Bailey2024-09-189-24/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey <me@haileyok.com>
* Pre-fill alt text with 10-million card post (#5389)Eric Bailey2024-09-171-16/+41
| | | | | | | | | | | | | * Pre-fill alt text with 10-million card post (#5377) * Clean up type * Tweak alt copy * Add pt translation, fix typo --------- Co-authored-by: Calvin <clavin@users.noreply.github.com>
* Milly tweaks (#5365)Eric Bailey2024-09-164-47/+178
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Disallow some font scalingEric Bailey2024-09-151-0/+7
|
* Nux after onboarding (#5357)Eric Bailey2024-09-152-2/+4
| | | | | * Don't show nux dialogs until post-onboarding * Don't show if over 10M
* Fix wrong empty state for liked by (#5343)dan2024-09-151-0/+1
|
* Apply Following settings to Lists (#5313)dan2024-09-131-1/+1
| | | | | * Apply Following settings to Lists * Remove dead code
* [Video] Remove `expo-video`, use `bluesky-video` (#5282)Hailey2024-09-131-1/+1
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Disable pointer events on media border (#5327)Eric Bailey2024-09-131-0/+3
|
* Merge branch 'events' into mainPaul Frazee2024-09-131-0/+5
|\
| * Add eventsEric Bailey2024-09-131-0/+5
| |