Commit graph

11 commits

Author SHA1 Message Date
Kumi 66fc9eac77
feat: Add custom styling for the converter page
Introduced a new stylesheet (`style.css`) to enhance the UI/UX of the converter page. This stylesheet implements a clean and modern aesthetic across the page, with improvements to background color, font choices, form appearance, and button styling. Centralized alignment for headers and adjustments to the modal dialog width for better responsiveness are also included. This effort aims at providing a more visually appealing and user-friendly interface, directly addressing feedback regarding the previous lack of custom styling. Additionally, integrated the custom stylesheet into the converter template to ensure these styles are applied.
2024-04-13 08:16:00 +02:00
Kumi 600c60db2d
feat(installer): update modules JSON URL
Switched the source URL for modules JSON to a new, more robust and secure internal repository, ensuring a safer and more reliable module fetching process. This change was made to address the need for a consistent and reliable source for module data, improving the maintainability of the system.
2024-04-12 12:45:58 +02:00
Kumi 58fe029a7d
Add video controls to generated cards
Enabled video playback control elements for video cards to enhance the user experience, allowing viewers to play, pause, and seek within the video directly from the card interface.
2024-01-13 09:59:36 +01:00
Kumi addd45b356
Refactor UI updates and AJAX logic
Flattened AJAX success handling and pruned conditional branches for clarity, enhancing code readability and maintainability. Optimized UI card element creation for handling image and video content, reducing DOM manipulation frequency for improved performance. Eliminated inefficient video thumbnail refresh intervals, switching to static resource loading to alleviate server load.
2023-12-12 14:17:13 +01:00
Kumi f776d3e91c
Use public domain name (insert facepalm here) 2023-10-31 09:53:28 +01:00
Kumi d0ede85592
Implement automatic module installer/updater 2023-10-31 09:33:37 +01:00
Kumi 6e23793588
Implement generating "thumbnails" 2023-10-30 13:51:59 +01:00
Kumi 74a5980cd5
Add pannellum
Start implementation of panorama image display
Update bootstrap and jQuery
Fix indentation
2023-10-29 08:00:44 +01:00
Kumi 39646647d3
Fix dismissal of finished jobs 2023-10-27 20:39:03 +02:00
Kumi 5d142034ae
A bunch of fixes and improvements 2023-10-27 20:03:51 +02:00
Kumi dd11adcced
Pix360 core app - current status 2023-10-26 09:51:39 +02:00