Freeplay
3d6c480334
overflow hidden to clip
2023-05-23 22:09:24 -04:00
Freeplay
7f76143273
Change note right click menu to link context menu
2023-05-23 21:33:18 -04:00
ThatOneCalculator
3d5b0c5d83
chore: formatting
2023-05-23 18:02:52 -07:00
Freeplay
6e1d5f366d
fix
2023-05-23 20:49:56 -04:00
Freeplay
cab146fb96
Fix z-index, better clipping in notes
2023-05-23 20:30:55 -04:00
Freeplay
8fe2aca14e
Match notification padding to note's padding
2023-05-22 21:26:52 -04:00
ThatOneCalculator
d88d74c8e0
chore: formatting
2023-05-22 08:23:00 -07:00
TalonTheDragon
16bec67f27
Set postIsExpanded to ref() for reactivity
2023-05-22 13:08:32 +02:00
TalonTheDragon
891cc62e0d
Emit event when cw is expanded
2023-05-22 12:18:17 +02:00
TalonTheDragon
4ae3eea8a3
Add translation to content warning in MKNote.vue
2023-05-22 10:56:42 +02:00
TalonTheDragon
8806dc92f7
Add translation to aria labels
2023-05-21 23:02:22 +02:00
TalonTheDragon
c240e37be9
Accessible label in MKNote should be a computed value. Also Fixes renoted note labels
2023-05-21 21:57:29 +02:00
TalonTheDragon
84ea25771d
Add aria-label to note container. This makes screen-readers read out the content while navigating with the keyboard.
2023-05-21 16:10:48 +02:00
Kainoa Kanter
6d3a5d63cc
chore: formatting
2023-05-19 15:41:59 -07:00
Freeplay
d013b351e2
Tabbed content in detailed notes page
2023-05-19 13:02:41 -04:00
amy bones
b01c9ce0b0
Fix hover unblur text after keyboard nav changes
2023-05-13 16:30:46 -07:00
Freeplay
f5867f2541
Fix more unfocusable elements
2023-05-10 17:44:08 -04:00
ThatOneCalculator
988b530745
Revert "Merge pull request 'Add support for CW boosting' ( #10047 ) from supakaity/hajkey:hk/cw-boost into develop"
...
This reverts commit 5e86bafb24
, reversing
changes made to d1977fc320
.
2023-05-07 11:38:39 -07:00
Kaity A
cd3cfe4203
Add support for CW boosting
2023-05-07 09:26:24 +10:00
naskya
d1ab75beed
Fix dirty duplicated code
2023-05-05 10:38:56 +09:00
naskya
1601676d55
Show the correct username
2023-05-05 09:46:47 +09:00
naskya
ebfd07628e
format
2023-05-04 14:41:18 +09:00
naskya
137cef81b6
Merge branch 'develop' into fix/word-mutes
2023-05-04 05:36:29 +00:00
naskya
d9553e73af
Differentiate soft mutes and hard mutes
2023-05-04 14:20:06 +09:00
naskya
cdd876ba03
Refactor soft word mutes
2023-05-04 14:13:13 +09:00
Kainoa Kanter
ad41adb24e
Merge pull request 'notes' ( #10008 ) from Freeplay/calckey:notes into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10008
2023-05-02 22:05:48 +00:00
Freeplay
f34fd4991f
fix translation box
2023-05-02 14:52:05 -04:00
Freeplay
5b03b21ba3
Fix line color ( #9997 )
2023-05-02 14:50:22 -04:00
Kaity A
ad181a10c3
Readd deepClone and move updated into note capture
2023-05-02 22:42:33 +10:00
Kaity A
69bf975b58
allow upstream note updates to propogate
2023-05-02 19:32:36 +10:00
Kaity A
3e2c8f490e
allow upstream note updates to propogate
2023-05-02 19:30:05 +10:00
ThatOneCalculator
121ddedce8
chore: format
2023-04-30 13:27:27 -07:00
Freeplay
6498a90dc1
Fix focusing inside of CW's
2023-04-28 19:28:25 -04:00
Freeplay
a39802cf92
Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability
2023-04-28 19:06:21 -04:00
ThatOneCalculator
591e44ccd6
chore: formatting
2023-04-22 17:22:53 -07:00
Free
29818a067b
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
0a173a3c1c
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
6bf1cbc0ef
fix: format script; chore: format
2023-04-07 17:01:42 -07:00
Kainoa Kanter
df7c71b1b4
refactor
2023-04-06 22:28:44 -07:00
amy bones
15b1109947
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
8bd64c89a4
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
83c7dd177b
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
74bb79792d
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
ThatOneCalculator
4ce8e83d3e
fix: make sure cw button is on new line
2023-03-19 20:15:49 -07:00
Free
c2df136dda
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
Freeplay
4cabd725a0
fix line in boosted text
2023-03-15 19:18:26 -04:00
Freeplay
23727bae92
Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements
2023-03-15 18:40:21 -04:00
ThatOneCalculator
3de967393b
icons
2023-03-11 13:01:04 -08:00
Freeplay
404f7986e1
remove unneeded bit
2023-02-25 15:51:51 -05:00
Freeplay
65de7b89e7
Remove content-visibility oh god that did not work as I expected
2023-02-25 12:15:35 -05:00