about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add `en-GB` localisation (#5952)surfdude292024-10-286-0/+7945
| | | | | | | | | | | | | | | | | | | * 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
* Update Indonesian translation (#5868)kodebanget2024-10-281-100/+101
| | | | | | | | | * Update Indonesian translation * Update messages.po --------- Co-authored-by: Indonesian <github-actions@github.com>
* More e2e test fixes (#5982)Hailey2024-10-282-7/+16
| | | | | | | | | | | | | | | | | | | * fix feed reorder test * fix feed reorder test pt 2 * fix edit profile test * fix mod list test * fix fab * add assert * one more assertVisible * fix search test * tap now now if it shows up
* Fix E2E tests (#5980)Hailey2024-10-284-15/+19
|
* One more haptic tweak (#5979)Samuel Newman2024-10-283-13/+4
| | | | | | | * remove 10ms delay and make light * make like haptic light * same for PostThreadComposePrompt
* Tweak haptics, add to post controls (#5977)Samuel Newman2024-10-284-11/+23
| | | | | | | * change timing to 10ms, make ios only * add haptics to post controls * rm from like button
* Make composer min height conditional and align attachments (#5976)dan2024-10-284-7/+18
| | | | | | | * Make web composer min height condiitonal * Fix alignment * Fix alignment on mobile
* FAB - delay followup haptic (#5974)Samuel Newman2024-10-282-24/+19
|
* Don't render `ComposerPills` when unnecessary (#5975)Hailey2024-10-281-0/+6
|
* Limit number of lines in starter pack card (#5973)Hailey2024-10-281-2/+8
|
* drawer border (#5893)Samuel Newman2024-10-281-1/+3
|
* flex_1 text container (#5891)Samuel Newman2024-10-281-1/+1
|
* Fix clipping issue with 2 image grid (#5744)Samuel Newman2024-10-281-12/+1
| | | | | * don't set aspect ratio for 2 images * let -> const
* Fix missing style (#5944)dan2024-10-251-1/+1
|
* Conditionally render labels button when media exists in post (#5942)Hailey2024-10-253-139/+120
| | | | | | | * conditionally render button * update labels on remove * tweak
* Split composer into smaller components (#5941)dan2024-10-253-357/+521
| | | | | | | | | | | | | | | * Extract ComposerTopBar * Rename state variables to align with props * Extract ComposerEmbeds * Extract ComposerPills * Extract ComposerFooter * Tweak condition to be simpler * Extract ComposerPost
* Remove waterfalls from posting (#5931)dan2024-10-251-29/+36
| | | | | * Extract resolveRT, resolveReply * Parallelize waterfalls
* Make use of applyWrites when publishing posts (#5809)Mary2024-10-241-53/+66
| | | | | | | | | * make use of applywrites * Explicit $type --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Display non-post embeds in composer preview (#5647)dan2024-10-245-52/+54
| | | | | | | | | | | | | * 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.
* Include hydrated responses for other records (#5646)dan2024-10-244-37/+53
| | | | | | | * Include hydrated responses for other records * Rename meta -> view This is actually all it is now.
* Refactor post meta to return PostView (#5645)dan2024-10-249-106/+37
|
* Put ExternalEmbedRemoveBtn on top (#5887)Eric Bailey2024-10-241-1/+1
|
* tweak hover state (#5892)Samuel Newman2024-10-211-109/+104
|
* double haptic (#5886)Samuel Newman2024-10-211-6/+6
|
* Fix NavSignupCard on web (#5813)Eric Bailey2024-10-214-7/+8
|
* Add back borders to feed liked-by screen (#5811)Eric Bailey2024-10-211-2/+5
|
* tweak downsample rate to 1% (#5836)Hailey2024-10-181-2/+2
| | | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Fix dragging up in flat list dialogs on Android (#5817)Hailey2024-10-171-11/+32
|
* remove font for ProseMirror (#5726)Ben Harris2024-10-171-2/+0
|
* Apply labelers and handle language for PWI home (#5816)Eric Bailey2024-10-172-4/+30
|
* Disable feed debug gate due to EME (#5815)Hailey2024-10-174-6/+11
|
* 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
* Fix font display on Android (#5776)Eric Bailey2024-10-174-20/+70
| | | | | | | * Fix font display on Android * Format * Split out fake fonts hook for platforms
* Temporarily disable window gate during EME (#5814)Hailey2024-10-171-3/+4
|
* Add DE labeler (#5675)Eric Bailey2024-10-171-1/+3
|
* new platform util (#5791)Samuel Newman2024-10-171-1/+38
|
* Update de/messages.po (#5795)surfdude292024-10-171-1/+1
|
* Move self-label button (#5780)Hailey2024-10-173-95/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * move self label button? * rm * make sure its usable on large font sizes * tweak wording * update icon * tweaks * change button label and change opacity when no media (#5794) * Tweak it moar (#5807) * Tweak it moar * Pluralize * Labels --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Fix PageWithHeader header leaking into safe area (#5792)Samuel Newman2024-10-171-3/+3
| | | | | * fix header leaking out of safe area * make fix native-only
* Logged out improvments (#5771)Samuel Newman2024-10-1710-129/+75
| | | | | | | | | | | | | | | | | * 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
* Fix up drawer background (#5785)Eric Bailey2024-10-173-8/+27
|
* Remove double `an` from error message strings (#5782)surfdude292024-10-174-10/+10
| | | | | | | | | * Update ProfileHeaderLabeler.tsx * Update FeedErrorMessage.tsx * Update FeedShutdownMsg.tsx * Update ProfileFeed.tsx
* Unified 'Chats' in drawers into 'Chat' (#5790)Frudrax Cheng2024-10-171-2/+2
|
* Mark "Logo by ..." in RightNav translatable like it in Drawer (#5788)Takayuki KUSANO2024-10-171-14/+16
|
* Add graphic media self label (#5758)Hailey2024-10-164-122/+247
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Ensure all configured appLabelers are applied for logged out users (#5784)Eric Bailey2024-10-161-7/+5
| | | | | * Ensure all configured appLabelers are applied for logged out users * Formatting
* Clean up drawer (#5761)Samuel Newman2024-10-163-346/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up drawer * add a lil bit of padding * Drawer nits (#5778) * Avi stuff * Rm SafeAreaView, not working on Android * Dividers and spacing * Fix count on android, ended up refactoring the whole MenuItem * Litttttle more space * Improve NavSignupCard * format nit --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Composer - Self label dialog ALF rewrite (#4354)Samuel Newman2024-10-169-278/+182
|
* Edit profile dialog ALF refresh (#5633)Samuel Newman2024-10-1513-387/+549
|
* Support params-only searches (#5767)Eric Bailey2024-10-151-6/+10
|