tamaina
0cab102f3a
wip
2022-02-20 01:12:30 +09:00
tamaina
fd8f8162e1
SchemaTypeの型計算量を削減 ( #8332 )
...
* schema typeの型計算量を削減
* reduce some type error
* wip
* fix
* clean up
* more shrink
2022-02-19 23:21:28 +09:00
tamaina and syuilo
64f4231283
ソフトミュートですべてがマッチしてしまうのを修正 ( #8307 )
...
* ソフトミュートですべてがマッチしてしまうのを修正
* Clean up
* Update packages/client/src/scripts/check-word-mute.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
* fix
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2022-02-11 23:26:51 +09:00
tamaina
6cbd66b534
fix: v-sizeディレクティブの動作を修正 ( #8249 )
...
* Fix size directive behavior not activated
* calc
* wip
* cache computed classes
* fix Vue3では使えなくなった
* 不要なIntersection Observerを削除
* comment
2022-02-06 10:59:36 +09:00
tamaina
d31945e1fd
fix: タイムライン種別を切り替えると「新しいノートがあります」の表示が残留してしまうのを修正 ( #8250 )
...
Fix #6831
2022-02-04 08:39:20 +09:00
tamaina and syuilo
ae3abc2126
fix: Fix Sideview ( #8235 )
...
* Fix #7890
* a-
* 3度目の正直
* fix
* ✌️
* update CHANGELOG
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2022-02-01 23:48:19 +09:00
tamaina
55b3ae22ee
enhance: メニュー関連をComposition API化、switchアイテム追加 ( #8215 )
...
* メニューをComposition API化、switchアイテム追加
クライアントサイド画像圧縮の準備
* メニュー型定義を分離 (TypeScriptの型支援が効かないので)
* disabled
* make keepOriginal to follow setting value
* fix
* fix
* Fix
* clean up
2022-01-30 14:11:52 +09:00
tamaina
2f67ec2f84
enhance: MediaListでは、サーバーで許可された形式しか表示しないように ( #8113 )
...
* wip
* fix
2022-01-27 00:08:48 +09:00
tamaina and syuilo
e1d69e236f
enhance: e2eテストをできるだけ改良してみた ( #8159 )
...
* update docker image?
* 続
* serial run delete from "${table}" cascade
* use cypress official github action
* refuse install by cypress action
* clean up
* use wait?
* use more wait?
* Revert "use more wait?"
This reverts commit 18d0fcae9c .
* Revert "use wait?"
This reverts commit 5aa8feec9c .
* fix
* test
* test
* log?
* 握りつぶしてみる
* clean up
* env?
* clean up?
* disable video
* add comment
* remove test
* 成功?
* test browser
* nodeインストール無効化
* node16.13.0-chrome95-ff94
* node.js復活
* ?
* ちょっと戻してみる
* chrome?
* cross browser test2
* --shm-size=2g
* artifact?
* misskey.local?
* firefoxはあきらめる
* not headless?
* oops
* fix
* ??
* test1
* if?
* fail-fast: false
* headless: false
* easy error ignoreing describe
* エラーの解消
とちょっとリファクター
* add browser name to artifact
* Install mplayer for FireFox
* no wait?
* タイムアウトを甘くしてみる
* firefoxをあきらめる(n回目)
* remove timeout setting
* wait復活
* Update basic.js
* Update index.js
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2022-01-21 16:43:56 +09:00
tamaina
1bd7c55c88
post-form.vue ( #8164 )
2022-01-20 23:15:08 +09:00
tamaina
7627c43dee
send-drive-file svg as png ( #8107 )
2022-01-20 03:05:52 +09:00
tamaina and MeiMei
74df9b57ec
fix: proxyでsvgをpngに変換するように ( #8106 )
...
* wip
* revert send-drive-file change
* fix
* Update packages/backend/src/server/proxy/proxy-media.ts
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com >
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com >
2022-01-20 03:03:28 +09:00
tamaina
7be09a4af9
refactor: Composition APIへ移行 ( #8138 )
...
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* wip
* wip drive.file.vue, drive.vue
* fix prop
* wip(
* components/drive.folder.vue
* maybe ok
* ✌️
* fix variable
* FIX FOLDER VARIABLE
* components/emoji-picker-dialog.vue
* Hate `$emit`
* hate global property
* components/emoji-picker-window.vue
* components/emoji-picker.section.vue
* fix
* fixx
* wip components/emoji-picker.vue
* fix
* defineExpose
* ユニコード絵文字の型をもっといい感じに
* components/featured-photos.vue
* components/follow-button.vue
* forgot-password.vue
* forgot-password.vue
* 🎨
* fix
2022-01-18 23:06:16 +09:00
tamaina and Acid Chicken
efb0ffc4ec
refactor: APIエンドポイントファイルの定義を良い感じにする ( #8154 )
...
* Fix API Schema Error
* Delete SimpleSchema/SimpleObj
and Move schemas to dedicated files
* Userのスキーマを分割してみる
* define packMany type
* add ,
* Ensure enum schema and Make "as const" put once
* test?
* Revert "test?"
This reverts commit 97dc9bfa70 .
* Revert "Fix API Schema Error"
This reverts commit 21b6176d97 .
* ✌️
* clean up
* test?
* wip
* wip
* better schema def
* ✌️
* fix
* add minLength property
* wip
* wip
* wip
* anyOf/oneOf/allOfに対応? ~ relation.ts
* refactor!
* Define MinimumSchema
* wip
* wip
* anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正
* anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正
* Update packages/backend/src/misc/schema.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* fix
* array oneOfをより正確な型に
* array oneOfをより正確な型に
* wip
* ✌️
* なんかもういろいろ
* remove
* very good schema
* api schema
* wip
* refactor: awaitAllの型定義を変えてみる
* fix
* specify types in awaitAll
* specify types in awaitAll
* ✌️
* wip
* ...
* ✌️
* AllowDateはやめておく
* 不必要なoptional: false, nullable: falseを廃止
* Packedが展開されないように
* 続packed
* wip
* define note type
* wip
* UserDetailedをMeDetailedかUserDetailedNotMeかを区別できるように
* wip
* wip
* wip specify user type of other schemas
* ok
* convertSchemaToOpenApiSchemaを改修
* convertSchemaToOpenApiSchemaを改修
* Fix
* fix
* ✌️
* wip
* 分割代入ではなくallOfで定義するように
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
2022-01-18 22:27:10 +09:00
tamaina
9869f01e7c
Fix #8151 ( #8152 )
2022-01-18 21:32:17 +09:00
tamaina
8855a5fffb
refactor: Composition APIへ移行 ( #8121 )
...
* components/abuse-report-window.vue
* use <script setup>
* ✌️
* components/analog-clock.vue
* wip components/autocomplete.vue
* ✌️
* ✌️
* fix
* wip components/captcha.vue
* clean up
* components/channel-follow-button
* components/channel-preview.vue
* components/core-core.vue
* components/code.vue
* wip components/date-separated-list.vue
* fix
* fix autocomplete.vue
* ✌️
* remove global property
* use <script setup>
* components/dialog.vue
* clena up
* fix dialog.vue
* Resolve https://github.com/misskey-dev/misskey/pull/8121#discussion_r781250966
2022-01-11 00:05:18 +09:00
tamaina
b8f8b9e72c
非ログイン時にエラーを吐くconsole.logを除去 ( #8119 )
2022-01-06 20:07:11 +09:00
tamaina
333ba491f1
enhance: 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように ( #8108 )
...
* 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように
* add comment
2022-01-03 07:35:02 +09:00
tamaina
87c5c69c87
wip ( #8101 )
2022-01-01 18:00:53 +09:00
tamaina
5c1e2e5d7a
スコープの判定を厳密に ( #8100 )
2021-12-30 03:01:58 +09:00
tamaina
1b526eb573
fix pizzax ( #8099 )
2021-12-30 02:38:17 +09:00
tamaina
e159f15600
enhance: pizzaxでstreamingのuser storage updateイベントを監視して更新 ( #8095 )
...
* wip
* wip?
* ?
* streamingのuser storage updateイベントを監視して更新
* 必要な時以外はストレージを更新しない
* fix?
* wip
* fix
* fix
2021-12-29 22:13:09 +09:00
tamaina
c77fe1f2cf
Truncate push notification message ( #8089 )
...
* Truncate push notification message
* fix
2021-12-25 02:01:35 +09:00
tamaina
1122f7281e
ノートページでRenoteである場合にnoindexを付加 ( #8074 )
2021-12-24 01:16:58 +09:00
tamaina
dc0e55bf16
wip ( #8077 )
2021-12-21 00:20:30 +09:00
tamaina
f3e29c4f6a
fix: LTLやGTLが無効になっている場合でもUI上にタブが表示される問題を修正 ( #8026 )
...
* wip
* add changelog
* 変換ミス修正
2021-11-30 23:03:03 +09:00
tamaina and Acid Chicken
8e0108a0b8
fix: notification.vueのIntersectionObserverまわりを修正 ( #8010 )
...
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* disconnect
* oops
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
2021-11-26 13:43:11 +09:00
tamaina
e2862ed097
enhane: 完全ログアウト時にすべてのタブがウェルカムページへ移動するように ( #7928 )
...
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* null
* add comments
2021-11-05 00:09:13 +09:00
tamaina
303c5abfb4
feat: クライアントでログインするアカウントidを指定するクエリ(loginId=:userId) ( #7929 )
...
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* await?
* rename
2021-10-31 16:01:50 +09:00
tamaina and mei23
5cf07fc50f
enhance: Provide Twemoji SVGs from Misskey server ( #2 ) ( #7897 )
...
* Selfhosting Twemoji
* ちっ
* うざっ
* あ
* add test
Co-authored-by: mei23 <m@m544.net >
2021-10-24 21:10:45 +09:00
tamaina
b7a5602003
chore: delete unnecessary twemoji submodule dir
2021-10-21 20:39:18 +09:00
tamaina
23de94785d
doc: recursive ( #7893 )
2021-10-21 19:56:30 +09:00
tamaina and Acid Chicken
69b56f6658
refactor: publishHogeStreamとStreamのEventEmitterに型定義する ( #7769 )
...
* wip
* wip
* wip
* ✌️
* add main stream
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* ok
* add header, choice, invitation
* add header, choice, invitation
* test
* fix
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* fix lint
* wip
* wip!
* wip
* fix
* wip
* wip
* ✌️
* 送信側に型エラーがないことを3回確認した
* ✌️
* wip
* update typescript
* define items in full Schema
* edit comment
* edit comment
* edit comment
* Update src/prelude/types.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458
* user packとnote packの型不整合を修正
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
* add prelude/types.ts
* emoji
* signin
* game
* matching
* clean up
* ev => data
* refactor
* clean up
* add type
* antenna
* channel
* fix
* add Packed type
* add PackedRef
* fix lint
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* add schemas refs, fix Packed type
* wip PackedHoge => Packed<'Hoge'>
* add Packed type
* note-reaction
* user
* user-group
* user-list
* note
* app, messaging-message
* notification
* drive-file
* drive-folder
* following
* muting
* blocking
* hashtag
* page
* app (with modifying schema)
* import user?
* channel
* antenna
* clip
* gallery-post
* emoji
* Packed
* reversi-matching
* update stream.ts
* https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
* fix lint
* clean up?
* add changelog
* add changelog
* add changelog
* fix: アンテナが既読にならないのを修正
* revert fix
* https://github.com/misskey-dev/misskey/pull/7769#discussion_r711474875
* spec => payload
* edit commetn
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
2021-10-21 01:04:10 +09:00
tamaina
ea8e6d88ab
enhance: shareページでより多くの情報を渡せるように ( #7606 )
...
* shareでより多くの情報を渡せるように
* from chat ui post-form, remove instant and add share
* fix await eating array, make document
* add changelog
* https://github.com/misskey-dev/misskey/pull/7606/files/3581bf9a060742dc59bf7fb8ea7316809cc60522#r692265037
* reply, renoteにも型定義
* 🎨
* 閉じなければ100ms後タイムラインに
2021-10-20 03:10:36 +09:00
tamaina
597c9761cb
Revert "Revert "Fix idb"" ( #7860 )
...
This reverts commit 67875e2afa .
2021-10-08 13:37:55 +09:00
tamaina
67875e2afa
Revert "Fix idb"
...
This reverts commit dd17065129 .
2021-10-07 14:28:22 +09:00
tamaina
dd17065129
Fix idb
2021-10-07 14:26:16 +09:00
tamaina
19d531922d
enhance: ページロードエラーページにリロードボタンを追加 ( #7835 )
...
* wip
* modify page load error page
* add changelog
* サーバーが死んでるエラーを追加
* add MkLoading
2021-10-02 16:36:25 +09:00
tamaina
14795b68f2
refactor: PackedHoge型をPacked<'Hoge'>型に書き換える ( #7792 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
* test
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* define items in full Schema
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
* add prelude/types.ts
* emoji
* signin
* game
* matching
* fix
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* add Packed type
* note-reaction
* user
* user-group
* user-list
* note
* app, messaging-message
* notification
* drive-file
* drive-folder
* following
* muting
* blocking
* hashtag
* page
* app (with modifying schema)
* import user?
* channel
* antenna
* clip
* gallery-post
* emoji
* Packed
* reversi-matching
* add changelog
* add changelog
* revert fix
2021-09-22 22:35:55 +09:00
tamaina
90bf976fe2
enhance: ノートヘッダーにflex-shrinkを設定し、Acctを優先的に縮小して見栄えをよくするように ( #7752 )
...
* MAKE NOTE HEADER FLEX AGAIN
* span => div
* remove submodules
2021-09-20 22:14:49 +09:00
tamaina
4422219be7
fix: アンテナが既読にならないのを修正 ( #7809 )
2021-09-18 15:31:32 +09:00
tamaina
e8189f7c69
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2021-09-17 22:58:29 +09:00
tamaina
23c054caec
fix: add vanilla-tilt
2021-09-17 22:58:26 +09:00
tamaina
53f3b779bf
refactor: Expand schema ( #7772 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
* test
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* define items in full Schema
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
2021-09-12 01:12:23 +09:00
tamaina
f59f424795
Revert "fix: use master branch when build docker image"
...
This reverts commit c63ba5470a .
2021-09-11 11:37:35 +09:00
tamaina
c63ba5470a
fix: use master branch when build docker image
2021-09-11 11:32:47 +09:00
tamaina
935d6473ed
chore: APIドキュメントの修正 ( #7771 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
2021-09-09 20:23:31 +09:00
tamaina
48f46333f8
サインアップ・ログアウト周りの怪しい挙動を修正 ( #7750 )
...
* fix #7749
* fix
* fix logout behavior when there is no push subscription
* fix logout behavior when there is no push subscription 2
* clean up service worker registration
* fix lint
* remove submodules
2021-09-04 18:09:53 +09:00
tamaina and syuilo
d2007add75
feat: Implement api sw/unregister ( #7611 )
...
* Implement api sw/unregister
* remove all mode
* add changelog
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2021-08-21 14:47:18 +09:00
tamaina
0e69091455
doc: add features/word-mute ( #7672 )
2021-08-20 21:40:45 +09:00
tamaina
75b9f31acf
fix: import syslog-pro
2021-08-20 20:18:24 +09:00
tamaina
fc56b12690
refactor: localStorageのaccountsはindexedDBで保持するように ( #7609 )
...
* accountsストアはindexedDBで保持するように
* fix lint
* fix indexeddb available detection
* remove debugging code
* fix lint
* resolve https://github.com/misskey-dev/misskey/pull/7609/files/ba756204b77ce6e1189b8443e9641f2d02119621#diff-f565878e8202f0037b830c780b7c0932dc1bb5fd3d05ede14d72d10efbc3740c
Firefoxでの動作を改善
* fix lint
* fix lint
* add changelog
2021-08-20 19:38:16 +09:00
tamaina
3cd537ecf2
Remove url loadrr ( #7396 )
2021-03-24 11:32:23 +09:00
tamaina
bc4315da1e
Improve flush ( #7328 )
2021-03-13 10:55:29 +09:00
tamaina
2154354a4f
Revert "perf: use overflow: clip instead of hidden" ( #7273 )
...
This reverts commit 06e817af59 .
2021-03-02 22:57:16 +09:00
tamaina
433230413e
Fix lint
2021-02-28 19:09:08 +09:00
tamaina and syuilo
126826eb5a
Implement in-unison reload ( #7196 )
...
* Resolve #6804
Implement unison reload
* ✌️
* fix
* Update share.vue
fix
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2021-02-17 21:36:56 +09:00
tamaina
6ce2231e70
ServiceWorker: onfetchで何もしないように ( #7195 )
...
* Resolve #7192
* skip waiting
* fix
* refactor
2021-02-13 19:53:40 +09:00
tamaina and syuilo
40bfa3ef04
Resurrect Service Worker ( #7108 )
...
* Resolve #7106
* fix lint
* fix lint
* save lang in idb
* fix lint
* fix
* cache locale file
* fix lint
* ✌️
* wip
* fix [wip]
* fix [wip]
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2021-02-06 18:55:53 +09:00
tamaina
5864b52a81
Update create-notification.ts
2020-08-29 03:26:44 +09:00
tamaina
493d32b3dc
Fix #6676
2020-08-29 03:14:27 +09:00
tamaina
9fe6f9417e
Update CHANGELOG.md
2020-07-29 23:57:08 +09:00
tamaina and syuilo
056fef70da
✌️ ( #6567 )
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-07-26 13:30:36 +09:00
tamaina
b8350d5093
Fix #6566 ( #6577 )
2020-07-23 13:07:27 +09:00
tamaina
9415618992
fix lint ( #6568 )
2020-07-20 01:07:02 +09:00
tamaina
ce8fa8e423
Update CHANGELOG.md
2020-07-19 20:00:40 +09:00
tamaina
e54fd6c2cb
Update CHANGELOG.md
2020-07-13 15:06:51 +09:00
tamaina
3caea9d33e
Update CHANGELOG.md
2020-07-13 15:05:47 +09:00
tamaina
66d6e71f06
Fix style of input(type="search") on macOS Safari ( #6484 )
2020-07-12 00:43:17 +09:00
tamaina
bbb0130522
Update CHANGELOG.md
2020-07-07 22:23:16 +09:00
tamaina
30cf154542
Update CHANGELOG.md
2020-06-05 13:52:17 +09:00
tamaina
f2c33b06cf
Update CHANGELOG.md
2020-06-05 13:18:32 +09:00
tamaina
fecb12bae1
missing ;
2020-06-04 19:13:24 +09:00
tamaina and syuilo
2480fcdc53
Update src/client/components/notification.vue
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-06-03 13:42:32 +09:00
tamaina and syuilo
7e093aee5e
Update src/client/components/notification.vue
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-06-03 13:42:26 +09:00
tamaina and syuilo
111eb43fd9
feat(client): 投稿フォームのボタンの説明を表示するように ( #6408 )
...
* Add title attr with buttons on the post form
* fix
* tooltip
* missing ;
* remove title attr
* fix bug
* Update reactions-viewer.details.vue
* help wip
* ok!
* i18n
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-06-03 13:30:17 +09:00
tamaina
fb91ab4080
Merge branch 'develop' into notification-visibility-read-2
2020-05-31 21:53:56 +09:00
tamaina
ffc7f42efc
fix(client): 全既読系ボタンのAPIの指定が間違っているのを修正 ( #6424 )
2020-05-31 15:48:37 +09:00
tamaina
7c38cda8ee
Refactor
2020-05-31 14:57:22 +09:00
tamaina
d3f5001679
fix
2020-05-31 14:54:04 +09:00
tamaina
83d9a4b6d9
chore(client): 🎨 Make font-size of note-preview em ( #6414 )
2020-05-31 14:46:50 +09:00
tamaina and syuilo
8d48e4c76e
feat(client): Convert text mfm node to text (v)dom node instead of span tag ( #6399 )
...
* Convert text mfm node to text (v)dom node
instead of span tag
* Update mfm.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-05-31 12:57:21 +09:00
tamaina and syuilo
a1e0c866aa
feat(client): 自動でもっと見るオプション ( #6403 )
...
* wip
* ugokanai
* wip
* implement setting subscribing
* fix lint
* ✌️
* Update notifications.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-05-31 12:53:06 +09:00
tamaina
ddf92c3e2c
chore(src/docs): Fix miauth check url
...
Fix #6418
2020-05-29 22:36:01 +09:00
tamaina
886766cca5
fix
2020-05-26 15:04:44 +09:00
tamaina
974abbe826
capture readAllNotifications
2020-05-26 15:00:15 +09:00
tamaina
61bdf51e90
Observe notification read
2020-05-26 14:34:49 +09:00
tamaina
9bee9d20f7
Improve typing
2020-05-26 14:33:55 +09:00
tamaina
05c7cacdd1
Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670
2020-05-24 18:41:40 +09:00
tamaina
81f1df7472
Resolve #6405 ( #6406 )
2020-05-24 13:53:31 +09:00
tamaina
abc296cdcc
refactor: use Object.fromEntries() instead of in-house implementation ( #6401 )
...
* refactor: use Object.fromEntries()
instead of in-house implementation
* Remove extra type assertions
2020-05-23 23:21:09 +09:00
3963ed8ff7
feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 ( #6396 )
...
* wip
* tabun ok
* better msg
* oops
* fix lint
* Update gulpfile.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* Update src/client/scripts/set-i18n-contexts.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* refactor
Co-authored-by: acid-chicken <root@acid-chicken.com >
* ✨
* wip
* fix lint
* たぶんおk
* fix flush
* Translate Notification
* remove console.log
* fix
* add notifications
* remove san
* wip
* ok
* ✌️
* Update src/prelude/array.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* wip
* i18n refactor
* Update init.ts
* ✌️
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
Co-authored-by: syuilo <syuilotan@yahoo.co.jp >
2020-05-23 13:19:31 +09:00
tamaina
11141c878c
fix(i18n): Fix missing translation
2020-05-20 11:16:10 +09:00
tamaina
b1a2046a7f
Update CHANGELOG.md
2020-05-18 14:26:55 +09:00
tamaina
e44322c9bf
Update CHANGELOG.md
2020-05-18 14:25:36 +09:00
tamaina
2e6462bf1b
Update CHANGELOG.md
2020-05-18 14:21:07 +09:00
tamaina
0eded8f5a9
Update mfm.ts
...
Fix typo
2020-04-26 14:58:36 +09:00
tamaina
f62eb0fee9
Update mfm.ts
...
Fix missed file name change
2020-04-26 14:55:04 +09:00
tamaina
077bf11e45
Update CHANGELOG.md
2020-04-26 14:51:12 +09:00
tamaina
d02e14cb94
Fix Media List in CW Content ( #6099 )
2020-04-16 01:04:21 +09:00