andrea.terzani d7882baeab Refactor AppMenu and AppTopbar components
- Updated the AppMenu component to only add available scenarios to the menu if there are any.
- Refactored the AppTopbar component to use the selectedApp value from the UserPrefStore.
- Added an updateApplication function to update the selectedApp value in the UserPrefStore and fetch the application scenarios.
- Created a watcher to update the selectedApp value when it changes in the UserPrefStore.

Fix axios base URL configuration

- Updated the axios base URL configuration in the main.js file to use a hardcoded URL instead of the VITE_BACKEND_URL environment variable.

Update ProjectService and UserPrefStore

- Added an updateSelectedApplication function to the ProjectService to update the selected application.
- Updated the UserPrefStore to fetch the selected application from the user data and set it as the selectedApp value.
- Added a setSelectedApp function to the UserPrefStore to update the selectedApp value and call the updateSelectedApplication function.

Update ScenarioStore

- Updated the fetchApplicationScenarios function in the ScenarioStore to use the selectedApp value from the UserPrefStore when fetching scenarios.

Remove unused components

- Removed the Empty, SeatDemo, PersonalDemo, PaymentDemo, ConfirmationDemo, TreeDoc, and FileDoc components from the project.

Fix menu typo

- Fixed a typo in the menu component.

Revert changes for Canva

- Reverted the changes made for Canva.

Merge branch 'master' of https://gitlab.gcp.windtre.it/olympus_ai/hermione-fe

- Merged the changes from the master branch of the remote repository.
2024-10-25 19:41:24 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-10-23 13:43:01 +00:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-08-14 08:54:30 +00:00
2024-08-14 08:45:14 +00:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00

This template should help get you started developing with Vue 3 in Vite.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint
Description
No description provided
Readme 6 MiB
Languages
CSS 70.6%
Vue 24.2%
JavaScript 4.2%
SCSS 0.9%