summaryrefslogtreecommitdiff
path: root/packages/client/src/widgets/widget.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-73/+0
|
* improve performancesyuilo2022-11-171-3/+4
|
* fix lint no-prototype-builtinsJohann1502022-07-041-2/+3
|
* 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
* Refactor widgets and fix lint issues (#8719)Andreas Nedbal2022-05-251-1/+1
| | | | | | | | | * fix(client): refactor widgets and fix lint issues * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor: Widgetのcomposition api移行 (#8125)syuilo2022-01-081-0/+71
* wip * wip * wip * wip * wip * wip * fix