about summary refs log tree commit diff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* fix warning on labeler profile: emoji detected but emoji not enabled (#6011)Ben Harris2024-10-301-3/+5
|
* Sort imports (#6009)dan2024-10-2919-49/+50
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* width full on text container (#6007)Samuel Newman2024-10-291-1/+1
|
* Add subtle web hover to interactive rows (#5989)dan2024-10-292-0/+51
| | | | | | | * Add subtle web hover to interactive rows * Adjust numbers * Ignore touch devices
* Settings revamp (#5745)Samuel Newman2024-10-2919-17/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start building storybook * add title * add some styles * try out new icons * more settings list component parts * make text do the spacing * clean up storybook * gated new settings screen * switch account * add current profile * use Layout.Screen * Layout.Header and Layout.Content * translate helpdesk text thanks @surfdude29! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add account settings * undo changes to export car dialog * privacy and security screen * Translate protect account stuff Thanks @surfdude29! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * content and media settings * about settings * 2fa copy Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * a11y and appearance * use new components for appearance settings * redesign accessibility settings * Update ContentAndMediaSettings.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add divider * remove a11y and appearance middleman screen * fix web settingslist styles * new SettingsList.Group component * explain how portal magic works * hide pwioptout in old location * Update Settings.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * replace gate with `IS_INTERNAL` * add IS_INTERNAL to app-info.web * fix profile area growing * add close button to switch account --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* 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
|