Commit Graph

5 Commits

Author SHA1 Message Date
Cody Jackson a5ff16ef5f Removing the templates/error template
This template was no longer being used and can now be removed as dead code.

Fixes https://github.com/rancher/dashboard/issues/11384
2024-11-25 23:54:34 -07:00
Giuseppe Leo 56f7893b89
Restore Harvester nuxt global vars in app init (#11618) 2024-08-09 15:45:29 +02:00
Giuseppe Leo a2304f462e
Remove or replace all the @nuxt libraries (#11302)
* Update checkout to v4 and bump Node to 16

* Update GHA workflow migration paths

* Removed named exports from Vue files

* Move code outside of the Vue app element

* Remove @nuxtjs/eslint-config-typescript

* Remove @nuxt/types and @nuxt/typescript-build

* Fix import issue with http-proxy-middleware

* Replace @nuxtjs/axios with axios and axios-retry

* Remove @nuxtjs/webpack-profile

* Fix linting issues after Nuxt webpack removal

* Pin resolution for glob after rebase

* Update yarn.lock after rebase

* Fix issue with rancher-components

* Bump rancher-component GHA config to match rebase changes

* Generate yarn file

* Add dependency

* Remove nuxt global var in app template

* Pin version for babel/plugin-proposal-private-methods
2024-08-08 15:31:44 +02:00
Giuseppe Leo c36b071e40
Remove every reference to .nuxt global option (#11265)
* Remove unused rehydratation plugin

* Remove any reference to the .nuxt folders

* Remove globalApp nuxt and any reference or use case to nuxt.error

* Replace errors handling with existing fail-whale logic
2024-06-21 11:15:05 +02:00
Cody Jackson dcd0d50016 Convert App.js to App.vue to make a standard component with a template 2024-05-21 09:39:34 -07:00