summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(client): tweak uisyuilo2022-07-011-11/+13
|
* chore(client): fix pie renderingsyuilo2022-07-011-4/+4
|
* chore(client): tweak uisyuilo2022-06-302-6/+28
|
* chore(client): tweak uisyuilo2022-06-301-3/+3
|
* chore(client): tweak uisyuilo2022-06-302-10/+10
|
* tweak clientsyuilo2022-06-301-1/+0
|
* feat(client): add tag cloud componentsyuilo2022-06-291-1/+32
|
* enhance(client): improve routersyuilo2022-06-291-1/+1
| | | | Fix #8902
* enhance(client): メニュー整理syuilo2022-06-291-1/+1
| | | | | Resolve #6389 Fix #8035
* improve instance doughnut chartssyuilo2022-06-281-2/+2
|
* chore(client): tweak stylesyuilo2022-06-281-2/+2
|
* chore(client): tweak stylesyuilo2022-06-282-2/+2
|
* feat(client): add instances doughnuts charts for dashboardsyuilo2022-06-282-5/+155
|
* chore(client): tweak uisyuilo2022-06-262-25/+40
|
* refactor(client): extract interval logic to a composable functionsyuilo2022-06-261-9/+4
| | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
* enhance(client): tweak control panel dashboardsyuilo2022-06-264-13/+158
|
* fix(client): remove needless requestLog callsyuilo2022-06-251-4/+0
|
* enhance(client): improve control panelsyuilo2022-06-256-160/+985
|
* feat: allow GET for some endpointssyuilo2022-06-251-2/+2
| | | | Resolve #8263
* chore(client): improve usabilitysyuilo2022-06-241-1/+1
|
* feat: ↵syuilo2022-06-241-74/+8
| | | | 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように
* enhance(client): tweak uisyuilo2022-06-221-67/+9
|
* tweak clientsyuilo2022-06-221-1/+7
|
* refactor(client): refactor header tab handlingsyuilo2022-06-222-29/+66
|
* enhance(client): show warning in control panel when there is an unresolved ↵syuilo2022-06-212-1/+12
| | | | abuse report
* refactor(client): Refine routing (#8846)syuilo2022-06-2021-790/+1136
|
* enhance(client): improve file moderation uisyuilo2022-06-172-106/+1
|
* enhance(client): improve files page of control panelsyuilo2022-06-161-80/+85
|
* chore: fix some lints automatically (#8788)Johann1502022-06-103-4/+4
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* fix lints (#8737)Johann1502022-05-262-6/+6
| | | | | | | | | | | | | | | * 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(client): refactor admin/other-settings to use Composition API (#8667)Andreas Nedbal2022-05-251-39/+22
|
* Refactor admin/overview to use Composition API (#8674)Andreas Nedbal2022-05-251-79/+37
| | | | | * refactor(client): refactor admin/overview to use Composition API * fix(client): apply review suggestions
* refactor(client): refactor admin/settings to use Composition API (#8678)Andreas Nedbal2022-05-191-141/+125
|
* Refactor file-dialog to use Composition API (#8661)Andreas Nedbal2022-05-181-54/+32
| | | | | | | | | * refactor(client): refactor file-dialog to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/index to use Composition API (#8662)Andreas Nedbal2022-05-181-277/+262
| | | | | | | | | | | | | * refactor(client): refactor admin/index to use Composition API * fix(client): fix navigation to initial admin pages * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): re-add abuses page to admin/index Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor admin/instance-block to use Composition API (#8663)Andreas Nedbal2022-05-181-35/+23
|
* Refactor admin/integrations to use Composition API (#8664)Andreas Nedbal2022-05-184-167/+87
| | | | | | | | | * refactor(client): refactor admin/integrations to use Composition API * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor admin/object-storage to use Composition API (#8666)Andreas Nedbal2022-05-181-92/+78
|
* refactor(client): refactor admin/proxy-account to use Composition API (#8675)Andreas Nedbal2022-05-181-48/+35
|
* Refactor admin/queue to use Composition API (#8676)Andreas Nedbal2022-05-182-96/+63
| | | | | | | | | * refactor(client): refactor admin/queue to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/relays to use Composition API (#8677)Andreas Nedbal2022-05-181-65/+52
| | | | | | | | | * refactor(client): refactor admin/relays to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor emoji-edit-dialog to use Composition API (#8657)Andreas Nedbal2022-05-152-69/+55
| | | | | | | | | | | | | | | | | | | | | * refactor(client): refactor emoji-edit-dialog to use Composition API * fix(client): fix editing emoji not updating emoji list * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): use cached category info instead of making a request * fix(client): use updateItem in emoji pagination when editing * fix(client): reimplement removeItem in MkPagination * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* fix(client): remove unexpected token (#8672)Andreas Nedbal2022-05-141-1/+1
|
* Refactor admin/email-settings to use Composition API (#8656)Andreas Nedbal2022-05-141-88/+73
| | | | | | | | | | * refactor(client): refactor admin/email-settings to use Composition API * Update packages/client/src/pages/admin/email-settings.vue Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/database to use Composition API (#8654)Andreas Nedbal2022-05-141-22/+9
| | | | | | | | | * refactor(client): refactor admin/database to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/security to use Composition API (#8652)Andreas Nedbal2022-05-142-101/+59
| | | | | | | | | * refactor(client): refactor admin/security to use Composition API * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor admin/announcements to use Composition API (#8650)Andreas Nedbal2022-05-141-81/+67
|
* refactor(client): refactor admin/ads to use Composition API (#8649)Andreas Nedbal2022-05-141-80/+64
|
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* refactor: use composition API (#8541)Johann1502022-04-271-39/+29
|