Commit Graph

45 Commits

Author SHA1 Message Date
argoyle 7778052200 refactor: optimize Vue imports across event components
Reorganize imports in event-page.vue, event-distance.vue, and 
event-card.vue to enhance code clarity. Move type imports 
to separate lines from regular imports, improving readability. 
Ensure consistency in import style across all event-related 
components and streamline the handling of type definitions.
2025-07-02 08:12:59 +02:00
argoyle c80fd0313c feat: add i18n support and implement Grafana plugin
Adds internationalization support in filters and origins pages by 
importing the useI18n function. Expands ESLint configuration to 
include new rules and plugins, ensuring improved code quality. 
Introduces Grafana monitoring plugin to enhance performance 
tracking capabilities in the application.
2025-06-13 15:21:27 +02:00
Renovate 1caadb35e1 chore(deps): update dependency @nuxt/eslint to ^0.5.0 2024-08-06 13:59:08 +00:00
argoyle 0dd14fd477 chore: fix mobile layout 2024-02-06 07:43:46 +01:00
argoyle ef3b5460ad chore: upgrade to Vue3/Vuetify3 2024-02-05 16:49:33 +01:00
argoyle 171e1039a7 chore: migrate to script setup style 2024-02-02 19:08:02 +01:00
argoyle b1e04077f9 ci: remove prettier and use eslint for formatting 2024-02-02 14:52:22 +01:00
argoyle 7267cb88a3 feat: add full text search 2023-08-01 20:27:36 +02:00
argoyle f6ebe54b7b chore: always set a valid range value 2023-05-14 19:58:03 +02:00
argoyle 885d5f147f fix: make date calcs computed 2023-04-16 19:08:35 +02:00
argoyle e885a5fea0 chore: extract distance display component and remove numeral filter 2022-11-17 10:30:27 +01:00
argoyle 218ef7c385 fix: remove imports which no longer seems needed 2022-10-12 21:59:34 +02:00
argoyle 686aeecde9 fix: handle query param for range in a better way 2022-08-27 11:08:48 +02:00
argoyle d735a93a35 fix: deprecation warnings 2022-08-17 08:42:25 +02:00
argoyle b82732203f chore: migrate to nuxt-bridge 2022-08-16 07:10:04 +02:00
argoyle e24b65c85b chore: refactor a lot, add codegen and upgrade vue 2022-08-03 21:10:48 +02:00
argoyle 6f5969b978 fix: lint errors 2022-05-23 09:52:03 +02:00
argoyle 0b8f77372f build: add name to components which failed lint check 2021-11-19 21:44:36 +01:00
argoyle 27ff91ed0b fix: lint-error 2020-06-21 19:06:41 +02:00
argoyle 84843cc3ed chore: switch to apollo-composable 2020-06-21 17:59:14 +02:00
argoyle b4191d1416 fix: eslint errors 2020-04-06 10:52:55 +02:00
argoyle cc9968bd06 chore: make auth and apollo a bit more reactive 2020-04-06 10:19:18 +02:00
argoyle ef2015f012 chore: add eslint and fix lint errors 2020-01-25 14:59:14 +01:00
argoyle e6c87e2f46 chore: migrate to composition API and auth0-spa 2020-01-23 20:57:59 +01:00
argoyle baca670183 chore: update packages and fix template errors/warnings 2020-01-17 12:58:31 +01:00
argoyle 3cc64c63b2 fix: complete upgrade to vuetify 2.x which was started by Snyk :) 2019-11-07 12:45:09 +01:00
argoyle b62856e9bb Include origins conditionally in eventQuery 2019-03-13 15:21:39 +01:00
argoyle 4cbc7ec13a Make sure default value for range is set 2019-03-02 22:35:12 +01:00
argoyle 3efba9b3e4 Add handling of filters 2019-03-02 21:51:25 +01:00
argoyle 4736462c72 Move origin handling to a separate page 2019-03-02 16:26:28 +01:00
argoyle d21380a6a4 Add toolbar and navigation drawer 2019-03-02 15:11:46 +01:00
argoyle fc0e546219 Add origins and calculation of distance and duration 2019-03-02 11:45:45 +01:00
argoyle 9661a07e31 Add info regarding filtering if logged in 2019-02-27 17:04:14 +01:00
argoyle c5d20a50cb Add nuxt-module for moment and remove vue-moment 2019-02-04 09:38:58 +01:00
argoyle c54d3c143f Add weekday to event 2019-02-03 19:30:37 +01:00
argoyle 66bca62bb5 Add select instead of button group if running on xs-size 2019-01-24 12:47:51 +01:00
argoyle 5a80d45082 Add date ranges to event query 2019-01-23 15:35:39 +01:00
argoyle 5917bde9b3 Increase timeout of snackbar 2019-01-23 15:28:14 +01:00
argoyle f7a4cd6eef Use medium-size icon in header 2019-01-22 13:52:44 +01:00
argoyle 9c0726b7db Replace iview toasts with vuetifys snackbar 2019-01-22 09:39:38 +01:00
argoyle ab14a88bdd Change from iview to vuetify 2019-01-21 20:58:25 +01:00
argoyle 76de857c97 Fix padding, margin and span 2019-01-21 12:21:04 +01:00
argoyle 3fd53aff38 Minor UI-fixes and fix ignore municipality 2019-01-18 14:19:18 +01:00
argoyle 86486795f6 Replace Table with responsive Card. Add refresh of token and retry on 401 errors 2019-01-18 14:03:58 +01:00
argoyle dc50642ed9 Initial commit 2019-01-15 13:21:24 +01:00