Commit Graph

7 Commits

Author SHA1 Message Date
argoyle d5c99ca976 fix: update operation IDs to string type in GraphQL schema
Change the type of the `id` field from `Int` to `String` in the 
GraphQL schema for `Band`, `DanceHall`, and `Event` types. This 
improves consistency in data representation. Also, modify the 
`codegen` command in `package.json` to simplify the linting 
process for generated files, ensuring cleaner code practices.
2025-11-04 11:39:59 +01: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
argoyle ef3b5460ad chore: upgrade to Vue3/Vuetify3 2024-02-05 16:49:33 +01:00
argoyle d1bcaf423f ci: format generated files and remove prettier completely 2024-02-02 16:39:54 +01: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 e24b65c85b chore: refactor a lot, add codegen and upgrade vue 2022-08-03 21:10:48 +02:00