Commit graph

3629 commits

Author SHA1 Message Date
ThatOneCalculator 16c48307b6
Close #10175 2023-05-21 20:07:25 -07:00
ThatOneCalculator 70f6a4808c
chore: formatting 2023-05-21 20:05:52 -07:00
ThatOneCalculator 2c9d211af1
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-21 20:05:36 -07:00
ThatOneCalculator 8b2ffa773e
Close #10174 2023-05-21 20:04:59 -07:00
Kainoa Kanter 47b122536b Merge pull request 'Tweak note tabs + add follow button to header + other minor stuff' (#10172) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10172
2023-05-22 01:08:21 +00:00
Freeplay 88f39b2b02 Give article semantic to subnote 2023-05-21 18:23:17 -04:00
TalonTheDragon 8806dc92f7 Add translation to aria labels 2023-05-21 23:02:22 +02:00
Freeplay a5ba2c3e8f padding fix 2023-05-21 16:48:25 -04:00
Freeplay 0f82c4250b Add follow button to header 2023-05-21 16:30:35 -04: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
Freeplay 9c1c001f25 Set minimum size for buttons 2023-05-21 14:11:45 -04:00
TalonTheDragon fd9d23f3cb Label deck and universal bar buttons for screen readers on mobile. Still needs translation and aria-selected 2023-05-21 19:17:13 +02:00
Freeplay 55b6b6075d Accessible follow button 2023-05-21 13:10:27 -04:00
TalonTheDragon 0b7e9068bc 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
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
Freeplay da0a0503ba tab fix 2023-05-20 21:46:33 -04:00
Freeplay b871746b93 hide empty tabs 2023-05-20 21:20:17 -04:00
Freeplay 506420130e 'Jump to Reply' to 'Jump to previous' 2023-05-20 16:42:06 -04:00
naskya 813fb25d72
files may be undefined 2023-05-21 05:34:39 +09:00
Freeplay e57fbbb335 add back icons 2023-05-20 12:34:04 -04:00
Freeplay bfde7bbb88 Change detailed note tabs design 2023-05-20 12:08:20 -04:00
ThatOneCalculator 38d323962a
fix import 2023-05-19 23:59:49 -07:00
ThatOneCalculator 2d316fca4a
standardize post buttons 2023-05-19 23:38:36 -07:00
ThatOneCalculator b049b5bfaa
chore: formatting 2023-05-19 23:27:56 -07:00
ThatOneCalculator 83db6ec70a
forgot } 2023-05-19 23:26:01 -07:00
ThatOneCalculator c20e501d69
simpler fix, thank you @wikiyu 2023-05-19 23:22:10 -07:00
ThatOneCalculator b4983ef56f
Revert "fix api doc?"
This reverts commit 9e366dc563.
2023-05-19 23:21:00 -07:00
ThatOneCalculator 9e366dc563
fix api doc? 2023-05-19 23:14:59 -07:00
ThatOneCalculator 973b1837a6
fix: show follow requests even if not locked 2023-05-19 22:52:14 -07:00
Kainoa Kanter 7a75ba477d Merge pull request 'Add reactions tab to detailed notes view' (#10161) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10161
2023-05-20 04:57:44 +00:00
Freeplay e79b1c693e bottom padding 2023-05-20 00:53:15 -04:00
Freeplay bf9077e1dc fix 2023-05-20 00:41:42 -04:00
Freeplay c3b8ce2e57 Reactions tab 2023-05-20 00:14:14 -04:00
Freeplay 7e93391ac3 fix depth 2023-05-19 23:02:15 -04:00
Namekuji 3ddcffd169
enhance: emoji width and height 2023-05-19 22:26:13 -04:00
Kainoa Kanter 6d3a5d63cc chore: formatting 2023-05-19 15:41:59 -07:00
Kainoa Kanter 722489821c Note tabs + Jump to Reply changes + other stuff (#10157) 2023-05-19 21:20:15 +00:00
Freeplay 2b6053d0b3 fix null error 2023-05-19 17:07:22 -04:00
Freeplay f7856c6525 note metadata 2023-05-19 16:29:16 -04:00
Freeplay f573f93d16 Make UserCardMini clickable 2023-05-19 14:45:29 -04:00
Freeplay 5db7460a82 fix loading icon for boosts tab 2023-05-19 14:40:47 -04:00
Freeplay d60002f426 mini mfm button 2023-05-19 14:34:16 -04:00
Freeplay 79af6df55e add withChart prop to UserCardMini 2023-05-19 14:28:36 -04:00
Freeplay 98a831961e little bit more accessible tabs 2023-05-19 13:20:48 -04:00
Freeplay d013b351e2 Tabbed content in detailed notes page 2023-05-19 13:02:41 -04:00
Freeplay e921e2dce3 simplify conversation code 2023-05-18 15:48:36 -04:00
Freeplay 2ed994fb6d revert history api 2023-05-18 11:48:45 -04:00
naskya 80d4f06962
format 2023-05-18 20:50:24 +09:00
naskya 079d757009
Check alt text on mutes 2023-05-18 20:38:33 +09:00
Kainoa Kanter 3fc94f9348 Merge pull request 'More focusable elements + allow closing modal's w/ browser back & esc' (#10142) from Freeplay/calckey:keyboard into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10142
2023-05-18 05:43:55 +00:00
Freeplay fb06aecb7b Jump to Reply + other note page improvmeents 2023-05-17 21:54:37 -04:00
Freeplay 72a40b3139 Display account info of post rather than 'Post' in header 2023-05-17 18:56:03 -04:00
Freeplay c3cd14ece0 (actually) fix clicking audio opening post 2023-05-17 16:44:06 -04:00
Freeplay eec5f5dc23 SubNoteContent fixes 2023-05-17 15:24:51 -04:00
Freeplay da522482ac Allow pressing esc to close lightbox 2023-05-17 13:46:00 -04:00
Freeplay 4bebe2187f add touch events for tooltip on range input 2023-05-17 12:53:00 -04:00
Freeplay 49acbd10ae Close modals on browser back 2023-05-17 12:34:45 -04:00
Freeplay 1e0d38dc55 There seemed to be no use for that ? 2023-05-17 00:10:24 -04:00
Kainoa Kanter 2de535b0b8 fix: dont show cheat sheet when not needed 2023-05-16 20:31:13 -07:00
Freeplay 4d45cd38d9 focus to elements 2023-05-16 22:40:02 -04:00
Kainoa Kanter dcd6e48101 rm unessicary option 2023-05-16 19:31:18 -07:00
Kainoa Kanter d79968e095 Merge pull request 'Add loading spinners to detailed note page & popups(if slow)' (#10139) from Freeplay/calckey:loaders into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10139
2023-05-17 01:39:50 +00:00
Freeplay 8a6112ec24 Display waiting dialog if component takes more than a second to load 2023-05-16 19:28:07 -04:00
Freeplay 095ac9d929 Add loading spinners + remove unused 2023-05-16 18:18:07 -04:00
April John 6a5b9009f0 feat: allow horizontal scaling 2023-05-17 00:08:33 +02:00
Kainoa Kanter 3bf08a9610 Merge pull request 'Accessible Form Inputs!' (#10130) from Freeplay/calckey:settings into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10130
2023-05-16 17:58:01 +00:00
Freeplay 86f1d104c4 fix border-radius of folder 2023-05-15 22:39:05 -04:00
Freeplay 3fde459b6e fix noBg timeline BG's when wallpaper set 2023-05-15 22:05:43 -04:00
Freeplay 805134bb74 move labels in migration page into caption 2023-05-15 21:45:17 -04:00
Freeplay b38607a694 fix show replies toggle not saving 2023-05-15 18:13:59 -04:00
Freeplay 1cc7c3f8dd Accessible form components 2023-05-15 16:19:33 -04:00
April John 1161db414e Fix 2023-05-15 13:03:48 +00:00
April John 38a5f4e543 Fix: add done statements 2023-05-15 12:25:54 +00:00
Freeplay 38a29ad2c5 organize settings 2023-05-14 22:10:52 -04:00
Kainoa Kanter 21c5b3665c Merge pull request 'Replace classic.vue w/ a class in universal.vue' (#10122) from Freeplay/calckey:classic into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10122
2023-05-14 23:55:54 +00:00
Kainoa Kanter 8b611a175e tooltip for edited 2023-05-14 16:52:31 -07:00
Freeplay cda1e7bbf4 classic view spacing 2023-05-14 19:19:00 -04:00
Freeplay ba1f39a9ac Remove classic header (isn't used anywhere anymore) 2023-05-14 19:14:54 -04:00
Freeplay 8b91a6faa1 tweak navbar 2023-05-14 19:10:59 -04:00
Freeplay d2cee55c35 Change "Classic" to "Centered" 2023-05-14 19:10:48 -04:00
Kainoa Kanter c6aa87cc9c chore: formatting 2023-05-14 15:20:26 -07:00
Kainoa Kanter 9d6172757c Revert "fix: 🐛 go to last timeline selected"
This reverts commit 4478468256.
2023-05-14 15:19:58 -07:00
Kainoa Kanter 18afe6ab47 Revert "feat: swap home timeline with social's functionality (#9597)"
This reverts commit df68d5ffff.
2023-05-14 15:18:18 -07:00
Freeplay 0996e2e2b6 fix mobile navbar 2023-05-14 17:21:28 -04:00
Kainoa Kanter a71f33701d warn against graze for mastodon 2023-05-14 14:12:59 -07:00
Freeplay 2a313e73ff Replace classic.vue w/ a class in universal.vue 2023-05-14 17:06:58 -04:00
Kainoa Kanter 001f8038bf remove duplicate 2023-05-14 13:45:36 -07:00
Kainoa Kanter b669986060 Merge pull request 'Fix media not displaying when no body text' (#10121) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10121
2023-05-14 20:02:04 +00:00
Freeplay 2c22a20da4 button alignment 2023-05-14 15:33:50 -04:00
Freeplay 448d830c51 fix image not displaying if no text 2023-05-14 15:31:07 -04:00
April John 657857e8d6 Feat: move post imports to new jobs 2023-05-14 20:20:31 +02:00
April John e4a821a494 Feat: move post imports to new jobs 2023-05-14 18:46:48 +02:00
Kainoa Kanter d6c8e0dbf4 Merge pull request 'feat: automatically set antenna/list column names' (#10116) from naskya/calckey:feat/set-column-names-by-default into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10116
2023-05-14 14:04:03 +00:00
naskya 5d5edbb655
Set antenna/list column names automatically 2023-05-14 14:53:33 +09:00
naskya 6109122d02
Change "Add caption" icon in Drive 2023-05-14 14:40:36 +09:00
naskya cdc48bd018
Use ph-flying-saucer for antenna column in Deck 2023-05-14 14:36:29 +09:00
amy bones b01c9ce0b0
Fix hover unblur text after keyboard nav changes 2023-05-13 16:30:46 -07:00
Kainoa Kanter a7bd62e964 Use proper beta label 2023-05-13 13:04:53 -07:00
Kaity A 950c9b5caf
update translation 2023-05-14 00:57:37 +10:00
Kaity A 1e48c89528
Update meta to include feaures 2023-05-14 00:51:31 +10:00