UI themes! preview/public builds BUG hunting REPORTING

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Goto page Previous  1, 2, 3, ... 20, 21, 22  Next
Author Message
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14217
Location: Texas, USA

PostPosted: Sun Oct 17, 2021 10:56    Post subject: Reply with quote
Yes subversion has it's limitations, but the decision was made long ago that it will be the de-facto code revision environment for DD-WRT. The github mirror was not established by DD-WRT, but as soon as BS knew it existed, he polled github to allow him to own it. Otherwise, you would be in trouble, most likely - and having to submit patches the fun way Wink
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Sponsor
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Sun Oct 17, 2021 14:56    Post subject: Reply with quote
Actually SVN is probably better for content such as DD-WRT source.

In fact Brainslayer's GitHub account has an outdated svn dd-wrt clone, so happens the mirrors was up to date and it's a non issue.

Git has its limitations too, it's just more convenient for pull requests/review, not that it matters, what matters is the fixes.patch URL and patch apply.

Beep-bop-boop: keyword, convenient detected; Warning, convenience is bad for the environment! Extreme caution advised. Razz

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
tedm
DD-WRT Guru


Joined: 13 Mar 2009
Posts: 555

PostPosted: Sun Oct 17, 2021 17:06    Post subject: Reply with quote
Don't forget to check your color schemes for red/green colorblindness:

https://www.toptal.com/designers/colorfilter
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Sun Oct 17, 2021 17:16    Post subject: Reply with quote
tedm wrote:
Don't forget to check your color schemes for red/green colorblindness:

https://www.toptal.com/designers/colorfilter


For that the solution is one theme for each type of color blindness.

Not something for now as much needs to happen before then...

Like hardocoded colors in cgi need to become CSS classes for one of the top of my head.

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Mon Oct 18, 2021 13:35    Post subject: Reply with quote
Yellow there people.

TL;DR So regarding the contrast mentioned as an issue, you spoke out and were heard.

Pertinent changeset: https://github.com/mirror/dd-wrt/pull/68/commits/9d2f3969e75a9b44b5498d8387301a2222437786 part of pr 68

Note the colors used and feel free to check contrasts with webaim website or better.

DR;TL Regarding these areas for color blind people of all types.

It's advised to use textures or text to differentiate from different areas, not just colors, this is mostly good news for dd-wrt.

Even if the colors (as changed above) are not helpful for the color blind users to distinguish states in syslog, text is displayed .err (red) / .warn (yellow) / .authpriv.notice (green),

If you think this isn't enough for you as a color blind person leave feedback on this topic, mention your type of color blindness and any feedback you may have.

The other state colors are used in switch page, also text is always displayed there, depending on the state, I dont think anything else needs improving for color blindness at this time there, even if its not ideal.

In future this will need to be looked at and themes for each color blindness type maybe introduced at some later date. Much needs to be done yet before this happens.

Build - DD-WRT v3.0-r47567 std (10/18/21) looks better especially/help/about all bugs squashed I could find, it still has a couple issues that should be fixed when pr 68 is merged.

Keep the feedback coming.

Be well.

Edit: added color charts for diff color blindness types for the colors we now use.
contrast still falls under the preferred higher ratio and equally good for light dark base themes. Just if you're curious.



Capture.PNG
 Description:
 Filesize:  5.58 KB
 Viewed:  4890 Time(s)

Capture.PNG



wut1.gif
 Description:
 Filesize:  103.06 KB
 Viewed:  4892 Time(s)

wut1.gif



_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)


Last edited by the-joker on Tue Oct 19, 2021 10:11; edited 2 times in total
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14217
Location: Texas, USA

PostPosted: Mon Oct 18, 2021 15:48    Post subject: Reply with quote
I'm waiting for someone to start asking when the next beta will drop, lol. Looks like that one was run for all devices, so perhaps sometime today it will be uploaded to the public. If only we could convince someone that 0 and 5 are awesome numbers to stop at.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Mon Oct 18, 2021 18:52    Post subject: Reply with quote
kernel-panic69 wrote:
I'm waiting for someone to start asking when the next beta will drop, lol. Looks like that one was run for all devices, so perhaps sometime today it will be uploaded to the public. If only we could convince someone that 0 and 5 are awesome numbers to stop at.

I guess when its ready, it drops.

I would never stop at awesome with only 0 and 5 as a choice, seems to me the best release is the one you really need, not the one you really want.

edit:

its at -r47569 so it possible, but it's arbitrary semantics more than anything =)

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Tue Oct 19, 2021 10:30    Post subject: Reply with quote
Hello all, small update

OK themes wise -r47573 for me is good, in this BS squashed a bug in the NAS.asp page
it actually was caused by missing closing brackets on raic.c HTML (old bug) see attachment.

But of course it didn't stop there, kernel updates have now gone in, idk what else is going to go in at this stage, nothing from me that you should notice, unless there's some themes bug which was missed. It's possible, I'm not perfect.

That's all she wrote at -r47578 at time of writing this, so two more for 0.

Be well and enjoy the attachments, see anyone even noticed that bug. Wink Shocked Arrow



wut2.gif
 Description:
broken
 Filesize:  779.67 KB
 Viewed:  4891 Time(s)

wut2.gif



wut1.gif
 Description:
fixed
 Filesize:  108.1 KB
 Viewed:  4891 Time(s)

