This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src
Dominik Pschenitschni 698247adeb
Some checks failed
continuous-integration/drone/pr Build is failing
feat: add storybook with @storybook/builder-vite
This helps building components that work in isolation.
As the current example shows we can use it for components but could also use it later for full pages.
This would help us build pages that are only prop & event driven.

Having storybook could help us as well to better understand where we rely on global Bulma styles.
2022-04-09 16:56:52 +02:00
..
assets fix(a11y): remove wrong aria-label 2022-01-18 20:43:52 +00:00
components fix: resetting the list when changing from a list view to a non-list view 2022-04-03 14:28:41 +02:00
composables fix: reset all tasks before loading new ones 2022-04-03 14:25:29 +02:00
directives feat: rename js files to ts 2022-04-02 17:14:59 +02:00
helpers feat: add TSDoc definition to some models 2022-04-02 17:17:09 +02:00
http-common feat: rename js files to ts 2022-04-02 17:14:59 +02:00
i18n [skip ci] Updated translations via Crowdin 2022-04-09 00:29:09 +00:00
indexes feat: use flexsearch for all local searches (#997) 2021-11-14 20:49:52 +00:00
message feat: rename js files to ts 2022-04-02 17:14:59 +02:00
models fix: caldavToken model typehints 2022-04-02 17:37:52 +02:00
modules feat: rename js files to ts 2022-04-02 17:14:59 +02:00
router fix: mark query parameter as string 2022-02-09 17:52:27 +01:00
services chore: return new model instead of modifying the existing 2022-04-02 17:37:51 +02:00
store fix: properly set list backgrounds when switching between lists 2022-04-03 14:20:16 +02:00
stories feat: add storybook with @storybook/builder-vite 2022-04-09 16:56:52 +02:00
styles feat: use blurHash when loading list backgrounds (#1188) 2022-04-02 15:05:30 +00:00
types fix: expose configureCompat types 2022-01-30 17:24:38 +01:00
views fix: properly set list backgrounds when switching between lists 2022-04-03 14:20:16 +02:00
App.vue feat: make profile picture clickable (#1531) 2022-02-13 21:57:33 +00:00
icons.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
main.ts fix: don't try to format invalid dates as ISO 2022-01-18 20:43:52 +00:00
registerServiceWorker.ts fix: service worker path 2022-04-02 17:23:23 +02:00
sentry.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
sw.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
urls.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
version.json Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00