syuilo
|
76408667f3
|
update deps (#14594)
* wip
* Update ClientServerService.ts
* eslint
* Update fetch-resource.ts
* wip
|
2024-09-22 12:32:01 +09:00 |
かっこかり
|
2cbe1d1210
|
feat(frontend): ノート・ユーザータイムライン埋め込み (#13929)
* fix
* navhookをbootに移動
* サーバーサイドのbootも分けるように
* 埋め込みページかどうかの判定は最初の一回だけに
* tooltipは出せるように
* fix design
* 埋め込み独自のtooltipを削除
* ロジックの分岐が多かったMkNoteDetailedを分離
* fix indent
* プレビュー用iframeにフォーカスが当たるのを修正
* popupの制御を出す側で行うように
* パラメータが逆になっていたのを修正
* Update MkEmbedCodeGenDialog.vue
* fix
* eliminate misskey-js lint warns
* fix
* add appropriate attributes to embed html
* enhance: サーバーサイドのembed系をさらに分離
* enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む)
* type
* lint
* fix indent
* server-side styleを完全に分離
* Revert "refactor: 画面サイズのしきい値をconstにまとめる"
This reverts commit 05ca36f400 .
* fix
* revert all changes in base.pug
* embedドメインをまとめた
* embedドメインをまとめた
* prevent calling contextmenu in embed page by stopping at the caller
* fix import
* fix import
* improve directory structure
* fix import
* register timeline ui as a container
* wa-
* rename
* wa-
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaImage.vue
* Update EmNote.vue
* revert mkmedialist changes
* 戻し漏れ
* wip
* tweak embed media ui
* revert original media components
* Update boot.embed.js
* rename
* wip
* Update MkNote.vue
* wip
* Update MkSubNoteContent.vue
* Update EmNote.vue
* Update packages/frontend/src/router/definition.ts
* Revert "Update packages/frontend/src/router/definition.ts"
This reverts commit 937ae44521 .
* refactor EmMediaImage
* fix import
* remove unused imports
* Update router.ts
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* Update EmNote.vue
* Update EmNote.vue
* Create EmA.vue
* Create EmAvatar.vue
* Update EmAvatar.vue
* wip
* wip
* wip
* Create EmImgWithBlurhash.vue
* Update EmImgWithBlurhash.vue
* Create EmPagination.vue
* wip
* Update boot.ts
* wip
* wip
* wi@p
* wip
* wip
* wiop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update boot.ts
* wip
* Update MkMisskeyFlavoredMarkdown.ts
* wip
* wip
* wip
* wip
* wip
* Update post-message.ts
* wip
* Update EmNoteDetailed.vue
* Update EmNoteDetailed.vue
* Create instance.ts
* Update EmNoteDetailed.vue
* wip
* Update EmNoteDetailed.vue
* wip
* wip
* wip
* Update pnpm-lock.yaml
* wip
* wip
* wp
* wip
* Update ClientServerService.ts
* wip
* Update boot.ts
* Update vite.config.local-dev.ts
* Update vite.config.ts
* Create index.html
* wa-
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Create EmLink.vue
* Create EmMention.vue
* Update EmMfm.ts
* wip
* wip
* wip
* wip
* Update vite.config.ts
* Update boot.ts
* Update EmA.vue
* うぃp
* wip
* wip
* Create EmError.vue
* wip
* Update MkEmbedCodeGenDialog.vue
* Update EmNote.vue
* wip
* wip
* Update user-timeline.vue
* Update check-spdx-license-id.yml
* wip
* wip
* style(frontend-shared): lint fixes on build.js
* fix(frontend-shared): include `*.{js,json}` files in js-built
* wip
* use alias
* refactor
* refactor
* Update scroll.ts
* refactor
* refactor
* refactor
* wip
* wip
* wip
* wip
* Update roles.vue
* Update branding.vue
* wip
* wip
* wip
* Update page.vue
* wip
* fix import
* add missing css variables
* 絵文字をtwemojiに変更
クライアントデフォルトにあわせるため
* force empoll readonly
* fix compiler error
* fix broken imports
* tweak button style
* run api extractor
* fix storybook theme preloads
* fix storybook instance imports
* Update preview.ts
* Update preview.ts
* Update preview.ts
* Revert "Update preview.ts"
This reverts commit 12bab1c6fb .
* Revert "Update preview.ts"
This reverts commit 5c0ce01dbd .
* Revert "Update preview.ts"
This reverts commit f4863524d7 .
* Revert "fix storybook instance imports"
This reverts commit ed8eabb246 .
* Revert "wip"
This reverts commit d3c1926519 .
* Revert "Update page.vue"
This reverts commit 27c7900b0c .
* Revert "Update branding.vue"
This reverts commit c08ccb65ba .
* Revert "Update roles.vue"
This reverts commit 1488b67066 .
* Revert "wip"
This reverts commit aab1c76981 .
* refactor: use common media proxy
* fix imports
* fix
* fix: MediaProxyの初期化を保証する(storybook対策?)
* enhance(frontend-embed): improve embedParams provide
* fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正
* fix
* embed-pageを共通化
* fix import
* fix import
* fix import
* const.jsを共通化
(たぶんrevertしすぎた)
* fix type error
* fix duplicated import
* fix lint
* fix
* コメントとして残す
* sharedとembedをlint対象にする
* lint
* attempt to fix eslint (frontend-shared)
* lint fixes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
|
2024-09-09 20:57:36 +09:00 |
かっこかり
|
7e3dedb045
|
fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version) (#14380)
* fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version)
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-08-10 09:35:50 +09:00 |
syuilo
|
085b3abf26
|
update deps (#14312)
|
2024-07-28 11:14:31 +09:00 |
FineArchs
|
070f0e723d
|
AiScriptを0.19.0にアップデート (#14226)
* Update autogen files
* Update CHANGELOG.md
* Update flash-edit.vue
|
2024-07-17 16:55:17 +09:00 |
かっこかり
|
b5fd6183d2
|
deps(frontend): AiScript VSCodeのバージョンを上げる (#14199)
|
2024-07-14 08:00:27 +09:00 |
syuilo
|
427648c4b8
|
update deps (#14057)
* wip
* locales/index.jsのymlファイル取得ロジックを調節
* regenerate pnpm-lock.yaml
* fix(backend): typecheck fails
* chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend
* chore: migrate ESLint configs to flat config (#14094)
* chore: migrate ESLint configs to flat config
* fix: update paths
* fix: frontend lint fails
* refactor(misskey-js): lint build.js
* update deps
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Co-authored-by: zyoshoka <root@zyoshoka.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
|
2024-07-02 11:38:34 +09:00 |
syuilo
|
1df90cef4c
|
update typescript
|
2024-06-21 13:03:00 +09:00 |
zyoshoka
|
9849aab402
|
test(#10336): add `components/MkC.*` stories (#13830)
* test(storybook): add `components/MkC.*` stories
* test(storybook): add some tests
* test: add sleep
* test: comment-out flaky test
* test(storybook): add test for `MkChannelFollowButton`
* chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test
* fix(chromatic): add delay to `MkChannelList`
* chore: replace `mswDecorator` with `mswLoader`
* fix(storybook): tweak some parameters
* chore: serve static files
* fix(chromatic): add delay to `MkCwButton`
* chore: delete logging for debug
* fix: add right click in `MkContextMenu` play
* refactor: remove unused imports
|
2024-06-08 18:00:54 +09:00 |
syuilo
|
20c0bd9ddb
|
happy-domにメモリリークがありそう
|
2024-05-21 17:29:02 +09:00 |
かっこかり
|
126383dca2
|
deps: AiScript VSCodeのバージョンを上げる (#13851)
|
2024-05-21 15:07:37 +09:00 |
syuilo
|
2b21c19362
|
update deps (#13624)
* update deps
* Update package.json
* update deps
* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684)
* ✌️
* ✌️
* pureimageの代わりに@napi-rs/canvasを使う (#13748)
* pureimageの代わりに@napi-rs/canvasを使う
* remove writestream
* remove createtemp
* wip
* Update ClientServerService.ts
* update pnpm to 9.x
* update deps
* re: update pnpm to 9.x
* update node
* ✌️
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2024-05-04 20:56:14 +09:00 |
zyoshoka
|
9c057e6854
|
fix(frontend): fix Storybook type errors (#13779)
* fix(frontend): fix Storybook type errors
* fix: `hasReduce` doesn't work in args
|
2024-05-01 16:39:16 +09:00 |
FineArchs
|
553ba84792
|
AiScriptのバージョンを0.18.0に上げる (#13743)
* Update package.json
* Update autogen files
* Update flash-edit.vue
* Update flash-edit.vue
* Update CHANGELOG.md
* revert
|
2024-04-25 10:34:26 +09:00 |
かっこかり
|
2f8fb105a5
|
fix(deps): aiscript-vscodeのインストール中にWARNが出るのを修正 (#13661)
|
2024-04-05 15:59:43 +09:00 |
おさむのひと
|
115d91812e
|
fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする (#13598)
* fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする
* fix CHANGELOG.md
|
2024-03-20 10:30:45 +09:00 |
syuilo
|
14a3af679d
|
update deps
|
2024-03-01 14:06:34 +09:00 |
syuilo
|
033d71ee28
|
update deps
|
2024-03-01 13:52:39 +09:00 |
syuilo
|
920c3be750
|
update deps
|
2024-02-29 11:10:03 +09:00 |
かっこかり
|
f5459a25df
|
fix(frontend): vue v3.4.16以降でタイムラインが正常に表示できない問題を修正 (#13248)
* fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正
* type
* Revert "fix: downgrade vue to 3.4.15"
This reverts commit e12369ac13 .
* Update pnpm-lock.yaml
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-02-16 15:39:48 +09:00 |
Acid Chicken (硫酸鶏)
|
b8800b8b95
|
build: upgrade Storybook to 8 beta (#13297)
* chore: upgrade Storybook to 8
* ci: restore Storybook workflow
* build: createRequire
* ci: TurboSnap life extension
|
2024-02-14 18:48:25 +09:00 |
tamaina
|
e12369ac13
|
fix: downgrade vue to 3.4.15
|
2024-02-12 19:16:44 +00:00 |
syuilo
|
7fc1d77893
|
update deps
|
2024-02-09 17:10:16 +09:00 |
tamaina
|
c0cb76f0ec
|
chore: use vite@5.1.0 / pnpm@8.15.1
|
2024-02-08 17:24:51 +00:00 |
かっこかり
|
d40612ac52
|
fix(frontend): aiscriptのコードブロックでのハイライト指定を修正 (#13208)
|
2024-02-09 00:08:33 +09:00 |
zyoshoka
|
5299d17060
|
test(frontend): migrate MSW in Storybook to v2 (#13195)
|
2024-02-08 13:28:49 +09:00 |
かっこかり
|
9e1145df81
|
enhance(frontend): shiki v1に移行 (#13138)
* enhance(frontend): shiki v1に移行
* optimize chunks, エラーを握りつぶす
* wasmを分離
* バンドルサイズの警告の最小値を650kBに引き上げ
* optimize
|
2024-02-02 15:05:18 +09:00 |
zyoshoka
|
e5876440cb
|
refactor(frontend): `os.popup()`の`props`の型チェックを有効化 (#13140)
* refactor(frontend): `os.popup()`の`props`の型チェックを有効化
* refactor: `ComponentProps`に書き換え
* refacor: `import type`
|
2024-02-02 15:04:42 +09:00 |
syuilo
|
e90dea4be9
|
update deps
|
2024-01-30 20:59:44 +09:00 |
tamaina
|
9ac2c36d76
|
iOSで大きな画像を変換してアップロードできない問題を修正 (#13109)
Fix https://github.com/misskey-dev/misskey/issues/12026
|
2024-01-30 15:01:24 +09:00 |
かっこかり
|
177c35e321
|
fix(frontend/pizzax): オブジェクトにnullがある場合に正しくマージされないのを修正 (#13073)
* fix(frontend/pizzax): オブジェクトにnullがある場合に正しくマージされない
* fix types
* マージを内製
|
2024-01-24 14:45:27 +09:00 |
syuilo
|
e8ba0b3f54
|
enhance(reversi): improve desync handling
|
2024-01-23 10:51:59 +09:00 |
おさむのひと
|
850d38414e
|
fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)
* fix: バブルゲームのビルド失敗修正
* fix: api.jsonの定義誤りを修正
* fix: lint.yml(typecheck)
* fix: fix eslint error
* fix: frontend vitest version
* fix: frontend vitest version
* fix:
* fix: cypress
* fix: misskey-js test
* fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?)
* fix: conflict
* fix: 間違えて上書きしたところを修正
* fix: 再
* fix: api.json
* fix: api.json
* fix: タイムアウト延長
* Update packages/misskey-js/jest.config.cjs
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
|
2024-01-22 18:01:54 +09:00 |
かっこかり
|
4f95b8d9d2
|
fix(frontend/pizzax): デフォルト値が適用できないことがあるのを修正 (#13057)
* fix(frontend/pizzax): デフォルト値が適用できないことがあるのを修正
* fix
* いらんプロパティをけす
|
2024-01-22 09:20:56 +09:00 |
syuilo
|
f4657eb16f
|
update deps
|
2024-01-21 18:43:01 +09:00 |
syuilo
|
952386ba8f
|
refactor: extract bubble-game engine as independent package
|
2024-01-20 09:53:26 +09:00 |
syuilo
|
a637b4e282
|
feat: reversi
Resolve #12962
|
2024-01-19 20:51:49 +09:00 |
FineArchs
|
6bae440f39
|
bump aiscript version to 0.17.0 (#12955)
* bump aiscript version to 0.17.0
* Update CHANGELOG.md
|
2024-01-10 09:47:47 +09:00 |
syuilo
|
1063d39de8
|
enhnace(frontend): tweak game
|
2024-01-09 21:15:56 +09: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 |
Chocolate Pie
|
072f67d6e7
|
feat: Add support for mCaptcha (#12905)
* feat: Add support for mCaptcha
* fix: Fix docker compose configuration
* chore(frontend/docs): update changelog & fix eslint errors
* `@mcaptcha/vanilla-glue`をダイナミックインポートするように
* chore: Add missing prefix to CHANGELOG
* refactor(backend): 適当につけた変数の名前を変更
|
2024-01-06 20:14:33 +09:00 |
かっこかり
|
3187c6b28d
|
refactor(frontend): MkNumberのアニメーションを内製してgsapを削除 (#12859)
* (refactor) MkNumberのアニメーションを内製
* 秒数調整
* fix
* fix pnpm-lock
* Update packages/frontend/src/components/MkNumber.vue
* Update packages/frontend/src/components/MkNumber.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-02 16:55:02 +09:00 |
syuilo
|
379079ee42
|
chore(frontend): update vue to 3.4
|
2023-12-31 17:01:56 +09:00 |
tamaina
|
1d5a0d0777
|
chore: use @misskey-dev/eslint-plugin (#12860)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-12-31 15:26:57 +09:00 |
tamaina
|
2a33981811
|
chore: use summaly, browser-image-resizer, and sharp-read-bmp on registry.npmjs.org instead of git (#12856)
* chore: use @misskey-dev/summaly on registry.npmjs.org instead of git
* fix backend dependency
* fic backend dependency
* @misskey-dev/sharp-read-bmp
* fix
* use @misskey-dev/browser-image-resizer
|
2023-12-31 09:45:35 +09:00 |
zyoshoka
|
13990279c3
|
enhance: Unicode 15.0で新たに追加された絵文字をリアクションに使えるように (#12683)
|
2023-12-18 14:51:29 +09:00 |
syuilo
|
507d436699
|
update mfm-js
|
2023-12-18 13:22:34 +09:00 |
syuilo
|
8a9f4ef441
|
update deps
|
2023-12-18 13:14:58 +09:00 |
syuilo
|
2ecc0299b4
|
update deps
|
2023-12-16 14:00:27 +09:00 |
おさむのひと
|
b5c319b2c7
|
fix(frontend): testが落ちるのを修正 (#12679)
|
2023-12-16 08:56:26 +09:00 |