Commit Graph

81 Commits

Author SHA1 Message Date
AkiraFukushima 62f24a8259 refs #1316 Switch overflow style for emoji picker 2020-06-20 23:32:09 +09:00
AkiraFukushima aa406143a2 refs #1316 Allow resize new toot window 2020-06-20 23:32:04 +09:00
AkiraFukushima 4aed8a9065 refs #1318 Apply font-size settings in New toot 2020-04-11 17:23:40 +09:00
AkiraFukushima d015da8923 refs #901 Fix clipboard to use window object 2019-11-20 23:32:12 +09:00
AkiraFukushima e8bfffc58b refs #901 Replace shell and clipboard using window object 2019-11-20 22:31:26 +09:00
AkiraFukushima 39bab92a62 fixes #969 Clear polls after close new toot modal 2019-07-21 01:11:52 +09:00
AkiraFukushima d44651e9e9 refs #969 Attach poll only specified, and block invalid poll options 2019-07-20 22:21:40 +09:00
AkiraFukushima aeed12cd59 refs #969 Reset poll form when toggle the form 2019-07-20 22:09:55 +09:00
AkiraFukushima f71e902463 refs #874 Set expire in poll form 2019-07-17 01:36:19 +09:00
AkiraFukushima 7e1ca935de refs #874 Clear old polls after close modal 2019-07-16 23:57:34 +09:00
AkiraFukushima b887acc6f4 refs #874 Post status with polls 2019-07-16 23:56:00 +09:00
AkiraFukushima d95ec64513 refs #874 Hold polls data in NewTootModal component 2019-07-16 21:51:33 +09:00
AkiraFukushima e558945fca refs #874 Use translation for poll in new toot 2019-07-16 00:02:33 +09:00
AkiraFukushima 8d0350c9ec refs #874 Divide component for Poll 2019-07-15 21:38:03 +09:00
AkiraFukushima ca609e8ea7 refs #874 Allow remove poll option in new toot 2019-07-15 21:32:26 +09:00
AkiraFukushima 7c346a039a refs #874 Add polls form in new toot modal 2019-07-15 19:42:33 +09:00
AkiraFukushima e4eb81b47b refs #932 Fix hashtag when it is fixed 2019-06-03 22:27:50 +09:00
AkiraFukushima 070dbef653 refs #630 Fix id type for renderer 2019-05-27 23:04:57 +09:00
AkiraFukushima 79bd5bef7f refactor: Catch exception and show message when post toots 2019-05-14 23:33:28 +09:00
AkiraFukushima 252c540829 refactor: Move logics to store in new toot 2019-05-14 00:25:09 +09:00
AkiraFukushima 7a1d9ed05b refs #884 Add request loading circle in new toot modal 2019-05-07 23:22:01 +09:00
AkiraFukushima 159ebf2ca8 refs #848 Fix validation which checks toot max length 2019-03-20 22:05:04 +09:00
AkiraFukushima bd16a491fa refs #791 Fix cursor position when user type arrow keys on image description 2018-12-25 00:39:57 +09:00
L. E. Segovia f2037e2e90
Add ARIA roles to the New Toot modal 2018-12-12 00:38:52 +00:00
L. E. Segovia f5e2f64392
Fix media description again 2018-12-08 00:21:44 +00:00
L. E. Segovia fca5c73845
Stylelint fixes 2018-12-01 20:54:50 +00:00
L. E. Segovia dff325af82
Fix moving cursor in cw input 2018-11-29 16:39:48 +00:00
L. E. Segovia 833a1f3022
Fix editing media description
I didn't notice that adding `rows` to the textarea blocks cursor side
movement.
2018-11-24 00:54:45 +00:00
AkiraFukushima d2c8c14de1
Merge pull request #732 from amyspark/fix-fonts
Fix Whalebird font stack
2018-11-21 22:43:11 +09:00
L. E. Segovia b124801a4d
Fix stylelint typos 2018-11-19 18:17:38 +00:00
L. E. Segovia 70fd73dfa8
Enable adding a media description 2018-11-19 14:56:49 +00:00
L. E. Segovia 2079c720ef
Remove Lato fallback from the New Toot modal
(this breaks emoji rendering too!)
2018-11-18 22:08:45 +00:00
L. E. Segovia 5812963f24
Update toot modal to copy CWs 2018-11-17 18:27:58 +00:00
AkiraFukushima 60406740dc Remove status and spoiler text from state for performance 2018-11-12 22:18:33 +09:00
AkiraFukushima ee49a3dfe9 Add role and alt tag for accessibility 2018-10-21 11:17:59 +09:00
AkiraFukushima 890a7cdb0c refs #360 Update too max characters if the API responds toot_max_chars 2018-10-02 20:49:37 +09:00
AkiraFukushima 2c7d12e7e0 refs #610 Store hashtags and auto insert pined hashtags 2018-09-19 21:24:06 +09:00
AkiraFukushima a9e21af750 refs #610 Add button to pin the hashtag in new toot 2018-09-18 22:30:31 +09:00
AkiraFukushima e97be71471 Fix line height for font icons 2018-09-18 22:19:11 +09:00
AkiraFukushima ddc33f3f9a Call close confirm when cancel new toot 2018-09-18 00:46:34 +09:00
AkiraFukushima 48f1a43075 Add title on new toot 2018-08-21 09:18:11 +09:00
kPherox e8789f2a95
Add paste event listener 2018-08-20 12:22:35 +09:00
AkiraFukushima facebfb84c refs #482 Add confirm modal when status is exist in new toot 2018-08-16 23:59:05 +09:00
AkiraFukushima 6143481bfc refs #151 Define i18n key in constants to translate in rendering 2018-08-14 09:03:52 +09:00
AkiraFukushima 4ed72f01d4 refs #151 Translate messages 2018-08-13 17:30:17 +09:00
AkiraFukushima 8bbb27cb7c refs #151 Use absolute path to load constants 2018-08-13 17:30:16 +09:00
AkiraFukushima 1bb0c5d2e0 refs #151 Fix nested translation for moadls, cards, and side_bar 2018-08-13 17:30:16 +09:00
AkiraFukushima 981805399a refs #151 Use constants object at display name style 2018-08-13 17:29:56 +09:00
AkiraFukushima 61d65c4081 refs #151 Translate at new toot 2018-08-13 17:29:56 +09:00
AkiraFukushima 440460337f refs #352 Divide status component, and show popover for suggest accounts 2018-08-07 23:23:17 +09:00