summaryrefslogtreecommitdiff
path: root/packages/client/src/init.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-433/+0
|
* lintsyuilo2022-12-241-1/+1
|
* wip (#9349)tamaina2022-12-191-0/+2
|
* fix(client): Downgrade to Vite v3 (#9313)tamaina2022-12-141-2/+7
| | | | | | | | | | | | | | | | | | | * Revert "refactor(client): Create root.vue and select the ui in it (#9312)" This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5. * use vite v3 * Revert "Revert "refactor(client): Create root.vue and select the ui in it (#9312)"" This reverts commit 56910e27fbad352f3cb8324a167aaf1446cea7c2. * Revert "refactor(client): Create root.vue and select the ui in it (#9312)" This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5. * use vite@3.2.4 * update to v3.2.5
* refactor(client): Create root.vue and select the ui in it (#9312)tamaina2022-12-121-7/+2
|
* Revert #8098tamaina2022-11-241-5/+0
|
* Merge branch 'develop' into pizzax-indexeddbtamaina2022-11-171-311/+306
|\
| * refactor(client): use dvhsyuilo2022-11-131-10/+0
| |
| * refactor(client): align filename to component namesyuilo2022-08-311-1/+1
| |
| * update depssyuilo2022-08-271-1/+1
| |
| * Revert "fix(client): revert es2017"syuilo2022-07-141-308/+310
| | | | | | | | This reverts commit 0ddabdbf68767566fd8f4fdeab1de82535dc44cb.
| * Revert "debug"syuilo2022-07-141-30/+0
| | | | | | | | This reverts commit fa5140310f05c00d641e794329073eb7d44f6825.
| * Revert "debug"syuilo2022-07-141-8/+0
| | | | | | | | This reverts commit 800bbc4328e27944e785d2ad50da0293df0ee114.
| * debugsyuilo2022-07-141-0/+8
| |
| * debugsyuilo2022-07-141-0/+30
| |
| * fix(client): revert es2017syuilo2022-07-141-310/+308
| |
| * fix: add `es2017` build target (#8931)Johann1502022-07-131-308/+310
| | | | | | | | | | | | | | * remove top level awaits * add es2017 target * refactor: use setup and ref sugar
| * fix(client): only enable hotkeys for logged in users (#8793)Andreas Nedbal2022-06-251-10/+13
| | | | | | | | | | * fix(client): only enable hotkeys for logged in users * fix(client): keep theme and search hotkeys for logged out users
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-06-211-10/+4
|\|
| * refactor(client): Refine routing (#8846)syuilo2022-06-201-10/+4
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-05-281-17/+32
|\|
| * fix lints (#8737)Johann1502022-05-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: emits use ev instead of e * fix: errors use err instead of e * fix: replace use of data where possible * fix: events use evt instead of e * fix: use strict equals * fix: use emoji instead of e * fix: vue lints
| * refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-011-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up * wip * wip * wip * wip * wip * wip * :v: * use import * fix * install rollup * use defineAsyncComponent. * fix emojilist * wip use defineAsyncComponent * popup(import -> popup(defineAsyncComponent(() => import * draggable? * fix init import * clean up * fix router * add comment * :v: * :v: * :v: * remove webpack * update vite * fix boot sequence * Revert "fix boot sequence" This reverts commit e893dbf37aed83bf9f12e427d98c78a7065b4a39. * revert boot import * never make two app div * ; * remove console.log * change clientEntry sequence * fix * Revert "fix" This reverts commit 12741b3d89950a31dbb1bb81477ddb27b0e9951a. * fix * add comment https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210 * add log * add comment Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-05-011-1/+0
|\|
| * feat: Improve Push Notification (#7667)tamaina2022-04-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-03-041-6/+16
|\|
| * feat: instance default themesyuilo2022-03-011-1/+12
| |
| * Revert "refactor"syuilo2022-03-011-2/+2
| | | | | | | | This reverts commit 94d4f8271e3406ff549a8f18831fb74adcd0d1ab.
| * refactorsyuilo2022-02-281-2/+2
| |
| * fix(client): tweak uisyuilo2022-02-121-2/+1
| | | | | | | | #8311
| * feat(client): デバイスの種類を手動指定できるようにsyuilo2022-02-081-2/+2
| |
| * fix(client): fix compare-versions importsyuilo2022-02-031-1/+1
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-01-281-4/+4
|\|
| * refactor(client): i18n.locale -> i18n.tssyuilo2022-01-281-4/+4
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-01-111-1/+0
|\|
| * bye chat uisyuilo2022-01-091-1/+0
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-01-051-14/+0
|\|
| * tweak clientsyuilo2022-01-021-14/+0
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-01-021-1/+1
|\|
| * update depssyuilo2022-01-021-1/+1
| |
| * enhance: pizzaxでstreamingのuser storage ↵tamaina2021-12-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updateイベントを監視して更新 (#8095) * wip * wip? * ? * streamingのuser storage updateイベントを監視して更新 * 必要な時以外はストレージを更新しない * fix? * wip * fix * fix
* | :v:tamaina2021-12-301-0/+6
| |
* | fixtamaina2021-12-291-1/+2
|/
* feat(client): improve toast component and show welcome messagesyuilo2021-12-181-1/+13
|
* fixsyuilo2021-11-181-6/+5
|
* fix(client): improve error handlingsyuilo2021-11-141-4/+4
|
* refactoringsyuilo2021-11-121-0/+420
Resolve #7779