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
kolaente 4ef54f1bc2
All checks were successful
continuous-integration/drone/push Build is passing
fix: deleting a namespace
Deleting a namespace would remove the item from the store and then try to remove it from the search index. That failed because the item was already removed from the store and thus undefined when it was passed to the store.
2021-11-22 21:49:19 +01:00
..
assets fix: logo on ready screen 2021-11-14 21:16:33 +01:00
components fix #1046 logo overflow on login (#1050) 2021-11-22 19:01:26 +00:00
composables feature/use-setup-api-for-user-and-about-pages (#929) 2021-11-14 20:57:36 +00:00
directives feat: add v-shortcut directive for keyboard shortcuts (#942) 2021-11-13 20:28:29 +00:00
helpers fix: api not found by default 2021-11-16 22:34:08 +01:00
http-common Allow setting api url from the login screen (#264) 2020-10-11 10:13:35 +00:00
i18n [skip ci] Updated translations via Crowdin 2021-11-15 04:24:26 +00:00
indexes feat: use flexsearch for all local searches (#997) 2021-11-14 20:49:52 +00:00
message feat: upgrade to packages for vue 3 2021-10-01 18:49:54 +02:00
models fix: check for notification api (#1043) 2021-11-22 19:03:27 +00:00
modules feat(natural language): make natural language prefixes configurable (#795) 2021-09-29 18:30:55 +00:00
router feat: directly open general settings when opening user settings and none selected (#1001) 2021-11-14 21:12:18 +00:00
services fix: task attachment upload 2021-10-17 22:29:05 +02:00
store fix: deleting a namespace 2021-11-22 21:49:19 +01:00
styles fix: kanban card spacing (#1005) 2021-11-16 21:44:07 +00:00
types feat: add vite-svg-loader and add Logo component (#971) 2021-11-13 14:16:14 +00:00
views feat: improve namespace explanation (#1040) 2021-11-22 18:41:00 +00:00
App.vue feat: defer everything until the api config is loaded (#926) 2021-11-13 19:49:02 +00:00
icons.js feat: improve icons (#903) 2021-10-26 18:20:09 +00:00
main.ts feat: add v-shortcut directive for keyboard shortcuts (#942) 2021-11-13 20:28:29 +00:00
registerServiceWorker.js Cleanup broken sw functions 2021-07-26 23:09:49 +02:00
sentry.js feat: add releases to sentry (#919) 2021-10-31 13:37:57 +00:00
sw.js chore(deps): update workbox monorepo to v6.4.1 (#1012) 2021-11-16 20:52:20 +00:00
urls.js feat: move user settings to multiple components (#889) 2021-10-26 20:58:02 +00:00
version.json Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00