Commit Graph

15 Commits

Author SHA1 Message Date
Zack Spear 5563e51577 fix: remove duplicate jquery.ui.css stylesheet reference from VMTemplates.page 2025-04-07 10:05:49 -07:00
Zack Spear c2738a1786 fix: streamline VMTemplates.page by removing duplicate stylesheet and script links, improving load efficiency 2025-04-03 15:53:13 -07:00
Zack Spear 1f8358375f chore: VMTemplates remove link to refactored CSS files 2025-04-01 15:51:06 -07:00
SimonFair 8591914a18 Fix Templates CSS 2024-12-19 08:03:39 +00:00
SimonFair 19361f0b4d Initial Commit
Templates Export/Import
Changes for virgl(Virtio3d)
Bios flag.
2024-12-14 10:29:43 +00:00
SimonFair adb3a03b8d User Template Delete Fix. 2024-01-27 19:20:25 +00:00
SimonFair 797e7cddaf Sort icons for templates 2024-01-15 23:38:22 +00:00
SimonFair c7d5e5708e Fix template name on delete. 2024-01-15 21:42:23 +00:00
SimonFair cc43038692 XML processing 2024-01-15 21:10:56 +00:00
SimonFair 91f27cc70c Add removal confirmation 2024-01-14 18:29:44 +00:00
SimonFair e0b857744f Add Bin 2024-01-14 08:57:06 +00:00
SimonFair 46789b61b8 Initial Straw man concept. 2024-01-07 12:54:07 +00:00
bergware ceeb125ba9 Use "null coalescing assignment" operator for $docroot 2023-10-26 14:00:15 +02:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
Tom Mortensen f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00