Marie
|
85355813ad
|
merge: latest changes
|
2024-02-09 19:22:06 +01:00 |
|
zyoshoka
|
5299d17060
|
test(frontend): migrate MSW in Storybook to v2 (#13195)
|
2024-02-08 13:28:49 +09:00 |
|
Marie
|
6a94a52131
|
merge: upstream
|
2024-02-06 21:23:37 +01:00 |
|
かっこかり
|
edb39a089d
|
enhance(frontend): KeepAliveのページキャッシュを削除できるように (#13180)
* enhance(frontend): 内部のページキャッシュを削除できるように
* Update Changelog
|
2024-02-06 16:26:03 +09:00 |
|
ShittyKopper
|
02c9c42075
|
fix: links triggering clickToOpen
|
2024-02-04 15:21:57 +03:00 |
|
Marie
|
11628e4b6a
|
merge: upstream
|
2024-02-03 20:19:44 +01:00 |
|
Marie
|
f091b84c6e
|
chore: change sfm registry and name
|
2024-02-03 15:01:09 +01:00 |
|
かっこかり
|
c38f5ee528
|
fix(frontend): アバターデコレーションのアニメーションが止まらない (#13139)
* fix(frontend): アバターデコレーションのアニメーションが止まらない
* Update Changelog
* i -> index
* key
* revert lint fixes
|
2024-02-02 15:19:23 +09: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 |
|
FineArchs
|
fc7cd636a3
|
refactor: MkCodeをブロックとインラインで別コンポーネント化する (#13026)
* Create MkCodeInline.vue
* Update MkCode.vue
* Update MkMisskeyFlavoredMarkdown.ts
* Update flash.vue
* Update MkCodeInline.vue
|
2024-01-18 12:16:12 +09:00 |
|
FineArchs
|
bcb4560f0d
|
$[border ...]にクリッピング機能を追加 (#13002)
* Update MkMisskeyFlavoredMarkdown.ts
* Update MkMisskeyFlavoredMarkdown.ts
* Update CHANGELOG.md
* Set clipping as default
|
2024-01-17 17:42:19 +09:00 |
|
Marie
|
4c1f6be735
|
merge: upstream
|
2024-01-15 12:07:35 +01:00 |
|
FineArchs
|
bc8a741e14
|
feat: 枠線をつけるMFMを追加 (#12981)
* Update MkMisskeyFlavoredMarkdown.ts
* Update const.ts
* Update MkMisskeyFlavoredMarkdown.ts
* Update MkMisskeyFlavoredMarkdown.ts
* Update CHANGELOG.md
|
2024-01-13 21:17:00 +09:00 |
|
1Step621
|
19fe32bd7e
|
Feat(frontend): リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように (#12984)
* リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように
* update CHANGELOG.md
* fix locale & type errors
* fix locale etc
* fix
* fix type
* lint fixes
* lint fixes(2)
|
2024-01-13 15:25:11 +09:00 |
|
Marie
|
d974b30e56
|
merge: upstream
|
2024-01-09 10:35:10 +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 |
|
Kagami Sascha Rosylight
|
5e71418d5c
|
fix(frontend/emoji) restore U+FE0F for simple emojis (#12866)
* fix(frontend/emoji) restore U+FE0F for simple emojis
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-07 16:02:53 +09:00 |
|
Marie
|
3c3c5e190a
|
upd: add tossface emojis as an option
|
2024-01-04 20:42:25 +01:00 |
|
Marie
|
265bcf54b0
|
upd: remove collapsed mentions
Glitchy/Broken CSS - Won't get any fixes by free so it is best to just undo the change
Closes #279
Closes #278
|
2023-12-30 23:14:00 +01:00 |
|
1Step621
|
49e2eb87e9
|
Fix(frontend): MFMでfgとbgに長い単語を使うと改行されない問題を修正 (#12819)
* MFMでfgとbgに長い単語を使うと改行されない問題を修正
* update CHANGELOG.md
|
2023-12-28 09:46:46 +01:00 |
|
FineArchs
|
9c17e0f976
|
Feat: クリックイベントを発生させるMFM構文を追加 (#12798)
* Update MkMisskeyFlavoredMarkdown.ts
* fix MkMisskeyFlavoredMarkdown.ts
* Update MkAsUi.vue
* Update ui.ts
* Fix MkMisskeyFlavoredMarkdown.ts
* Update CHANGELOG.md
* fix ui.ts
* revert CHANGELOG.md
* Update CHANGELOG.md
|
2023-12-28 09:43:49 +01:00 |
|
zyoshoka
|
ed3e30581f
|
refactor(frontend): import宣言周りのエラーを修正 (#12773)
|
2023-12-28 09:43:12 +01:00 |
|
1Step621
|
2a5c9e6002
|
Fix(frontend): MFMでfgとbgに長い単語を使うと改行されない問題を修正 (#12819)
* MFMでfgとbgに長い単語を使うと改行されない問題を修正
* update CHANGELOG.md
|
2023-12-27 20:41:01 +09:00 |
|
ShittyKopper
|
32318bbbfa
|
fix: un-hardcode more border radius values
all of these are blind find and replace, no clue if they end up breaking
anything
|
2023-12-26 22:02:48 +03:00 |
|
dakkar
|
8d291ef039
|
formula component based on katex
thanks a lot to MoshiBar for the initial implementation!
|
2023-12-25 18:12:55 +00:00 |
|
FineArchs
|
4f247a0784
|
Feat: クリックイベントを発生させるMFM構文を追加 (#12798)
* Update MkMisskeyFlavoredMarkdown.ts
* fix MkMisskeyFlavoredMarkdown.ts
* Update MkAsUi.vue
* Update ui.ts
* Fix MkMisskeyFlavoredMarkdown.ts
* Update CHANGELOG.md
* fix ui.ts
* revert CHANGELOG.md
* Update CHANGELOG.md
|
2023-12-25 18:03:06 +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 |
|
syuilo
|
179cb1d813
|
fix type
|
2023-12-22 20:14:20 +09:00 |
|
woxtu
|
c92508a575
|
Remove unused imports (#12730)
|
2023-12-21 11:36:45 +09:00 |
|
Marie
|
c92c2d065f
|
upd: replace mfm with sfm
|
2023-12-18 03:03:05 +01:00 |
|
syuilo
|
eacc2040a1
|
perf(frontend): introduce MkLazy for lazy loading
|
2023-12-15 15:37:19 +09:00 |
|
syuilo
|
417852779f
|
enhance: アイコンデコレーションの位置を微調整できるように
|
2023-12-14 20:58:08 +09:00 |
|
YAVIIGI
|
d7766162d6
|
feat(frontend): MFM のアニメーション要素に delay オプションを追加 (#12659)
* Add delay option
* Update CHANGELOG.md
|
2023-12-14 17:57:57 +09:00 |
|
1STEP621
|
b33fe53047
|
Enhance(frontend): MFMや絵文字が使える入力ボックスでオートコンプリートを使えるように (#12643)
* rich autocomplete for use in profiles, announcements, and channel descriptions
* implementation omissions
* add tab, apply to page editor, and fix something
* componentization
* fix nyaize doesn't working in profile preview
* detach autocomplete instance when unmounted
* fix: mismatched camelCase
* remove unused / unnecessary styles
* update CHANGELOG.md
* fix lint
* remove dump.rdb
* props.richAutocomplete -> autocomplete
* Update packages/frontend/src/scripts/autocomplete.ts
* clarify namings
メンションなども「MFM」に含まれるのか自信がなかったのでrichSyntaxなどとぼかしていましたが、含むようなので変更しました
* tweak
* Update MkFormDialog.vue
* rename
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-12-14 13:11:23 +09:00 |
|
syuilo
|
839b7483ac
|
enhance(frontend): 同じ種類のデコレーションを複数付けられるように
|
2023-12-14 11:29:27 +09:00 |
|
syuilo
|
5472f4b934
|
enhance: アイコンデコレーションを複数設定できるように
|
2023-12-13 16:56:19 +09:00 |
|
YAVIIGI
|
daea5a39ad
|
fix(frontend): ノート中の絵文字をタップして「リアクションする」を押したときにリアクションサウンドが鳴るようにする (#12624)
* Add sound.play() in copy reaction
* Update CHANGELOG.md
* fix lint error
|
2023-12-13 08:15:25 +09:00 |
|
まっちゃとーにゅ
|
ab5d2eca1f
|
enhance(frontend): window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
|
2023-12-08 19:46:25 +09:00 |
|
zyoshoka
|
406b4bdbe7
|
refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539)
* refactor(frontend): 非推奨となったReactivity Transformを使わないように
* refactor: 不要な括弧を除去
* fix: 不要なアノテーションを除去
* fix: Refの配列をrefしている部分の対応
* refactor: 不要な括弧を除去
* fix: lint
* refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換
* fix: type error
* chore: drop reactivity transform from eslint configuration
* refactor: remove unnecessary import
* fix: 対応漏れ
|
2023-12-07 14:42:09 +09:00 |
|
Mar0xy
|
aa4c3dfffe
|
chore: remove unused import
|
2023-12-03 19:17:42 +01:00 |
|
Mar0xy
|
00d798f922
|
upd: change margin for desktop view on back button
|
2023-12-03 19:15:16 +01:00 |
|
Mar0xy
|
1bb258b16a
|
add: back button in header
Closes transfem-org/Sharkey#196
|
2023-12-03 19:09:15 +01:00 |
|