about summary refs log tree commit diff
path: root/src/view/com/composer/Composer.tsx
Commit message (Expand)AuthorAgeFilesLines
...
* Add self-labeling controls (#1141)Paul Frazee2023-08-091-65/+52
* Simplify the after-post logic to avoid a UI bug (#1105)Paul Frazee2023-08-041-3/+2
* [APP-782] Support invalid handles correctly (#1049)Paul Frazee2023-07-271-1/+3
* Bump react-native-paste-input; remove hack (#1051)Logan Rosen2023-07-251-15/+5
* [APP-735] Post language improvements (#982)Paul Frazee2023-07-061-3/+6
* Add alt text validation option to user preferences (supersedes #913) (#914)Paul Frazee2023-07-031-2/+34
* Fix: hide the keyboard before showing the discard modal (#925)Paul Frazee2023-06-281-0/+4
* Revert change to the cancel button in the composer (#917)Paul Frazee2023-06-271-5/+2
* Merge branch 'skip-confirmation-for-empty-post' of https://github.com/benharr...Paul Frazee2023-06-271-23/+28
|\
| * fix cancel post behaviorBen Harris2023-06-261-18/+23
* | [APP-705] Metrics revamp pt2 (#896)Ansh2023-06-271-3/+5
* | make discard btn more apparent in UI (#912)Ansh2023-06-261-6/+11
|/
* [APP-690] better handling of post languages language filtering (#893)Ansh2023-06-231-9/+17
* Bump @types/react to ^18 and adjust types (#889)Logan Rosen2023-06-221-2/+2
* [APP-511] metrics overhaul: frontend work (#506)Ansh2023-06-151-1/+1
* Move MAX_GRAPHEME_LENGTH to constants.ts (#735)Ben Harris2023-05-301-3/+2
* Only allow one close draft confirmation at a time (#611)Ollie H2023-05-111-2/+8
* Add keyboard shortcuts: new, escape, and hard break (#552)Ollie H2023-05-021-0/+24
* React Native accessibility (#539)Ollie H2023-05-011-139/+135
* Implement blocks (#554)Paul Frazee2023-04-281-5/+1
* only allow selecting 4 images maxAnsh Nanda2023-04-251-1/+1
* Rework how recently-created posts are added to the feed (repeat posts issue) ...Paul Frazee2023-04-241-2/+5
* Android & visual fixes: color themes, repost icon, navigation, back handler, ...Paul Frazee2023-04-241-3/+3
* Add alt text support and rework image layout (#503)Ollie Hsieh2023-04-211-1/+1
* Support CMD + Enter to publish postrenahlee2023-04-191-55/+60
* Split image cropping into secondary step (#473)Ollie Hsieh2023-04-171-78/+54
* fix composer SafeAreaViewAnsh Nanda2023-04-121-3/+12
* [DRAFT] Android (#424)Ansh2023-04-091-2/+2
* Stripe checkmark emojis from display names (close #396) (#419)Paul Frazee2023-04-071-1/+4
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-3/+3
* Lex refactor (#362)Paul Frazee2023-03-311-33/+40
* Feed updates (Closes #344) (#356)Paul Frazee2023-03-221-1/+1
* Fix visibility of the mentions autocomplete in the composer (#326) (#329)Paul Frazee2023-03-201-18/+14
* Move the shell-ui model to the ui folderPaul Frazee2023-03-141-1/+1
* Move to expo and react-navigation (#288)Paul Frazee2023-03-131-0/+425
* Rewrite the post composer as a modalPaul Frazee2022-09-051-90/+0
* Implement follow/unfollowPaul Frazee2022-07-261-1/+0
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-251-66/+61
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-251-0/+8
* Add post composerPaul Frazee2022-07-221-0/+88