Commit Graph

20 Commits

Author SHA1 Message Date
mariapia.lorusso
3796213b7b create dashboard 2025-06-09 16:55:06 +02:00
2807115239 Create videoGroup picklist for KT scenario 2025-05-12 16:36:30 +02:00
9ad16d69a2 Resolve bug 2025-03-19 16:54:36 +01:00
Florinda
3a584623bb exec list pagination + filters + bugs 2025-03-12 11:09:55 +01:00
Florinda
304a8ab23e Merge branch 'develop' of https://dev.azure.com/olympusai/Olympus/_git/hermione-fe into develop 2025-03-10 12:15:15 +01:00
Florinda
4846331eaf filters exec list 2025-03-10 12:12:11 +01:00
10c28cac0d Clean Canvas and resolve bug 2025-03-03 12:20:49 +01:00
Florinda
b590508ca4 Requisito Toscano 2025-01-29 11:08:58 +01:00
Florinda
204f3aa994 RE Single class scenarios picklist 2024-12-17 11:25:08 +01:00
c2b7c42caa updated CIA and File Tree visualization 2024-11-19 14:53:05 +01:00
Florinda
d94d3fa690 trigger re single class 2024-11-12 16:03:38 +01:00
andrea.terzani
c842ec45e2 added spinner and check input 2024-11-05 12:32:18 +01:00
Florinda
2f5a3e688a history exec scenario page 2024-10-30 09:23:48 +01:00
Florinda
440219ee24 Merge branch 'master' of https://gitlab.gcp.windtre.it/olympus_ai/hermione-fe 2024-10-28 10:00:08 +01:00
Florinda
db273edff9 fe fixes profil 2024-10-28 09:52:50 +01:00
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
Florinda
b115712698 visualization fix pro/scen 2024-10-23 16:57:55 +02:00
Florinda
6b1eb70239 toggle + menù app 2024-10-22 18:12:55 +02:00
andrea.terzani
e3ae7a4e94 Refactor layout components and add loading state
- Refactor the layout components to improve code organization and readability.
- Add a new store called LoadingStore to manage the loading state.
- Update AppLayout.vue, AppMenu.vue, AppTopbar.vue, ScenarioStore.js, and UserPrefStore.js to import and use the LoadingStore.
- Add loading indicators in AppTopbar.vue and ScenarioList.vue components.
2024-10-21 16:43:49 +02:00
andrea.terzani
78c90e9730 Add pinia dependency for state management 2024-10-21 13:41:28 +02:00