summaryrefslogtreecommitdiff
path: root/packages/client/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-2734-5650/+0
|
* :art: fix #9414tamaina2022-12-251-0/+1
|
* enhance(client): show warning on screen when logged in as botsyuilo2022-12-231-0/+26
| | | | Related #9386
* style: add missing trailing commas (#9387)Kagami Sascha Rosylight2022-12-222-6/+6
|
* :art:syuilo2022-12-212-3/+3
| | | | Fix #9374
* :art:syuilo2022-12-201-1/+1
|
* :art:syuilo2022-12-201-1/+1
|
* tabler iconssyuilo2022-12-201-1/+1
|
* Use tabler icons (#9354)syuilo2022-12-1920-110/+110
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-1913-34/+34
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-1913-34/+34
|
* Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight2022-12-122-2/+2
| | | | | | | | | * `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change
* fix(client): use proxied image for instance iconsyuilo2022-12-081-1/+6
|
* Fastify (#9106)syuilo2022-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* improve performancesyuilo2022-11-171-24/+21
|
* refactor(client): use dvhsyuilo2022-11-135-18/+9
|
* refactor(client): refactor file name and directory structuresyuilo2022-09-066-13/+13
|
* refactor(client): use setup syntaxsyuilo2022-09-062-24/+0
|
* refactor(client): use setup syntaxsyuilo2022-09-021-16/+0
|
* refactor(client): align filename to component namesyuilo2022-08-3120-24/+24
|
* update depssyuilo2022-08-271-1/+0
|
* chore(client): tweak uisyuilo2022-07-241-2/+4
|
* refactor(client): :sparkles:syuilo2022-07-203-10/+12
|
* chore(client): tweak stylesyuilo2022-07-181-1/+1
|
* enhance(client): tweak uisyuilo2022-07-171-24/+29
|
* enhance(client): tweak uisyuilo2022-07-173-38/+88
|
* chore(client): tweak deck uisyuilo2022-07-176-41/+61
|
* fix(client): fix deck stylesyuilo2022-07-172-2/+1
|
* fix(client): デッキUI時に ページで表示 ↵syuilo2022-07-171-1/+2
| | | | | | ボタンが機能しない問題を修正 Fix #9010
* chore(client): tweak stylesyuilo2022-07-161-1/+1
|
* chore(client): tweak deck uisyuilo2022-07-162-18/+91
|
* chore(client): tweak uisyuilo2022-07-162-8/+8
|
* chore(client): tweak stylesyuilo2022-07-161-1/+1
|
* chore(client): tweak uisyuilo2022-07-154-328/+583
|
* enhance(client): ↵syuilo2022-07-152-1/+6
| | | | RSSティッカーで表示順序をシャッフルできるように
* chore(client): tweak uisyuilo2022-07-152-2/+2
|
* chore(client): tweak uisyuilo2022-07-141-10/+20
|
* refactor(client): rename menu(sidebar) -> navbarsyuilo2022-07-147-40/+39
|
* chore(client): tweak stylesyuilo2022-07-141-1/+1
|
* chore(client): trust iossyuilo2022-07-132-2/+2
|
* chore: fix lint errors (#8981)yzhe8192022-07-101-1/+1
|
* chore(client): tweak uisyuilo2022-07-071-0/+4
|
* enhance(client): make widgets available on tablet againsyuilo2022-07-071-14/+1
|
* chore(client): tweak stylesyuilo2022-07-073-3/+3
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-052-29/+30
|
* chore(client): tweak decksyuilo2022-07-051-1/+6
|
* chore(client): tweak decksyuilo2022-07-052-5/+7
|
* chore: fix client lint errors (#8934)Kainoa Kanter2022-07-052-5/+12
| | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue
* fix lint no-undefJohann1502022-07-041-1/+1
|
* fix lint: use let instead of const for $refJohann1502022-07-041-2/+2
| | | | Fixes lint no-const-assign.