Commit Graph

18 Commits

Author SHA1 Message Date
Bram Suurd
c9b639a636 Remove unnecessary console log for file name in fetchAllMetaDataFiles to clean up code 2024-11-06 18:59:13 +01:00
Bram Suurd
62ef9ec88c Fix animation duration in globals.css to ensure proper view transition functionality across the application 2024-11-06 18:01:05 +01:00
Bram Suurd
2261790fd1 Refactor CommandMenu component to utilize updated Category and Script types, simplifying the sorting logic and enhancing clarity 2024-11-06 17:32:16 +01:00
Bram Suurd
5a633a145a Refactor InterFaces component to use updated Script type and streamline interface/port handling for better clarity 2024-11-06 17:29:10 +01:00
Bram Suurd
76cf85293c Refactor all components to use data from new API 2024-11-06 17:25:02 +01:00
Bram Suurd
1ef3c5a0eb Fetch categories and scripts from external sources, updating GET endpoint to aggregate data. Adjust type definitions for Script and Category 2024-11-06 17:24:34 +01:00
Bram Suurd
26c29f5955 Reduce animation duration for view transition effect to improve responsiveness 2024-11-06 15:12:15 +01:00
Bram Suurd
a1cce93f8c increase duration on theme switch 2024-11-06 01:20:36 +01:00
Bram Suurd
5abb3ccf9c Remove unused metadata files from testing 2024-11-06 01:17:33 +01:00
Bram Suurd
249946bbf0 Add new animation for switching themes. 2024-11-06 01:05:24 +01:00
Bram Suurd
2f9f51ec7c Fix API path in category fetch calls by removing leading slash 2024-11-05 00:20:10 +01:00
Bram Suurd
1a412bce38 Update NEXT_PUBLIC_BUILD_TIME type to string 2024-11-05 00:17:17 +01:00
Bram Suurd
1795dd1a80 Remove revalidate from categories route to maintain static fetching behavior without forced updates on each build 2024-11-05 00:15:19 +01:00
Bram Suurd
63aa8e2aa8 Add NEXT_PUBLIC_BUILD_TIME to config and append timestamp to API requests for fresh category data retrieval 2024-11-05 00:14:19 +01:00
Bram Suurd
4ca45042cc Update basePath in next.config.mjs for ProxmoxVE deployment configuration 2024-11-05 00:08:58 +01:00
Bram Suurd
a4a373e890 Set revalidate to 0 in categories route to ensure fresh data fetch on each build 2024-11-05 00:06:35 +01:00
Bram Suurd
84675838de Refactor import paths for TextCopyBlock component in Alerts and Description files 2024-11-04 23:57:43 +01:00
Bram Suurd
56837d7dcd merge frontend website into scripts repo 2024-11-04 23:55:08 +01:00