summaryrefslogtreecommitdiff
path: root/packages/client/src/components/page (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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