Commit Graph

99 Commits

Author SHA1 Message Date
Freeplay
8852bad167 fix 2023-05-22 06:26:17 -04:00
Freeplay
065e9e3b20 Hide icons in note tabs, always show reply tab 2023-05-22 06:21:41 -04:00
ThatOneCalculator
8da250059d don't show underline if no tabs 2023-05-21 20:19:41 -07:00
Freeplay
dee942330d padding fix 2023-05-21 16:48:25 -04:00
Freeplay
a4573c6639 tab fix 2023-05-20 21:46:33 -04:00
Freeplay
795c76f154 hide empty tabs 2023-05-20 21:20:17 -04:00
Freeplay
ef43af496c add back icons 2023-05-20 12:34:04 -04:00
Freeplay
fcaf71b120 Change detailed note tabs design 2023-05-20 12:08:20 -04:00
ThatOneCalculator
3f414d5921 chore: formatting 2023-05-19 23:27:56 -07:00
Freeplay
08a70fd490 bottom padding 2023-05-20 00:53:15 -04:00
Freeplay
dfdd7520dd fix 2023-05-20 00:41:42 -04:00
Freeplay
5a6dbc1ba3 Reactions tab 2023-05-20 00:14:14 -04:00
Kainoa Kanter
897a8919ef chore: formatting 2023-05-19 15:41:59 -07:00
Freeplay
5a9a4e7435 fix null error 2023-05-19 17:07:22 -04:00
Freeplay
e10f7431f3 fix loading icon for boosts tab 2023-05-19 14:40:47 -04:00
Freeplay
a6094039c5 Tabbed content in detailed notes page 2023-05-19 13:02:41 -04:00
Freeplay
dc377c9263 Jump to Reply + other note page improvmeents 2023-05-17 21:54:37 -04:00
Freeplay
860757f1d3 Add loading spinners + remove unused 2023-05-16 18:18:07 -04:00
Freeplay
566f11d96d display new direct replies at end instead of top 2023-05-08 19:41:56 -04:00
ThatOneCalculator
e5e7fb5ab2 add back #10067 except for media change 2023-05-08 12:38:56 -07:00
ThatOneCalculator
df914667e6 Revert "notes (#10067)"
This reverts commit 84f904516c9709b8f5692e7a0d011c259a8425d9, reversing
changes made to 0c742929a53f159ef85775a436d99ab7a49e6d99.
2023-05-08 12:37:28 -07:00
Freeplay
3672d8c995 fix padding 2023-05-08 13:45:00 -04:00
Freeplay
2f0d80ecd2 fix font size + remove unecessary class 2023-05-07 18:19:05 -04:00
Kainoa Kanter
49d6d207da Merge pull request 'fix tiny text on mobile' (#10037) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10037
2023-05-06 03:28:21 +00:00
naskya
433b492a2b Fix dirty duplicated code 2023-05-05 10:38:56 +09:00
naskya
ea95a9358e Show the correct username 2023-05-05 09:46:47 +09:00
Freeplay
60ebd938c7 fix tiny text on mobile 2023-05-04 08:30:28 -04:00
naskya
4e60fa7193 format 2023-05-04 14:41:18 +09:00
naskya
4207ff51e7 Merge branch 'develop' into fix/word-mutes 2023-05-04 05:36:29 +00:00
naskya
775eb75428 Differentiate soft mutes and hard mutes 2023-05-04 14:20:06 +09:00
naskya
39105d0c88 Refactor soft word mutes 2023-05-04 14:13:13 +09:00
Kaity A
38a35bda27 Readd deepClone and move updated into note capture 2023-05-02 22:42:33 +10:00
Kaity A
6a509637d5 Implement inbound note edit federation 2023-05-01 02:29:50 +10:00
ThatOneCalculator
8790303669 chore: formatting 2023-04-22 17:22:53 -07:00
Free
9f4a000361 Notes refactoring (?) + new CW design (#9888)
Moved a lot of the duplicated code in the different note components into the SubNoteContent component

I've also replaced the detailed note stuff with just the MkNote component

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9888
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-23 00:21:38 +00:00
naskya
914d8fa9db feat: add an option to disable emoji reactions (#9878)
Closes: #9865
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9878
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-20 02:53:28 +00:00
Kainoa Kanter
8f35b66bbb fix: format script; chore: format 2023-04-07 17:01:42 -07:00
Kainoa Kanter
ae53b4e5d3 refactor 2023-04-06 22:28:44 -07:00
Kainoa Kanter
7b3993c83e feat: blur muted text 2023-04-06 22:11:10 -07:00
amy bones
3819e921cc feat: give reason for soft mutes
Bad UX when a post is muted and it just says "Some chick said something". Now
provide some context too to help people decide if they want to view something
potentially triggering.
2023-04-05 21:28:26 -07:00
Free
6d8d5bc5aa note-improvements (#9799)
Boop!

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9799
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-02 21:39:25 +00:00
Free
cca4156804 note-improvements (#9742)
Increases the limit of the replies loaded above the focused post from 10 to 30

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9742
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-21 04:41:50 +00:00
ThatOneCalculator
ea9efcc81a typo 2023-03-19 20:19:40 -07:00
ThatOneCalculator
8250c14646 fix: make sure cw button is on new line 2023-03-19 20:15:49 -07:00
Free
1913648047 note-improvements (#9734)
Not sure if this is the best way to jump to the post

This also lets you select text w/out clicking to the post (and clicking normally on top of the text opens the post)

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9734
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-20 02:31:02 +00:00
Free
f2f9c1a7bd note-improvements (#9720)
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-18 00:44:00 +00:00
Freeplay
9e2bcbbb2b Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-03-15 18:40:21 -04:00
ThatOneCalculator
1979a60ff8 icons 2023-03-11 13:01:04 -08:00
Freeplay
7af448b8e7 Don't think that needed a reverse 2023-02-27 09:32:24 -05:00
Freeplay
a4b0c5a1fa fix small window sizes 2023-02-25 21:22:23 -05:00