Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display non-post embeds in composer preview (#5647) | dan | 2024-10-24 | 4 | -51/+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) | dan | 2024-10-24 | 2 | -7/+23 |
| | | | | | | | * Include hydrated responses for other records * Rename meta -> view This is actually all it is now. | ||||
* | Refactor post meta to return PostView (#5645) | dan | 2024-10-24 | 7 | -77/+30 |
| | |||||
* | Put ExternalEmbedRemoveBtn on top (#5887) | Eric Bailey | 2024-10-24 | 1 | -1/+1 |
| | |||||
* | tweak hover state (#5892) | Samuel Newman | 2024-10-21 | 1 | -109/+104 |
| | |||||
* | double haptic (#5886) | Samuel Newman | 2024-10-21 | 1 | -6/+6 |
| | |||||
* | Fix NavSignupCard on web (#5813) | Eric Bailey | 2024-10-21 | 2 | -3/+3 |
| | |||||
* | Add back borders to feed liked-by screen (#5811) | Eric Bailey | 2024-10-21 | 1 | -2/+5 |
| | |||||
* | Disable feed debug gate due to EME (#5815) | Hailey | 2024-10-17 | 1 | -3/+2 |
| | |||||
* | Move self-label button (#5780) | Hailey | 2024-10-17 | 3 | -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 Newman | 2024-10-17 | 1 | -3/+3 |
| | | | | | * fix header leaking out of safe area * make fix native-only | ||||
* | Logged out improvments (#5771) | Samuel Newman | 2024-10-17 | 6 | -110/+47 |
| | | | | | | | | | | | | | | | | | * 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 Bailey | 2024-10-17 | 3 | -8/+27 |
| | |||||
* | Remove double `an` from error message strings (#5782) | surfdude29 | 2024-10-17 | 3 | -9/+9 |
| | | | | | | | | | * Update ProfileHeaderLabeler.tsx * Update FeedErrorMessage.tsx * Update FeedShutdownMsg.tsx * Update ProfileFeed.tsx | ||||
* | Unified 'Chats' in drawers into 'Chat' (#5790) | Frudrax Cheng | 2024-10-17 | 1 | -2/+2 |
| | |||||
* | Mark "Logo by ..." in RightNav translatable like it in Drawer (#5788) | Takayuki KUSANO | 2024-10-17 | 1 | -14/+16 |
| | |||||
* | Add graphic media self label (#5758) | Hailey | 2024-10-16 | 2 | -119/+174 |
| | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> | ||||
* | Clean up drawer (#5761) | Samuel Newman | 2024-10-16 | 3 | -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 Newman | 2024-10-16 | 6 | -268/+180 |
| | |||||
* | Edit profile dialog ALF refresh (#5633) | Samuel Newman | 2024-10-15 | 3 | -319/+2 |
| | |||||
* | Support params-only searches (#5767) | Eric Bailey | 2024-10-15 | 1 | -6/+10 |
| | |||||
* | translate video state strings (#5762) | surfdude29 | 2024-10-15 | 1 | -5/+5 |
| | |||||
* | Link cards (#5677) | Eric Bailey | 2024-10-14 | 6 | -231/+153 |
| | | | | | | | | | | | | | | | * New link card styles * Cleanup of consituent parts, add hover state * Fix gif alt text view * Fix alt text view more * Remove dupe * Update remove button * Remove added margin on gif | ||||
* | Remove top padding from shell, move down into individual screens (#5548) | Samuel Newman | 2024-10-14 | 37 | -1051/+1130 |
| | |||||
* | Use admonitions in settings screens (#5741) | Samuel Newman | 2024-10-14 | 1 | -16/+8 |
| | |||||
* | Translate some missing strings via global i18n instance (#5740) | Samuel Newman | 2024-10-14 | 1 | -4/+4 |
| | |||||
* | Fix keyboard hiding alt text input after viewing DMs on iOS (#5739) | Hailey | 2024-10-14 | 2 | -9/+7 |
| | |||||
* | Add Admonition component (#5680) | Eric Bailey | 2024-10-14 | 2 | -1/+39 |
| | | | | | | | * Add Admonition component * Tweak mobile padding * Format | ||||
* | Present in-app browser as sheet (#5718) | Samuel Newman | 2024-10-11 | 5 | -17/+15 |
| | | | | | | | * use page sheet presentation * move to its own file rather than sitting in prefs * whoops, missed one | ||||
* | Move composer open shortcut to shell (#5723) | Hailey | 2024-10-11 | 1 | -3/+7 |
| | | | | | | | | | * move composer shortcut hook * put intent handler in same place * dont allow shortcuts if no session * revert change | ||||
* | Remove autofocus from alt text input (#5727) | Hailey | 2024-10-11 | 2 | -7/+9 |
| | | | | | * remove autofocus from alt text input * open to full height | ||||
* | ext gif check (#5725) | Hailey | 2024-10-11 | 1 | -0/+2 |
| | |||||
* | shift hitslop of avi follow button (#5730) | Hailey | 2024-10-11 | 1 | -2/+6 |
| | | | | | * shift the hitslop of the follow button * increase slop | ||||
* | Make default search language 'all languages' (#5731) | Paul Frazee | 2024-10-11 | 1 | -5/+2 |
| | |||||
* | Fix performance of feed reordering and add layout animations (#5714) | Paul Frazee | 2024-10-11 | 1 | -89/+114 |
| | | | | | | | | | | | * Rework SavedFeeds editor to make changes transactionally * Fix hit slops * Add layout animations * Fix: dont let down go too far down * Speed up layout transitions | ||||
* | Move intent handler to a child of `InnerApp` (#5695) | Hailey | 2024-10-11 | 1 | -0/+3 |
| | |||||
* | Improve sort & filter of language options in search (#5709) | Paul Frazee | 2024-10-10 | 1 | -3/+20 |
| | |||||
* | Always show search options (#5706) | Paul Frazee | 2024-10-10 | 1 | -24/+1 |
| | |||||
* | one line btn (#5700) | Hailey | 2024-10-10 | 1 | -1/+1 |
| | |||||
* | Tweak threadgate button sizing in the composer on Web (#5692) | Paul Frazee | 2024-10-10 | 1 | -1/+4 |
| | | | | | * Adjust threadgate btn sizing in composer * Tweak threadgate button size on web | ||||
* | Update the email verification dialog (#5663) | Hailey | 2024-10-10 | 2 | -21/+22 |
| | |||||
* | Make default banner more palatable (#5676) | Eric Bailey | 2024-10-10 | 1 | -5/+2 |
| | |||||
* | Show download button for Apple (#5671) | Hailey | 2024-10-10 | 1 | -1/+7 |
| | |||||
* | Ensure app clip works even with `starter-pack` (#5664) | Hailey | 2024-10-09 | 2 | -9/+44 |
| | |||||
* | Cleanup unused props from dialogs (#5665) | Hailey | 2024-10-09 | 2 | -8/+2 |
| | |||||
* | Allow nested sheets without boilerplate (#5660) | Samuel Newman | 2024-10-09 | 9 | -91/+39 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | Make 'em round (#5654) | Eric Bailey | 2024-10-08 | 2 | -1/+2 |
| | |||||
* | Downgrade Radix packages for type compat (#5653) | Eric Bailey | 2024-10-08 | 1 | -4/+5 |
| | |||||
* | Move Dialogs to Radix (#5648) | Samuel Newman | 2024-10-08 | 7 | -84/+151 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Nicer error message for disabled quotes (#5644) | dan | 2024-10-08 | 1 | -0/+3 |
| |