syuilo
c1597be458
🎨
2024-10-04 10:18:36 +09:00
Marie
323c075483
fix: add props before url
2024-10-04 02:34:34 +02:00
Marie
67d739cf71
upd: add script and check to MkUrl
2024-10-04 02:34:01 +02:00
Marie
d5b372f7a9
upd&merge: Merge Cherrypick/MisskeyIO's external url popup, delete old popup warning and modify script to handle undefined domains
2024-10-04 02:31:22 +02:00
Marie
ac1e5a0fb5
merge: Feat: Implement "Show Below Avatar" for Avatar Decorations ( !645 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/645
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-10-03 20:40:34 +00:00
Marie
aedc5fba81
merge: Disabling cat speak on the client ( !609 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/609
Closes #604
Approved-by: fEmber <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2024-10-03 19:51:35 +00:00
Hazel K
fddf078b52
improve per-user view on mobile
2024-10-03 15:16:07 -04:00
Hazel K
97a16c2ebc
Merge branch 'develop' into hazelnoot/following-timeline
2024-10-03 14:00:06 -04:00
dakkar
ef002e00b6
cover case of author speaking as cat while not being cat
...
as @Marie pointed out, if you disable "is cat" without first disabling
"speak as cat", you don't want to speak as a cat!
2024-10-03 18:51:05 +01:00
Marie
f6e0a04053
merge: maybe fix #510 - try to not edit visibility ( !631 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/631
Closes #510
Approved-by: fEmber <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2024-10-03 17:45:26 +00:00
Marie
66ddf965b5
merge: alert when searching notes from widget, and search is disabled - fixes #275 ( !629 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/629
Closes #275
Approved-by: fEmber <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2024-10-03 17:32:20 +00:00
CenTdemeern1
cb264dae75
Use negative z-index to position decorations behind the avatar
...
Co-authored-by: dakkar <dakkar@thenautilus.net>
2024-10-03 19:12:10 +02:00
Leah
49eb673c40
fix nyaize line
2024-10-03 16:59:08 +01:00
Leah
d55c86548d
You can now disable cat speak in settings (client side)
2024-10-03 16:58:49 +01:00
dakkar
bc8c6592ea
merge: make MkAbuseReport more friendly for smaller screen sizes ( !646 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/646
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: fEmber <acomputerdog@gmail.com>
2024-10-03 15:57:19 +00:00
fEmber
e2beec33f8
merge: Minor issue fixes on the frontend ( !625 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/625
Closes #659 , #656 , #651 , #661 , #632 , and #710
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: fEmber <acomputerdog@gmail.com>
2024-10-03 15:52:00 +00:00
dakkar
8b7482f9c0
fix linting
2024-10-03 16:49:20 +01:00
blueb
04c729e504
fix: lint error in MkAbuseReport
2024-10-03 11:43:04 -04:00
CenTdemeern1
e43c58a955
Simplify the getDecorationZIndex function
2024-10-03 16:55:24 +02:00
blueb
5ef58c90ae
replace brs with margin in MkAbuseReport
2024-10-03 09:12:25 -04:00
zyoshoka
2a4ab0e187
fix(misskey-js): type fixes related to signup and signin ( #14679 )
2024-10-03 18:33:56 +09:00
syuilo
87617dca39
refactor & performance improvements of MkMention
2024-10-03 15:12:07 +09:00
Kisaragi
9dc058189e
fix(frontend): データセーバーを有効にしているときにメンションのアイコンがアニメーションしないように ( #14674 )
2024-10-03 15:08:45 +09:00
syuilo
83db116c46
enhance(backend): notify new login ( #14673 )
...
* wip
* Update CHANGELOG.md
* wip
* fix
* Update index.d.ts
* Update SigninService.ts
* Update MkNotification.vue
2024-10-03 15:06:04 +09:00
Hazel K
72d59b459a
respect word mutes
2024-10-03 00:45:49 -04:00
blueb
cbecaad5ae
don't make MkAbuseReport harder to see if resolved
2024-10-03 00:06:20 -04:00
blueb
a32a8e0404
improvement: make MkAbuseReport more friendly for smaller screen sizes
2024-10-03 00:02:04 -04:00
syuilo
1074d625ed
enhance: require captcha for signin ( #14655 )
...
* wip
* Update MkSignin.vue
* Update MkSignin.vue
* wip
* Update CHANGELOG.md
2024-10-03 12:11:09 +09:00
Julia
6fd4de246c
Make post form attachments accessible ( #14666 )
...
* fix(frontend): Make post form attachments accessible
Adds a role="button", tabindex, and @keydown to MkPostFormAttaches in
order to make it accessible to keyboard users.
* Fix for linter
* Add spacing in type signature
2024-10-03 09:09:08 +09:00
CenTdemeern1
28aa99b273
Implement "Show Below Avatar" for Avatar Decorations
2024-10-02 23:49:30 +02:00
Marie
da7a5add33
upd: use @click.prevent instead of @click
2024-10-02 20:11:41 +02:00
Hazel K
705ae79eb1
Merge branch 'develop' into hazelnoot/following-timeline
2024-10-02 11:45:09 -04:00
Hazel K
ef7cde6bc6
fixes from peer review
2024-10-02 11:38:21 -04:00
Marie
321e7daab5
chore: add comments
2024-10-02 17:26:23 +02:00
dakkar
0bd6d48c7e
merge: Customize Sidebar/Visitor/About separately from app icon. ( !632 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/632
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-10-02 14:55:20 +00:00
Hazel K
fa176ab543
Revert "expose prop to force-collapse MkNote / SkNote"
...
This reverts commit c5117552ca
.
2024-10-02 00:48:23 -04:00
Hazel K
93a4008d42
disable the per-user feed on mobile
2024-10-02 00:45:41 -04:00
Hazel K
e031877a9e
rename some CSS and JS names
2024-10-02 00:20:39 -04:00
Hazel K
eb2c2e261b
remove extraneous "user preview" from feed entries
2024-10-02 00:15:52 -04:00
Hazel K
2a11c1ecf6
emit "init" event from MkPagination
2024-10-02 00:09:32 -04:00
Hazel K
c8abbcaa33
fix link to post
2024-10-01 22:40:19 -04:00
Hazel K
779b5ef257
show two lines of text for feed entries
2024-10-01 22:27:08 -04:00
Hazel K
204e734192
include user feed
2024-10-01 18:28:04 -04:00
Hazel K
ae3863bed0
use compact rendering for following feed
2024-10-01 14:37:09 -04:00
Julia Johannesen
91889dfed3
Add spacing in type signature
...
Again, to match the upstream PR.
2024-10-01 13:07:32 -04:00
Julia Johannesen
0aec0bb402
Fix to match upstream
...
Upstreams linter was mad about the attributes not being before the event
handlers, so this fixes that to match upstream when we end up merging
2024.9 (assuming it gets included in that release)
2024-10-01 10:30:02 -04:00
Julia Johannesen
7a1596cad9
Make post form attachments accessible
...
Adds a role="button", tabindex, and @keydown to MkPostFormAttaches in
order to make it accessible to keyboard users.
2024-10-01 10:06:40 -04:00
Hazel K
c5117552ca
expose prop to force-collapse MkNote / SkNote
2024-09-30 12:04:44 -04:00
syuilo
b6578861ac
🎨
2024-09-30 20:22:57 +09:00
かっこかり
ca8cc015b0
enhance(frontend): フォロワーへのメッセージ欄を改良 ( #14656 )
...
* enhance(frontend): フォロワーへのメッセージ欄を改良
* Update Changelog
2024-09-30 20:05:34 +09:00