Commit Graph

63 Commits

Author SHA1 Message Date
Kainoa Kanter
8dc7486003 Merge pull request 'Fix: Accessibility fixes, mostly for screen reader' (#10173) from TalonTheDragon/calckey:fix/accessibility into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10173
2023-05-22 14:51:51 +00:00
TalonTheDragon
a0701fada7 Emit event when cw is expanded 2023-05-22 12:18:17 +02:00
TalonTheDragon
02a6a933cf Properly set aria-hidden on note content only if CW is present and show content has not been clicked 2023-05-21 16:12:13 +02:00
Freeplay
29eebcfe01 'Jump to Reply' to 'Jump to previous' 2023-05-20 16:42:06 -04:00
ThatOneCalculator
c470196e6d standardize post buttons 2023-05-19 23:38:36 -07:00
Kainoa Kanter
897a8919ef chore: formatting 2023-05-19 15:41:59 -07:00
Kainoa Kanter
ad0ef2911c Note tabs + Jump to Reply changes + other stuff (#10157) 2023-05-19 21:20:15 +00:00
Freeplay
595e77493e mini mfm button 2023-05-19 14:34:16 -04:00
Freeplay
dc377c9263 Jump to Reply + other note page improvmeents 2023-05-17 21:54:37 -04:00
Freeplay
234388957e SubNoteContent fixes 2023-05-17 15:24:51 -04:00
Kainoa Kanter
932929a4f1 chore: formatting 2023-05-14 15:20:26 -07:00
Freeplay
db8495d354 button alignment 2023-05-14 15:33:50 -04:00
Freeplay
3b2e288ee1 fix image not displaying if no text 2023-05-14 15:31:07 -04:00
Kainoa Kanter
0f47689351 chore: formatting 2023-05-12 20:11:41 -07:00
Freeplay
c9f574dab2 tweak css 2023-05-12 21:54:59 -04:00
Freeplay
023ce7bb96 Only show mfm warning the first time + fix sparkle 2023-05-12 21:48:58 -04:00
Freeplay
f47a84af85 styling + remove log 2023-05-12 20:30:06 -04:00
Freeplay
5f2d19aab8 Settings option 2023-05-12 20:05:33 -04:00
Freeplay
fb78a0f58a add initial button 2023-05-12 00:46:26 -04:00
ThatOneCalculator
1fd815beea Revert "Merge pull request 'Add support for CW boosting' (#10047) from supakaity/hajkey:hk/cw-boost into develop"
This reverts commit 5e86bafb24a714f3351da0a205bc57f54332e33c, reversing
changes made to d1977fc3204e16523b3c94be2a2b1878f18dca56.
2023-05-07 11:38:39 -07:00
Kaity A
febb84645f pnpm format 2023-05-07 11:53:01 +10:00
Kaity A
99f15e3e1d Add support for CW boosting 2023-05-07 09:26:24 +10:00
ThatOneCalculator
59d9811e21 import correctly 2023-05-01 21:09:48 -07:00
ThatOneCalculator
2d0ace0685 chore: formatting 2023-05-01 20:32:18 -07:00
Freeplay
b7b7d6cce4 bring back Show More component 2023-05-01 17:02:43 -04:00
ThatOneCalculator
1fb5635a4d chore: format 2023-04-30 13:27:27 -07:00
Freeplay
7e2d5c45d2 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-30 12:31:41 -04:00
ThatOneCalculator
622c2fa499 Merge remote-tracking branch 'weblate/develop' into develop 2023-04-29 19:52:43 -07:00
ThatOneCalculator
9336b6dab0 Revert "Merge pull request 'Add show more button to notifications' (#9942) from Freeplay/calckey:notifications into develop"
This reverts commit 8cb321b110dca7f8020f8a7a9af6a49308a0c036, reversing
changes made to 133391122b77c92bff6e0e94f40cfdea542c6f35.
2023-04-29 19:38:26 -07:00
ThatOneCalculator
1051da8fbf Revert "keyboard accessibility (#9725)"
This reverts commit c1d5922acbe7060c0ea779ccf314e9f0e6b91bb3.
2023-04-29 19:14:36 -07:00
Free
08686da50e keyboard accessibility (#9725)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9725
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-29 22:30:14 +00:00
Freeplay
740082a011 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-29 09:48:10 -04:00
Freeplay
7c698d1697 consistency + fix 2023-04-28 21:18:00 -04:00
Freeplay
10b3079658 Fix focusing inside of CW's 2023-04-28 19:28:25 -04:00
Freeplay
0150a41a0b Add show more button to notifications + make show more button into its own component 2023-04-28 18:18:09 -04:00
Free
908765106d super minor styling stuff (#9918)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9918
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-26 20:03:32 +00: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
Kainoa Kanter
8f35b66bbb fix: format script; chore: format 2023-04-07 17:01:42 -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
89d59b5ea0 note-improvements (#9768)
Fixes #9745, quote icon, note spacing adjustments, border radius's in noGap

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9768
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-26 03:33:44 +00:00
Free
a4107d01a8 note-improvements (#9739)
fixes #9735, translations, plus other tweaks

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9739
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-20 20:26:05 +00:00
Free
5315201032 note-improvements (#9721)
boop

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9721
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-19 07:13: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
d4139fff72 also add hover to link previews 2023-02-23 22:03:38 -05:00
Freeplay
65bcb91ca5 fix click events 2023-02-23 20:14:43 -05:00
Freeplay
ef431cada4 Revert footer changes 2023-02-20 13:30:15 -05:00
Freeplay
6333a91577 Add more to subnotecontent if detailed 2023-02-17 11:31:48 -05:00