Commit graph

284 commits

Author SHA1 Message Date
billz 61ba236424 Set .service-status-warn amber color 2023-12-14 09:14:09 +00:00
Bill Zimmerman fc58d5037a
Merge pull request #1469 from RaspAP/fix/predictable-names
Fix: Support predictable interface names
2023-12-04 13:58:40 +01:00
billz 0a547442a4 Minor: animation spin tweak 2023-12-03 07:23:27 +00:00
billz 781a292b67 Replace loading-spinner.gif w/ fontawesome circle-notch icon 2023-12-02 18:15:03 +00:00
billz 478c3fea5c Adjust .nav-link, .btn-light .h4 styles 2023-12-02 08:19:50 +00:00
billz 3717249f6a Apply consistent border-radius values to .btn + .card classes 2023-12-01 19:30:17 +00:00
billz ba03688230 Apply @marek-guran's dynamic color to RaspAP dark theme 2023-11-29 09:20:27 +00:00
billz cf63cfe63b Apply theme color to .sidebar-brand-text 2023-11-29 09:17:09 +00:00
billz 034a0b8f63 Generalize @marek-guran's lighten/darkenColor functions 2023-11-29 09:16:28 +00:00
billz 484a1e8702 Cleanup template, fix timing of js execution 2023-11-24 18:10:16 +00:00
billz ffafcf2c83 Add successMsg, set btn state disabled until update complete 2023-11-23 11:43:38 +00:00
billz ea5ee29d4a Set csrfToken for ajax post 2023-11-23 09:11:02 +00:00
billz 387d779bdf Update w/ ajax post sys_perform_update.php 2023-11-23 08:53:13 +00:00
billz 1e4fe3b002 Remove setInterval(fetchUpdateResponse, 500) 2023-11-23 08:44:27 +00:00
billz f6d7e9a2d1 Catch update complete + error states 2023-11-23 07:54:38 +00:00
billz 44c8b7c1ae Create fetchUpdateResponse(), update modals 2023-11-23 07:49:03 +00:00
billz ba45daad19 Patch applied + modified from RaspAP/raspap-insiders#242 2023-11-20 14:45:55 +00:00
Bill Zimmerman 0b114ecab7
Merge pull request #1450 from RaspAP/feat/form-validation
Custom Bootstrap form validation for required fields
2023-11-11 09:39:57 +01:00
billz 86a8e0e41d Style fix for custom wireguard icon 2023-11-11 08:21:01 +00:00
billz d874668ce1 Stylize sidebar status indicators 2023-11-10 21:50:04 +00:00
billz 774d7e90ef input-group>.btn style tweak 2023-11-10 17:31:15 +00:00
billz ac339d16ef Apply validated overrides to material themes 2023-11-10 10:08:10 +00:00
billz 36e8eecbea Apply card-body bottom radius fix 2023-11-10 09:44:45 +00:00
billz 9ba2719969 Style tweaks for modal dialog 2023-11-10 07:52:22 +00:00
billz a3230d0684 Implement jQuery mask plugin w/ IP address inputs 2023-11-09 22:48:39 +00:00
billz 4f954f4d8f Add set dhcp/staticIP fields enabled/disabled 2023-11-09 16:26:51 +00:00
billz 273f2ce22e Adjust was-validated form-control:valid/invalid bg-image 2023-11-09 15:35:21 +00:00
billz 7a612592c2 Fix btn-primary class selector 2023-11-05 13:46:32 +00:00
billz 648465f6c6 Refactor loadChannelSelect(), disambiguate ajax handler names 2023-11-05 13:44:45 +00:00
billz 97a9cac5e8 Write debug log to tempDir, redirect + download w/ readfile() 2023-10-31 20:31:27 +00:00
billz 45dc1142cb Reduce service restart speed + UI tweaks 2023-10-25 14:08:38 +01:00
billz 9a1457c6c8 Refactor getCountries w/ regexes, add getAccountInfo() 2023-10-19 14:07:26 +02:00
billz 99f8838fe2 Populate country select, get provider log, connect to country 2023-10-18 09:50:57 +02:00
billz 47f983a361 Minor: update template labels 2023-10-16 10:46:15 +02:00
billz ac863f5c8a Status message when CLI binary not found, fetch provider countries, status, user account 2023-10-15 21:29:34 +02:00
Bill Zimmerman c331ef9aaf
Merge pull request #1412 from RaspAP/fix/sys-functions
Ajaxifies system reboot + shutdown
2023-10-09 08:42:34 +02:00
billz 21f703b5a9 Ajaxify system reboot/shutdown 2023-10-08 19:21:43 +02:00
billz 911a6a3145 Update template blocklist ids + cbxblocklist option val 2023-10-06 14:41:55 +02:00
billz 33c596189d Apply autoloader support for status messages 2023-09-16 11:46:11 +02:00
billz c2d740ef44 Implement PSR-4 compliant class autoloader 2023-09-16 10:43:05 +02:00
billz 93166171db Update additional ajax posts w/ csrf_token 2023-09-16 10:39:14 +02:00
billz 66b3b20bf4 Update ajax post data w/ csrf_token 2023-09-14 19:56:36 +02:00
billz 1e5ac9b3fc Apply patch from RaspAP/raspap-insiders#209 2023-09-13 21:26:19 +02:00
billz 434e8dc3f4 Set backgroundColor: transparent for theme compatibility 2023-09-10 10:09:23 +02:00
billz 5457855aa1 Unambiguously typecast to expected datatype 2023-09-03 09:46:50 +02:00
Marek Guráň dd2c648a78
Update linkquality.js
Added hard coded colors to material theme. Now it is more readable on dark and light versions.
2023-08-30 09:52:59 +02:00
Marek Guráň 5bd2ef1edc
Fixed missing padding to cards 2023-08-29 12:28:51 +02:00
Marek Guráň 2828b09d54
Fixed visual errors and improved some visuals
1. The rounded corners issue is gone
2. Fixed light theme status indicator, so on latest insiders it wont hide active green button
3. Added new visuals to navigation menu to make it more clear what card is active
2023-08-29 10:36:11 +02:00
Marek Guráň 7a1900d814
Update custom.js
Updated dark theme switcher so now it can switch between dark and light material theme while keeping it's functionality to stock theme.
2023-08-28 23:17:31 +02:00
Marek Guráň aec2e3b7bf
Added themes to custom.js
Still cant change themes in settings
2023-08-28 14:31:23 +02:00