wut1.gif



_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Wed Oct 20, 2021 13:10    Post subject: DD-WRT 10-20-2021-r47581 Reply with quote
Hello =).

So -r47581 public is out.

I already pushed theme bug fixes post -r47581, though you should only notice one of the issues under certain conditions.

1) When classic dark styles is enabled and any of the Inspired themes would be then enabled.

The issue you would see is that the about/help pages would show classic dark styles colors and not the Inspired themes colors.

So if you find this bug, its known and fixed.

Also fixed is the FilterIPMAC.asp some dots were added which also fixes the margin between inputs which was 0 before.

New things you should notice, is all classic themes disabled buttons are now the color of the style you chose and not gray. Most common one would be on Networking.asp page AKA Setup -> Networking tab, also hovering over disabled buttons is also fixed.

When classic styles are dark, the fieldset legend color i.e. any box group title, is brighter by 80%, so the contrast is minimum per WCAG. This can be adjusted down a bit if you prefer.

So lots to see no matter if you like it light or dark.

To come:

The PayPal logo to dark when classic themes are set to dark.

Enjoy and be well. Wink

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
Wildlion
DD-WRT Guru


Joined: 24 May 2016
Posts: 1414

PostPosted: Wed Oct 20, 2021 21:08    Post subject: Reply with quote
These look like great improvements... Thank you! Not sure when I will get to upgrade.
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6436
Location: UK, London, just across the river..

PostPosted: Thu Oct 21, 2021 5:51    Post subject: Reply with quote
dark cocoa is my fav , but sadly im an autist don't get on with changes that quick Laughing ...
still using the default color themes...but appreciate your effort...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55819 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Fri Oct 22, 2021 12:22    Post subject: Reply with quote
Wildlion wrote:
These look like great improvements... Thank you! Not sure when I will get to upgrade.

Thanks, and you're welcome. It depends on you when an how, or if newer builds works with your setup. But the older the builds the more security holes it will have, not that it matters in most cases. =)

They will be waiting for you whenever that upgrade time comes. So no rush =)

Alozaros wrote:
dark cocoa is my fav , but sadly im an autist don't get on with changes that quick Laughing ...
still using the default color themes...but appreciate your effort...

Any change is hard for some people no matter what.

The classic themes are also getting some love. both dark and light.

But if you really wanted to talk real change as in its completely alien to what it was before, then that hasn't happened at all in any of the themes, its just colors and how they are applied to the old(er) design, which I like FYI.

If I ever want to do something really different/modern it will be done outside of the built in themes before it even gets anywhere near the core.

Maybe one day, who knows, or maybe not at all. Wink

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2972
Location: Germany

PostPosted: Fri Oct 22, 2021 12:42    Post subject: Reply with quote
first of all best thanks
i think the syslog is now well readable

looking around i found a little bug in the brainslayer skin though

the syslog overlaps
and in the speedchecker tab the colors are not correct (if you can change that)
oh and the bandwidth graph is not centered right or too small or whatever (do not know if that would look better otherwise)

Build r47581



bs3.jpg
 Description:
 Filesize:  244.24 KB
 Viewed:  4754 Time(s)

bs3.jpg



bs1.jpg
 Description:
 Filesize:  115.18 KB
 Viewed:  4754 Time(s)

bs1.jpg



bs.jpg
 Description:
 Filesize:  153.32 KB
 Viewed:  4754 Time(s)

bs.jpg


ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2972
Location: Germany

PostPosted: Fri Oct 22, 2021 12:58    Post subject: Reply with quote
in the wikar skin the syslog also looks a bit strange
in the top right corner where it says DD-WRT in a blue font is also something overlaid.

do not know if that belongs here with in



wikar.jpg
 Description:
 Filesize:  244.25 KB
 Viewed:  4745 Time(s)

wikar.jpg


the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Fri Oct 22, 2021 13:11    Post subject: Reply with quote
ho1Aetoo wrote:
first of all best thanks
i think the syslog is now well readable


You're welcome. It is a special area where people need in no uncertain way not be required to squint to be able to read it. =)

ho1Aetoo wrote:
looking around i found a little bug in the brainslayer skin


Thanks but well outside the purview of this topic.

the-joker wrote:
To find any issues visually with both;

Classic (light/dark) any color of the blue/cyan/elegant/green/orange/red/yellow

Inspired Themes (any) and report back. with your lovely pieces of snip art we call screenshots and perhaps a page link, yes that would be a nice touch.


I have not touched xirian/kromo/brainslayer/wikar or intend to at this time, they are 100% independent of the themes I'm working on as above, this is not to say some time in the future it wont happen.

So thanks again in any case. If you want to make a note of any bugs you find with those please do, I suggest even creating a new topic (you dont have to unless you really want to) Wink and wack all those reports in there, eventually it will be a good place for me to find all that nice and neat pre-testing and reports under one place.

Also some of us are now on matrix https://matrix.to/#/#dd-wrt_non_official:matrix.org
The new unofficial chat room for dd-wrt'isms soon to be bridged to IRC, come and join us, or not Wink

Be well =)

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)


Last edited by the-joker on Fri Oct 22, 2021 13:57; edited 1 time in total
Goto page Previous  1, 2, 3, ... 20, 21, 22  Next Display posts from previous:    Page 2 of 22
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum