Commit Graph

11 Commits

Author SHA1 Message Date
Cody Jackson 07b07c4387 Fixing an issues I introduced and reverting back to using app context when doing the router replacement in our extendApp code 2024-08-22 16:05:37 -07:00
Phillip Rak 0c9361a024 render the login page
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-22 16:05:37 -07:00
Cody Jackson 0b2f8c61f6 hack n slash 2024-08-22 16:05:37 -07:00
Giuseppe Leo d98ca6bd85
Remove Nuxt reference in extensions and creator (#11420)
* Remove nuxt commands

* Remove vsconfig nuxt mention

* Remove Nuxt path as unused

* Remove Nuxt

* Remove creator scripts

* Remove all the nuxt and nuxt.config references

* Restore existing comment about Nuxt

* Add dependency for check-plugin

* Add more missing dependencies

* Update to comments

* Correct comment based on PR review
2024-08-07 18:42:08 +02:00
Cody Jackson 44378368d8 Move server upgrade growl from app extended to the standard navigation guards 2024-08-01 14:37:17 -07: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
Giuseppe Leo 1db3aade10
Clean and simplify Nuxt utility (#11258)
* Remove reassignment; Add meaningful variables and attributes names

* Move import logic to router

* Remove unused code and move single case to related files

* Simplify and merge functions

* Move error functions to its own util

* Fix linting issues

* Add comments and change names

* Remove nuxt util, merge logic to init entry helper
2024-06-18 11:06:49 +02:00
Cody Jackson 731f5e6f8a Revert "Removing two pieces of code in app-extended because they're not needed"
This reverts commit ef603d23e6.
2024-06-05 07:34:07 -07:00
Cody Jackson f707aefe81 Pulling out authentication code into router navigation guards 2024-06-03 17:26:14 -07:00
Cody Jackson ef603d23e6 Removing two pieces of code in app-extended because they're not needed 2024-05-31 17:57:47 -07:00
Giuseppe Leo 43ef5fc390
Clean up entry logic for vue.config (#11048)
* Cleanup entry for vue configuration

Rename reserved function terms

Correct extendApp initialization by passing Vue attribute

Avoid reserved name Vue

Set more unique and meaningful file names

Remove deprecated code added with rebase

Add vue instance to mountApp

Add comments and references to TODO issue

Restore function declaration over binding issue

Rename apps and correct issue with the render

Rebase residual cleanup

Remove unnecessary env var related to Nuxt

Remove deprecated confit assignment

Revert render function refactoring

* Fix Dashboard version issue
2024-05-29 11:09:43 +02:00