Commit Graph

33 Commits

Author SHA1 Message Date
tom mortensen 11db64a523 Merge branch 'master' into master 2025-05-30 11:17:19 -07:00
bergware 8dad7e70e7 Update DiskSettings.page 2025-05-30 14:41:21 +02:00
bergware b9f15ea15e encryption: remove escape character before base64 encoding 2025-05-30 14:37:46 +02:00
bergware a73a524744 Code syntax refactoring 2025-05-30 14:03:53 +02:00
bergware faf6b7afe3 Miscellaneous fixes 2025-05-30 08:59:57 +02:00
bergware 1ebe7d09f8 Encryption: revert unescape 2025-05-29 23:39:13 +02:00
bergware 629a40ca0b Encryption: fix passphrase encryption not working in some cases 2025-05-29 23:29:57 +02:00
Zack Spear 75d9fe5f7e style: improve HTML structure and readability in DiskSettings.page
- Adjusted indentation and layout for various elements to enhance readability and maintain consistency.
- Ensured proper alignment of titles and form elements for better user experience.
2025-05-29 12:21:02 -07:00
Zack Spear 76cfb4beb0 fix: enhance layout consistency in DiskSettings.page
- Updated password input fields to use flex containers for improved alignment with the show passphrase checkbox.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 13:15:31 -07:00
Zack Spear ea76b3d323 fix: enhance layout consistency in DeviceInfo.page and DiskSettings.page
- Added spacing between hidden input fields and surrounding elements for improved layout consistency.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 13:00:40 -07:00
Zack Spear b428634a42 fix: settings submit button wrap in span 2025-05-20 16:28:11 -07:00
Zack Spear 33a6aaeae2 style: enhance DiskSettings.page for improved input clarity
- Added a span with class "input-instructions" to the custom attributes input for better instructional visibility.
- Wrapped checkboxes in a span for improved layout consistency and clarity.

This change aligns with ongoing efforts to refine input guidance and visual structure across the plugin.
2025-05-20 13:36:44 -07:00
Tom Mortensen b3e355b29b xss hardening 2025-01-22 21:22:32 -08:00
dlandon 8d628aad4f Change default file system text. 2024-09-13 11:47:57 -05:00
dlandon b34fe9838a Disable Reiserfs selections in drop down. 2024-05-11 04:03:44 -05:00
jski 512b9036a6 Added options for USB passthrough devices on DiskSettings.page, using info from https://www.smartmontools.org/wiki/USB for smartmontools 7.3 2024-03-14 14:30:24 -04:00
bergware 7e1f8f1817 Fix typos 2023-12-17 13:00:48 +01:00
bergware 45fe443294 Disk settings: fix regression error 2023-12-11 14:50:55 +01:00
bergware d965d43b83 Disk settings: new option " Enable NVME power monitoring
OFF by default
2023-12-07 13:33:14 +01:00
bergware 8dd6e6dd1b More enhancements and fixes based on feedback
- Disk settings: Separate SSD temperature thresholds
- Dashboard: more descriptive system resources + tooltip
- Wrappers: fix NVME power value retrieval
2023-12-04 20:29:42 +01:00
bergware 90823a41c7 Disk settings: add unit to shutdown time-out setting 2023-12-02 18:55:27 +01:00
bergware 81c82ea88d Disk Setting: use placeholder for default settings 2023-12-02 18:51:36 +01:00
bergware 5d423e0227 Disk Setting: use placeholder for default settings 2023-12-02 18:37:43 +01:00
bergware 9663867b47 Introduce new disk setting "Default SSD offset temperature"
- add celsius / fahrenheit conversion routines
2023-12-02 11:49:14 +01:00
bergware 57f36a8893 Disk settings: show default values as placeholder 2023-12-02 02:56:40 +01:00
bergware 2f089068ff Disk settings: show default values as placeholder 2023-12-02 02:41:40 +01: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
bergware d7edbe5551 Disk Settings: add possibility to change encryption phrase/keyfile 2023-10-02 14:26:25 +02:00
bergware d4cb32c045 Disk Settings: add possibility to change encryption phrase/keyfile 2023-10-02 14:25:55 +02:00
bergware 1b6f43e05d Disk Settings: add possibility to change encryption phrase/keyfile 2023-10-01 15:58:26 +02:00
bergware 6f5f9c400e Disk Settings: add possibility to change encryption phrase/keyfile 2023-10-01 15:47:25 +02:00
bergware 0eaaad5c13 Disk Settings: add possibility to change encryption phrase/keyfile 2023-10-01 15:23:37 +02:00
Tom Mortensen f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00