jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
4.08k stars 800 forks source link

Interface looks a bit ugly on openwrt 21.02.2 #293

Open dmuiX opened 2 years ago

dmuiX commented 2 years ago

Describe the bug Interface misses the selection bar - not sure if this is the right term, have a look at the screenshot. Might need optimization on openwrt 21.02.2.

To Reproduce Steps to reproduce the behavior: Just install theme and open the router startpage in a browser

Expected behavior The Theme should not look like that ;)

Screenshots

OpenWRT 21.02.2:

Screenshot 2022-02-22 at 17 51 46

compared to OpenWRT 21.02.1:

Screenshot 2022-02-22 at 18 12 06

Openwrt (please complete the following information):

Desktop (please complete the following information): Brave Browser: 1.35.103 Chromium: 98.0.4758.102 (Official Build) (x86_64) Firefox: 97.0.1 (64-bit) Mac OS 12.2.1

Smartphone (please complete the following information): Not tested

Additional context OpenWRT 21.02.2 is currently not on release page but you can already download it from the download page: https://downloads.openwrt.org/releases/21.02.2/targets/ath79/generic/ So it might not take so much time until it is properly released. Would be nice though if the theme could work again properly in the near future under the new stable release. FYI: I installed the new image with option sysupgrade -f so my configuration was restored. Not sure if this might have an effect on this theme? Haven't tested it without restoring my old config.

dmuiX commented 2 years ago

Seems like its solved with the final release. Although the install throwed an error:

root@UbntAP:/tmp# opkg install luci-theme-argon_2.2.9-20211016-1_all.ipk
Installing luci-theme-argon (2.2.9-20211016-1) to root...
Configuring luci-theme-argon.
uci: Parse error (invalid command) at line 1, byte 0
okibcn commented 2 years ago

It can be due to the incompatibility of this theme with the CSS size optimizer integrated into the default LuCI package. You have to rebuild the image from sources removing that. Alternatively, you can try the method you can find here that works in running systems.

dmuiX commented 2 years ago

Thanks a lot for sharing this method. Currently its actually working fine with just the normal installation methode on one of my routers. I will try it on another one, if I need to I will try the methode you posted.