summaryrefslogtreecommitdiff
path: root/packages/client/src/components/page (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-2717-935/+0
|
* style(client): fix `vue/v-on-event-hyphenation` (#9389)Kagami Sascha Rosylight2022-12-225-5/+5
|
* style: add missing trailing commas (#9387)Kagami Sascha Rosylight2022-12-2215-86/+86
|
* Use tabler icons (#9354)syuilo2022-12-191-2/+2
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-191-2/+2
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-191-2/+2
|
* Fastify (#9106)syuilo2022-12-031-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* refactor(client): refactor file name and directory structuresyuilo2022-09-063-3/+3
|
* refactor(client): align filename to component namesyuilo2022-08-313-4/+4
|
* fix lint padded-blocksJohann1502022-07-041-1/+0
|
* chore: fix some lints automatically (#8788)Johann1502022-06-101-1/+1
| | | | | | | | | * 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-10/+10
| | | | | | | | | | | | | | | * 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
* enhance: page image component with alt text (#8634)Johann1502022-05-191-20/+8
| | | | | | | | | | | | | * refactor to composition API * use existing image component This improves user experience because alt text is displayed correctly. * fix: correct image src * fix: defineProps * fix
* update linrsyuilo2021-11-1911-14/+14
|
* refactor(client): refactor dialog functions to improve type inferencesyuilo2021-11-182-4/+4
|
* refactoringsyuilo2021-11-1217-0/+948
Resolve #7779