summaryrefslogtreecommitdiff
path: root/packages/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Webhook (#8457)syuilo2022-04-025-1/+231
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* enhance: ↵tamaina2022-04-022-5/+5
| | | | | | | | | | | | | | | | | タッチパッド・タッチスクリーンでのデッキの操作性を向上 (#8450) * enhance experience of deck with touchpad * test: 単純にdeltaYを加算してみる * clean up * ios bug fix? * :v: * use overflow-y * Safari does not supports clip
* update depssyuilo2022-04-013-100/+89
|
* Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/client (#8422)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump nanoid from 3.1.20 to 3.3.1 in /packages/client (#8425)dependabot[bot]2022-03-271-5/+5
| | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/client (#8446)dependabot[bot]2022-03-271-6/+1
| | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* tweak clientsyuilo2022-03-272-1/+4
|
* fix of clientsyuilo2022-03-271-2/+2
|
* refactorsyuilo2022-03-271-8/+8
|
* fix: Handle decodeURIComponent error (#8411)tamaina2022-03-271-3/+11
|
* update depssyuilo2022-03-252-168/+171
|
* perf(server): refactor and performance improvementssyuilo2022-03-252-1/+2
|
* Update account.tssyuilo2022-03-251-1/+1
|
* enhance(client): ↵syuilo2022-03-251-1/+5
| | | | アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように
* refactor: separate meta api for admin or notsyuilo2022-03-2512-12/+12
|
* perf(server): disable some antenna features to improve performancesyuilo2022-03-221-3/+3
|
* perf(server): reduce db querysyuilo2022-03-211-1/+1
|
* デッキまわりをCompositon API / Setup Sugarに (#8410)tamaina2022-03-2115-716/+599
| | | | | | | | | | | | | | | | | | | * universal.widgets.vue * column.vue, antenna-column.vue * direct-column.vue, list-column.vue * main-column.vue * wip * :v: * fix * :v: * :v:
* fix(client): fix popup menu direction calclationsyuilo2022-03-191-12/+12
|
* update depssyuilo2022-03-192-240/+217
|
* feat: introduce bull dashboardsyuilo2022-03-192-0/+10
|
* :art:syuilo2022-03-121-6/+9
|
* tweal c;iemysyuilo2022-03-112-1/+62
|
* update depssyuilo2022-03-092-54/+54
|
* fix scroll (#8382)nullobsi2022-03-091-0/+4
|
* テーマ選択から重複要素を排除するように (#8385)MeiMei2022-03-092-2/+13
|
* fix federation chartsyuilo2022-03-081-4/+9
|
* update depssyuilo2022-03-072-247/+299
|
* delete needless instance drive columnssyuilo2022-03-071-4/+0
|
* feat: add active to federation chartsyuilo2022-03-071-1/+7
|
* tweak clientsyuilo2022-03-061-0/+1
|
* tweak clientsyuilo2022-03-063-17/+36
|
* tweak clientsyuilo2022-03-061-31/+35
|
* Refactor: Switch Settings index page to setup sugar (#8374)Andreas Nedbal2022-03-061-228/+206
| | | | | * refactor(client): Make Settings index page use <script setup> * chore(client): address review comments
* feat: アンケート終了通知syuilo2022-03-063-6/+25
| | | | Resolve #4664
* fix: iPhone ↵tamaina2022-03-052-2/+2
| | | | | | | | | | | X以降(?)でページの内容が全て表示しきれないのを修正 (#8375) * add safe-area-inset-bottom to spacer * fix * :v: * fix
* fixsyuilo2022-03-051-2/+13
|
* fix(client): register_note_view_interruptor()が動かないのを修正syuilo2022-03-051-2/+13
| | | | Fix #8318
* chore(client): hide error report settingsyuilo2022-03-051-0/+2
| | | | Close #8327
* feat: 時限ミュートsyuilo2022-03-041-5/+38
| | | | #7677
* 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
* tweak clientsyuilo2022-03-042-7/+6
|
* Add me as patron (#8369)Kainoa Kanter2022-03-031-0/+1
|
* feat(client): indicate dev buildsyuilo2022-03-031-6/+31
|
* fix(client): ↵syuilo2022-03-022-3/+3
| | | | ユーザー名オートコンプリートが正しく動作しない問題を修正
* :art:syuilo2022-03-012-0/+22
|
* feat: instance default themesyuilo2022-03-014-2/+39
|
* :art:syuilo2022-03-012-0/+14
|
* refactorsyuilo2022-03-019-47/+40
|
* Revert "refactor"syuilo2022-03-0115-34/+29
| | | | This reverts commit 94d4f8271e3406ff549a8f18831fb74adcd0d1ab.