about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadComposePrompt.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+0
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* One more haptic tweak (#5979)Samuel Newman2024-10-281-6/+1
| | | | | | | * remove 10ms delay and make light * make like haptic light * same for PostThreadComposePrompt
* Tweak haptics, add to post controls (#5977)Samuel Newman2024-10-281-5/+10
| | | | | | | * change timing to 10ms, make ios only * add haptics to post controls * rm from like button
* FAB - delay followup haptic (#5974)Samuel Newman2024-10-281-15/+11
|
* Post alignment (#5580)Eric Bailey2024-10-041-1/+1
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Make reply prompt more subtle on desktop (#5569)Samuel Newman2024-10-021-8/+16
| | | | | | | | | | | * make reply prompt more subtle on desktop * fix alignment * Tweak transition timing --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Tweak font size of "Write your reply" (#5513)Hailey2024-09-261-5/+1
|
* Improve style of reply bar (#5447)Hailey2024-09-251-41/+54
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Move onPressReply into child component (#4898)dan2024-08-081-0/+63
* Move ComposePrompt to post-thread/ * Move onPressReply into child component