Commit Graph

67 Commits

Author SHA1 Message Date
RainyXeon 9957be838f add: fatal error screen 2024-11-12 00:09:22 -03:00
RainyXeon cde142de7f fix: open link on webui instead of browser 2024-11-12 00:09:21 -03:00
RainyXeon 3cc5c64e5e add: credits and license card in settings page 2024-11-12 00:09:20 -03:00
RainyXeon ec53757c0a add: animation for tab and navbar 2024-11-12 00:09:19 -03:00
RainyXeon 61bad158e8 improve: action page design; add: daemon status 2024-11-12 00:09:18 -03:00
RainyXeon da7cb91456 improve: WebUI by sync card between tab 2024-11-12 00:09:18 -03:00
RainyXeon 1d38739100 add: window.onerror event 2024-11-12 00:09:16 -03:00
RainyXeon ceb2cf24a9 add: window onerror event check 2024-11-12 00:09:15 -03:00
RainyXeon 3c1af44edc add: clear all log button 2024-11-12 00:09:15 -03:00
RainyXeon 073a0673a0 add: realtime error log tracking modal 2024-11-12 00:09:14 -03:00
RainyXeon 32ea9344dd remove: translation for error log 2024-11-12 00:09:14 -03:00
ThePedroo 1fb0926ac6 add: functional daemon action buttons
This commit adds the function that allows functional daemon action buttons.
2024-11-12 00:09:12 -03:00
ThePedroo dde0436fd9 fix: JS code indentation/syntax
This commit fixes the syntax and indentation of the JavaScript code to meet the organization standard.
2024-11-12 00:09:12 -03:00
ThePedroo ce54123a7c add: errors to error log history
This commit allows the errors to be saved on error log history.
2024-11-12 00:09:11 -03:00
ThePedroo 6ec8b5e7bd fix: JS code indentation/syntax
This commit fixes the syntax and indentation of the JavaScript code to meet the organization standard.
2024-11-12 00:09:10 -03:00
RainyXeon b15b33ddac fix: cannot enable light theme
Co-authored-by: CaptainThrowback <captainthrowback@hotmail.com>
2024-11-12 00:09:02 -03:00
RainyXeon e2e57113c1 fix: empty screen bug 2024-11-12 00:09:00 -03:00
RainyXeon 36eaaac200 improve: module element style 2024-11-12 00:08:59 -03:00
RainyXeon ea2c8a5388 fix: infinity loading 2024-11-12 00:08:58 -03:00
RainyXeon 814fc3fe1e fix: flash file corrupted 2024-11-12 00:08:56 -03:00
RainyXeon 4dac5409d8 add: new webui framework (using navbar and refactor lang file) 2024-11-12 00:08:55 -03:00
RainyXeon 0b7c939c9f remove: webui test code in js/main.js 2024-11-12 00:08:54 -03:00
RainyXeon db45eaee02 add: action card sepreate with settings 2024-11-12 00:08:53 -03:00
RainyXeon 259e1f0268 remove: webuiError file to avoid inf loading 2024-11-12 00:08:52 -03:00
RainyXeon ffd0e36118 add: track webui error and log directly into error history (may not working) 2024-11-12 00:08:51 -03:00
RainyXeon 59ac30d3cc add: builtin ProductSans font and option to toggle 2024-11-12 00:08:49 -03:00
WinCS afcf302d90 add: zn_CN and zn_TW web UI languages (#21)
This commit adds Chinese translations to the web UI.

Signed-off-by: WinCS <94188592+Meltartica@users.noreply.github.com>
2024-11-12 00:08:48 -03:00
RainyXeon 7ef7cf24e9 add: error history modal for easier to view log and copy 2024-11-12 00:08:47 -03:00
RainyXeon e059917f73 fix: rezygisk appears as demo ui 2024-11-12 00:08:47 -03:00
Fyphen f4b7c3bd9b add: japanese translation 2024-11-12 00:08:46 -03:00
RainyXeon 6952bf1888 fix: language list on modal not synchronized 2024-11-12 00:08:45 -03:00
RainyXeon eb22157a8f fix: cannot load webui 2024-11-12 00:08:45 -03:00
RainyXeon 5778870963 fix: corrupted zip file in webui 2024-11-12 00:08:44 -03:00
RainyXeon d1e86029ce fix: corrupted zip file in webui (not confirmed) 2024-11-12 00:08:44 -03:00
RainyXeon c92ad7c748 improve: language system based on json file
This commit will introduce new language system based on json file for easier to translate using crowdin in the future, also fix webui cannot load
2024-11-12 00:08:43 -03:00
RainyXeon 1bdaeaf0ac add: bottom slide animation for modal
This commit will add animation for modal that commit from the bottom (quite goofy) and click animation for theme-switch language-switch and close-modal icon
2024-11-12 00:08:42 -03:00
RainyXeon / cbcb236255 fix: translation for webui for 95% translated 2024-11-12 00:08:42 -03:00
ThePedroo 41a15e87b7 fix: infinite loading; add: translate on set
This commit fixes the infinite loading area and adds the feature that it will already change all phrases on set, without the need of restart.
2024-11-12 00:08:41 -03:00
Emulond Argent 567cf1a8b9 add: ru_RU language to web UI (#18)
This commit adds Russian to the web UI language list.

Signed-off-by: Emulond Argent <108662981+Emulond@users.noreply.github.com>
2024-11-12 00:08:41 -03:00
ExtremeXT d4d2c9d663 add: ro_RO language to web UI (#17)
This commit adds Romanian to the web UI language list.
2024-11-12 00:08:40 -03:00
RainyXeon / a337b55efd add: base functional for lang system; fix: weird issue related to js 2024-11-12 00:08:40 -03:00
ThePedroo ce080dff8f improve: Web UI by ignoring hw unsupported 64/32-bit
This commit improves Web UI Javascript code by allowing it to be aware of unsupported 64 or 32 bit, thus removing zygoteXX and daemonXX info.
2024-11-12 00:08:40 -03:00
ThePedroo 9fcf433b66 add: translation for errors; fix: pt_BR not exported
This commit adds translation for errors for both en_US and pt_BR. Also fixes the issue where brazilian portuguese translation wouldn't be exported.
2024-11-12 00:08:39 -03:00
ThePedroo d9edb7c063 add: pt_BR translation; improve: code syntax
This commit both adds brazilian portuguese translation and improves the code syntax to match the standard.
2024-11-12 00:08:39 -03:00
RainyXeon / c707c151fd add: lang list for lang modal 2024-11-12 00:08:38 -03:00
RainyXeon / c3ddaa0bfe improve: warn color of bright card 2024-11-12 00:08:38 -03:00
RainyXeon / ad3624b945 add: base code for modal/lang support [W.I.P] 2024-11-12 00:08:38 -03:00
RainyXeon / ebdba3ba0f add: expand-able menu on settings card; fix: modules list not showing 2024-11-12 00:08:37 -03:00
ThePedroo a6a268d2c1 improve: JS code by matching with the standard
This commit improves the JS code by making compliant to the standard of PerformanC.
2024-11-12 00:08:37 -03:00
RainyXeon / 3831547e6e fix: button in light theme 2024-11-12 00:08:36 -03:00