RainyXeon
f58dacea0b
fix: debug log
2025-04-29 18:14:00 +07:00
Alice w/🌧️
64f002541e
fix: misconfiguration on section header
...
Signed-off-by: Alice w/🌧️ <rainyxeon@gmail.com >
2025-04-23 23:04:10 +07:00
Alice w/🌧️
a3d07583d3
improve: spacing on Rezygisk section header
...
Signed-off-by: Alice w/🌧️ <rainyxeon@gmail.com >
2025-04-23 23:02:40 +07:00
RainyXeon
17f430b354
improve: some small space on section header
2025-04-23 21:06:51 +07:00
ThePedroo
caa4b6b640
improve: reduce size of section headers
...
This commit reduce the size of section headers to make it more appropriate.
2025-04-23 03:08:49 -03:00
ThePedroo
d8c0310053
improve: use module name, not module id; add: show Android/Kernel version in WebUI
...
This commit improves the WebUI module listing by listing the module name rather than the module id, and also adds 2 fields in the WebUI, so that it shows the Android version and Kernel release string.
2025-04-23 02:27:10 -03:00
ThePedroo
ea42fbea41
fix: monitor information
...
This commit fixes monitor information, which now is properly working and named, and also has proper status words.
2024-11-12 20:25:57 -03:00
RainyXeon
8b611b4153
add: some small padding for header
2024-11-12 19:40:23 +07:00
RainyXeon
44ba054f96
fix: error history header
2024-11-12 14:16:41 +07:00
RainyXeon
98743e8523
add: new ui for error history page
...
remove: modal support (initial)
2024-11-12 14:12:53 +07:00
RainyXeon
a0d79875ea
add: new cache state storing and handling
2024-11-12 00:17:38 -03:00
RainyXeon
3f816b609a
add: amoled and monochrome theme
...
This commit will add 2 new themes is monochrome and amoled
2024-11-12 00:17:35 -03:00
RainyXeon
f38e78bad7
add: outfit font to replace product sans
2024-11-12 00:17:34 -03:00
RainyXeon
fbed1e5633
add: initial support for tablet/desktop mode
...
This commit will add initial support for tablet/desktop mode by trick the navbar a bit
2024-11-12 00:16:55 -03:00
RainyXeon
cc4fe44c95
fix: webui error when no zygigk module installed
2024-11-12 00:09:24 -03:00
RainyXeon
26b60fce11
add: small page internal API and system based theme
...
yandev code style on webroot/js/smallPage/theme.js, need to be cleaned
2024-11-12 00:09:23 -03:00
RainyXeon
665ff2b8d9
improve: fatal error screen design
2024-11-12 00:09:22 -03:00
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
0c455f3127
fix: link open on webui not browser (not confirmed)
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
7660bca27c
fix: reverse zygote status
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
3c1af44edc
add: clear all log button
2024-11-12 00:09:15 -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
RainyXeon
b60209a0cb
fix: overflow-y cannot scroll
2024-11-12 00:09:04 -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
4dac5409d8
add: new webui framework (using navbar and refactor lang file)
2024-11-12 00:08:55 -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
RainyXeon
7ef7cf24e9
add: error history modal for easier to view log and copy
2024-11-12 00:08:47 -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
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
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
RainyXeon /
c707c151fd
add: lang list for lang modal
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
686342ced6
fix: missing module list
...
This commit fixes the missing module list due to mismatch in ID names.
2024-11-12 00:08:37 -03:00
RainyXeon /
235117f52a
add: start/stop/restart daemon button
2024-11-12 00:08:36 -03:00
RainyXeon /
e0cb8da6dd
add: loading screen, expandable list and card header icons
...
This commit will add new loading screen, expandable list and card header icons for improving UX/UI
2024-11-12 00:08:35 -03:00
RainyXeon /
37fc9a44b1
fix: svg sometimes not showing on webui
2024-11-12 00:08:34 -03:00
RainyXeon /
6e8809b116
remove: unused code from index.html
2024-11-12 00:08:33 -03:00