KevinWh0
|
de80727cfc
|
Moved class to seperate file and fixed some ts warnings
|
2024-04-02 23:30:14 +02:00 |
|
KevinWh0
|
459e684117
|
fixed some of the issues with it
|
2024-03-19 22:00:28 +01:00 |
|
KevinWh0
|
ccf5659ac3
|
made methods private
|
2024-03-16 01:34:20 +01:00 |
|
KevinWh0
|
8f300cf460
|
added setting
|
2024-03-16 01:23:02 +01:00 |
|
KevinWh0
|
395ea9ab9f
|
made notification dot appear if you load the page and there are already notifs
|
2024-03-16 01:08:08 +01:00 |
|
KevinWh0
|
a0c63c8cc4
|
added notification dot and it seems to work well
|
2024-03-16 00:27:26 +01:00 |
|
dakkar
|
af548d05ca
|
merge upstream for 2024.2.1
|
2024-03-02 16:36:49 +00:00 |
|
Marie
|
15d2319011
|
merge: upstream
|
2024-02-23 13:42:52 +01:00 |
|
syuilo
|
fb0eb5a31f
|
🎨
|
2024-02-21 18:35:05 +09:00 |
|
Marie
|
10bfc61670
|
merge: upstream
|
2024-02-19 10:47:42 +01:00 |
|
taiy
|
860e8bb5d8
|
fix(frontend/pageMetadata): ページタイトルが更新されない問題 (#13289)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-02-16 16:17:09 +09:00 |
|
tamaina
|
c1514ce91d
|
(re) update SPDX-FileCopyrightText
Fix #13290
|
2024-02-13 15:59:27 +00:00 |
|
tamaina
|
311c2172d7
|
Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8 .
|
2024-02-13 15:50:11 +00:00 |
|
syuilo
|
9b5aeb76d8
|
update SPDX-FileCopyrightText
|
2024-02-12 11:37:45 +09:00 |
|
Amelia Yukii
|
31a74dc591
|
merge: upd: shorten navbars to save space on mobile (!404)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/404
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2024-02-05 11:55:01 +00:00 |
|
blueb
|
9b0d078fba
|
upd: replace pencil icon, widget icon
|
2024-02-05 06:39:15 -05:00 |
|
blueb
|
327d4b3e88
|
upd: shorten navbars to save space on mobile
|
2024-02-05 06:27:29 -05:00 |
|
Marie
|
11628e4b6a
|
merge: upstream
|
2024-02-03 20:19:44 +01:00 |
|
ShittyKopper
|
2e0557c90c
|
upd: lazy load SkOneko on demand
|
2024-02-02 14:56:58 +03:00 |
|
ShittyKopper
|
132bf2d200
|
feat: oneko
|
2024-02-01 17:31:04 +03:00 |
|
syuilo
|
8aea3603a6
|
refactor(frontend): global/router -> router
|
2024-01-30 21:07:34 +09:00 |
|
yukineko
|
a6a91fec3a
|
refactor: frontendのcomponentsの型エラーを改善 (#12926)
* add: safeFloatParserを追加
* fix: 欠けていた型を追加
* refactor: pageBlockTypesをjson-schemaに移植
* refactor: components/global内の型エラーが出ている箇所を修正
* lint: fix null check style
* refactor: fix type error
* refactor: fix some type errors
* fix: 翻訳が抜けていた箇所を修正
* refactor: getJsonSchemaで正しいスキーマが返されるように修正
* fix: MkChartの型エラーとbytesオプションが機能していない問題を修正
* fix(misskey-js): `drive`->`folderUpdated`のpayloadの型が間違っていたのを修正
* refactor: fix some type errors
* change: Captcha読み込み中の文言をLoadingに変更
* refactor(backend/misskey-js): MainEventの型を改善
* refactor: chartjs-plugin-gradientが二重でpluginに登録されていたのを修正
* update: misskey-js.api.md
* refactor: fix some type errors
* fix: backendのtypecheckが落ちていたのを修正
* update: misskey-js.api.md
* add: json-schemaのnoteにpollの型定義を追加
* refactor: noteのjson-schemaの型を改善
* refactor: MkPoll
* refactor: fix some type errors
* change: UserLiteにisLockedを持たせるように
* fix: notificationスキーマにroleが含まれていないのを修正
* Revert "change: UserLiteにisLockedを持たせるように"
This reverts commit 1bb0c8e7a9b19a4e9f21bf7381712b98f27672a5.
* fix: フォロー通知から鍵垢へのフォローを行うと処理中のまま止まってしまう問題を修正
* refactor: noteスキーマのvisibilityにenumを追加
* change: deepCloneのCloneableTypeにundefinedを追加
* refactor: fix some type errors
* refactor: `allowEmpty: false`を使用していた箇所を`minLength: 1`に置き換え
* enhance: API 'retension' のresponseの型を追加
* fix: Chart関連のtooltipが正しい位置に表示されない問題を修正
* refactor: fix some type errors
* fix: 型情報が不足していたのを修正
* enhance: announcementスキーマにenumを追加
* enhance: ロールポリシーの型定義をRoleServiceからjson-schemaに移植
* refactor: policiesを`ref: RolePolicies`に統一
* fix: API `meta` のレスポンスの型にpoliciesが含まれていないのを修正
* refactor: fix some type errors
* fix: backendのlintが落ちているのを修正
* fix: MkFoldableSectionの開閉時のanimationが適用されていない問題を修正
* fix: backendのtypecheckが落ちているのを修正
* update: run build-misskey-js-with-types
* fix: MkDialogのmount時に文字数制限の判定が行われない問題を修正
* update: CHANGELOG.md
* refactor: MkUserSelectDialogの型を改善
* fix: deepCloneでundefinedはcloneしないように (#9207)
* change: frontendのcloneをbackend側にも反映
* update: CHANGELOG.md
* fix: RoleServiceからPackを通して型RolePoliciesに依存させないように
* Update packages/frontend/src/scripts/get-note-summary.ts
* revert RoleService.ts changes
* change: optional chaining -> non-null assertion
* remove: unused import
* fix: propsで渡されたuserがUserLiteの場合に意図しない動作になってしまうのを修正
* change: fix null check style
* refactor: fix type error
* change: fix null check style
* Update packages/frontend/src/components/MkDrive.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: css moduleでglobalを使わないように
* refactor: roleのiconUrlは必ず存在するものとして扱うように
* enhance: MenuButtonのactiveにcomputedを受け付けられるように
* Update packages/frontend/src/components/MkNotePreview.vue
* Update MkWindow.vue
* refactor: notification.noteは必ず存在するものとして扱うように
* Update packages/frontend/src/components/MkNotification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: MkSignupDialogでdoneのemit時にresを含んでいなかったのを修正
* Update packages/frontend/src/scripts/clone.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: 不要な返り値の型を削除
* refactor: 不要なnullチェックを削除
* update: misskey-js-autogen
* update: clone.ts
* refactor
* Update MkNotification.vue
* Update MkNotification.vue
* ✌️
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotifications.vue
* Update MkUserSetupDialog.Profile.vue
* Update MkUserCardMini.vue
* ✌️
* Update MkMenu.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-30 19:53:53 +09:00 |
|
Marie
|
9d3f34d88f
|
merge: upstream (2)
|
2024-01-21 13:15:39 +01:00 |
|
Marie
|
db012fc8c3
|
merge: upstream (1)
|
2024-01-21 13:11:23 +01:00 |
|
syuilo
|
3ff229af6f
|
enhance(frontend): リファクタリングなど
|
2024-01-21 20:26:52 +09:00 |
|
Acid Chicken (硫酸鶏)
|
7881f06be0
|
refactor: deprecate i18n.t (#13039)
* refactor: deprecate i18n.t
* revert: deprecate i18n.t
This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12.
* chore: reimpl
|
2024-01-20 08:11:59 +09:00 |
|
Marie
|
4c1f6be735
|
merge: upstream
|
2024-01-15 12:07:35 +01:00 |
|
syuilo
|
3d83c1aaba
|
enhance(frontend): dedicated games page
|
2024-01-15 13:51:59 +09:00 |
|
Nila The Dragon
|
9ceb74b98d
|
feat: Implement Donation URL
|
2024-01-09 21:32:47 +01:00 |
|
Marie
|
d974b30e56
|
merge: upstream
|
2024-01-09 10:35:10 +01:00 |
|
Marie
|
fbddcc559a
|
fix: icons
|
2024-01-09 10:32:42 +01:00 |
|
かっこかり
|
0d7f9308cc
|
enhance(frontend): バブルゲームの諸々を修正・改良2 (#12948)
* (fix) ゲームが正常に終了するように
* (enhance) 効果音の音量を設定可能に
* (add) store
* (add) スクショにロゴの透かしを入れる
* Update packages/frontend/src/pages/drop-and-fusion.vue
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* tweak
* tweak
* tweak
* tweak
* Update drop-and-fusion.vue
* tweak
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
|
2024-01-09 13:25:33 +09:00 |
|
Marie
|
7552cea69a
|
merge: upstream
|
2024-01-09 02:57:57 +01:00 |
|
おさむのひと
|
04f9147db6
|
refactor(frontend): router.ts解きほぐし (#12907)
* refactor(frontend): router.ts解きほぐし
* add debug hmr option
* fix comment
* fix not working
* add comment
* fix name
* Update definition.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-08 14:44:43 +09:00 |
|
syuilo
|
00e195f50b
|
tweak game
|
2024-01-07 13:19:10 +09:00 |
|
syuilo
|
746367004e
|
feat(frontend): add new game
|
2024-01-06 20:15:28 +09:00 |
|
おさむのひと
|
fa9c4a19b9
|
refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694)
* refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる
* fix
* fix
* renate to "misskeyApi"
* rename file
|
2024-01-04 18:32:46 +09:00 |
|
zyoshoka
|
8daff4a998
|
refactor(frontend): Reactivityで型を明示するように (#12791)
* refactor(frontend): Reactivityで型を明示するように
* fix: プロパティの参照が誤っているのを修正
* fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
|
2023-12-28 09:45:15 +01:00 |
|
zyoshoka
|
ed3e30581f
|
refactor(frontend): import宣言周りのエラーを修正 (#12773)
|
2023-12-28 09:43:12 +01:00 |
|
ShittyKopper
|
6242f37111
|
Partial Revert "fix: fix: notification count position"
Firefox now implements :has. There is no reason for this workaround
This partially reverts commit 4f0bc185af .
|
2023-12-26 22:09:25 +03:00 |
|
zyoshoka
|
75034d9240
|
refactor(frontend): Reactivityで型を明示するように (#12791)
* refactor(frontend): Reactivityで型を明示するように
* fix: プロパティの参照が誤っているのを修正
* fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
|
2023-12-26 14:19:35 +09:00 |
|
zyoshoka
|
0009aa332b
|
refactor(frontend): import宣言周りのエラーを修正 (#12773)
|
2023-12-24 16:16:58 +09:00 |
|
Marie
|
5db583a3eb
|
merge: upstream
|
2023-12-23 02:09:23 +01:00 |
|
かっこかり
|
3d4af18327
|
[Hub Next] Misskey Hubのリンクを変更 (#12699)
* misskey hub のリンクを変更
* misskey-hub.net -> assets.misskey-hub.net
Related to misskey-dev/misskey-hub-next#57
|
2023-12-22 20:16:31 +09:00 |
|
Marie
|
b71e5cf2fb
|
fix: avatar decoration role not working
Closes #150
|
2023-12-22 11:51:43 +01:00 |
|
woxtu
|
c92508a575
|
Remove unused imports (#12730)
|
2023-12-21 11:36:45 +09:00 |
|
syuilo
|
b691126bff
|
refactor(frontend): menuのdividerをnullで表現するのをやめる
|
2023-12-12 10:26:37 +09:00 |
|
Acid Chicken (硫酸鶏)
|
2217d0c050
|
refactor(frontend): remove redundant class names (#12618)
|
2023-12-10 17:53:38 +09:00 |
|
まっちゃとーにゅ
|
ab5d2eca1f
|
enhance(frontend): window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
|
2023-12-08 19:46:25 +09:00 |
|
かっこかり
|
ac4089f37d
|
enhance(frontend): ウィジェットを非表示にできるPageMetaを追加 (#12456)
* (enhance) ウィジェットを非表示にできるPageMetaを追加
* fix lint
* rename
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-12-08 13:06:42 +09:00 |
|