summaryrefslogtreecommitdiff
path: root/packages/client/src/router.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-501/+0
|
* Fix: ↵futchitwo2022-08-211-0/+8
| | | | | | | | | アクセストークン管理画面、アカウント管理画面表示できないのを修正 (#9064) * Fix: apps page routing * Fix: accounts page routing * Fix: router name
* fix(client): cannot show some setting pagessyuilo2022-08-071-0/+16
| | | | Fix #9043
* chore(client): tweak scroll behavior in routingsyuilo2022-08-061-2/+2
|
* feature: Client Preferences Registry (#8511)tamaina2022-07-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix settings page * nanka iroiro * clean up * clean up * feature: Client Preferences Registry on the account * add changelog * インデックスに戻ってもタイトルが残ってしまうのを修正 * fix createdAt -> updatedAt * remove console.log * 適用→このデバイスに適用 * add wallpaper * ローカルのjsonファイルを保存・読み込みできるように * clean up * use apiWithDialog * Update packages/client/src/pages/settings/preferences-registry.vue Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email> * Update packages/client/src/pages/settings/preferences-registry.vue Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email> * Update packages/client/src/pages/settings/preferences-registry.vue Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email> * fix lint * :v: * change router * nanka iroiro * tweak Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* fix(client): some fixessyuilo2022-07-211-0/+4
|
* fix(client): fix some routingssyuilo2022-07-201-0/+16
|
* enhance(client): ネストしたルーティングに対応syuilo2022-07-201-3/+171
|
* feat(client): registry editorsyuilo2022-07-161-0/+9
|
* enhance(client): improve usabilitysyuilo2022-07-051-0/+4
|
* enhance(client): ハイライトをみつけるに統合syuilo2022-07-011-3/+0
|
* chore(client): tweak uisyuilo2022-07-011-4/+10
|
* fix client router catchallJohann1502022-06-291-1/+1
| | | | fixes #8903
* Prevent access to user pages when not logged in [v2] (#8904)Johann1502022-06-291-0/+27
| | | | | | | | | | | | * do not throw error when navigating * enhance: add loginRequired to router This allows client pages to require logging in before displaying the page, useful for example for user settings pages. * add login requirements Co-authored-by: Andreas Nedbal <git@pixelde.su>
* enhance(client): improve routersyuilo2022-06-291-2/+3
| | | | Fix #8902
* enhance(client): メニュー整理syuilo2022-06-291-12/+0
| | | | | Resolve #6389 Fix #8035
* refactor(client): Refine routing (#8846)syuilo2022-06-201-130/+236
|
* enhance(client): improve file moderation uisyuilo2022-06-171-4/+5
|
* Fix(client): fix wrong gallery page component (#8815)futchitwo2022-06-121-1/+1
|
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-011-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix: Only allow admins to access admin views (#8361)Andreas Nedbal2022-03-041-3/+3
| | | | | * fix(client): only allow admins to access /admin/* * fix(client): Also allow moderators to access admin panel
* refactor(client): specify global scopesyuilo2022-01-161-3/+3
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-131-1/+1
|
* bye reversisyuilo2022-01-121-2/+0
|
* bye roomsyuilo2022-01-071-1/+0
|
* tweak uisyuilo2022-01-041-1/+0
|
* refactoringsyuilo2021-11-121-0/+149
Resolve #7779