Commit Graph

37 Commits

Author SHA1 Message Date
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
argoyle 71f772d41a chore: update package management from yarn to npm
Remove unused dependencies from package.json and switch 
the project’s package manager from Yarn to NPM. This 
enhances compatibility with NPM-based workflows and 
reduces conflicts by ensuring consistent installs through 
npm ci. Additionally, update the Pinia plugin to a newer 
version for better performance and functionality.
2024-11-06 14:40:02 +01:00
argoyle 0cf7e65a2a chore(config): add compatibility date to nuxt configuration
Adds a compatibility date for future reference.
2024-11-03 15:41:22 +00:00
argoyle bac7322403 chore: update vite css config in nuxt.config 2024-10-22 13:01:04 +02:00
argoyle 3559c2067a ci: migrate to @sentry/nuxt 2024-10-21 21:09:30 +02:00
Renovate c52801ee03 chore(deps): update dependency eslint to v9 2024-05-28 16:57:02 +00: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 10ec605a24 Build(deps): bump date-fns from 2.30.0 to 3.0.3
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.0.3.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.0.3)
2023-12-21 21:48:31 +01:00
argoyle 7892c7d763 fix: re-enable nuxtjs/eslint-module 2023-10-24 07:20:17 +02:00
argoyle 0b9ee501ee Build(deps-dev): bump prettier from 2.8.8 to 3.0.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.1)
2023-08-03 21:18:40 +02:00
argoyle 7267cb88a3 feat: add full text search 2023-08-01 20:27:36 +02:00
argoyle 90f74f37c3 feat(deps): update to latest version of graphql 2023-07-07 08:57:55 +02:00
argoyle 65a80b84dd feat: add Sentry tracing 2023-01-04 16:21:49 +01:00
argoyle fdf3b82843 chore: update to new Sentry DSN 2023-01-04 16:01:00 +01:00
argoyle e885a5fea0 chore: extract distance display component and remove numeral filter 2022-11-17 10:30:27 +01: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 4cbce168f7 deps: update to @nuxtjs/i18n 2021-11-21 17:58:37 +01:00
argoyle 0b8f77372f build: add name to components which failed lint check 2021-11-19 21:44:36 +01:00
argoyle 05ba1b6757 build: update deps a bit 2021-11-19 20:23:25 +01:00
argoyle 6d86feb6cb build: update cypress-version, add .dockerignore and change mode -> ssr 2021-11-09 19:32:10 +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 b700f1dc30 feat: add Sentry error logging 2020-04-03 14:07:42 +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 3cc64c63b2 fix: complete upgrade to vuetify 2.x which was started by Snyk :) 2019-11-07 12:45:09 +01:00
argoyle fc0e546219 Add origins and calculation of distance and duration 2019-03-02 11:45:45 +01:00
argoyle c5d20a50cb Add nuxt-module for moment and remove vue-moment 2019-02-04 09:38:58 +01:00
argoyle d51ff2e377 Add nuxt-module for moment 2019-02-04 08:56:55 +01:00
argoyle c54d3c143f Add weekday to event 2019-02-03 19:30:37 +01:00
argoyle ab14a88bdd Change from iview to vuetify 2019-01-21 20:58:25 +01:00
argoyle dc50642ed9 Initial commit 2019-01-15 13:21:24 +01:00