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 ... 12, 13, 14 ... 20, 21, 22  Next
Author Message
the-joker
DD-WRT Developer/Maintainer


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

PostPosted: Mon Aug 29, 2022 17:32    Post subject: Reply with quote
Will be fixed in master as soon as https://github.com/mirror/dd-wrt/pull/347/commits/263beec64c4262884054dd18cf4a2fcde1fd43f3 is merged but BS is busy its not merged yet and I cant test the newer builds after that until I have one.
_________________
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)
Sponsor
Mile-Lile
DD-WRT Guru


Joined: 24 Feb 2013
Posts: 1634
Location: Belgrade

PostPosted: Sat Sep 03, 2022 16:02    Post subject: Reply with quote
@the-Joker
Hi Joker, I think there is typo on http://192.168.1.1/help/HQos.as


Quote:
HTB - Hierarchical Token Bucket, it is a faster replacement for the CBQ qdisc in Linux but is more resource demanding than HTB.


it should be:

Quote:
HTB - Hierarchical Token Bucket, it is a faster replacement for the CBQ qdisc in Linux but is more resource demanding than HFSC.
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1900

PostPosted: Sat Sep 03, 2022 16:42    Post subject: Reply with quote
I concur with Mile-Lile. Many eyes (and hands) help to provide some sense of quality assurance and control.

QOS-HTB vs. HFSC
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/man/man8/tc-htb.8
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/man/man8/tc-hfsc.8
http://linux-ip.net/articles/hfsc.en/
http://luxik.cdi.cz/~devik/qos/htb/
http://linux-ip.net/articles/Traffic-Control-HOWTO/

_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
the-joker
DD-WRT Developer/Maintainer


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

PostPosted: Sat Sep 03, 2022 18:52    Post subject: Reply with quote
Mile-Lile wrote:
@the-Joker
Hi Joker, I think there is typo on http://192.168.1.1/help/HQos.as


Quote:
HTB - Hierarchical Token Bucket, it is a faster replacement for the CBQ qdisc in Linux but is more resource demanding than HTB.


it should be:

Quote:
HTB - Hierarchical Token Bucket, it is a faster replacement for the CBQ qdisc in Linux but is more resource demanding than HFSC.

That typo is 1 billion years old, since it was written. As you noticed our built in help pages are needing much needed TLC.

Thanks for the head up will look into it sometime soon, a few more hours wont hurt.Wink

Ive been too busy shrinking the elegant themes down and implementing dark mode into wiviz and giving wiviz a much needed revamp which should be ready (it has a few known and already fixed issues in mater that are present in current public release) by next public build post r50057

_________________
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 Sep 05, 2022 15:56    Post subject: Reply with quote
@Mile-Lile should be fixed next public release patch is impeding merge.
_________________
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)
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1900

PostPosted: Mon Sep 05, 2022 21:25    Post subject: Reply with quote
Looking at the intended fix, I think the repetitive "HTB is a little more resource demanding than than that of HFSC" is probably unnecessary (and possibly wrong to begin with?). HFSC uses many queues; HTB uses many qdiscs. I'm no network engineer, but I'm trying to determine which of these two is exactly more resource-intensive: More queues or more qdiscs? That's why I added the links to read in my previous comment <wink> <grin>

https://github.com/mirror/dd-wrt/pull/358/commits/f076e0135400cff5a0043cc057ed02f0213e672f

This is the intended fix:
Code:
.page3="<dd><ul class=\"wide\"><li>HFSC - Hierarchical Fair Service Curve. Queues attached to an interface build a tree, thus each queue can have further child queues. Each queue can have a priority and a bandwidth assigned. Priority controls the time packets take to get sent out, while bandwidth effects throughput. HTB is a little more resource demanding than that of HFSC. </li><li>HTB - Hierarchical Token Bucket, it is a faster replacement for the CBQ qdisc in Linux but is more resource demanding than HFSC. HTB helps in controlling the use of the outbound bandwidth on a given link. HTB allows you to use one physical link to simulate several slower links and to send different kinds of traffic on different simulated links. HTB is useful for limiting a client's download/upload rates, preventing their monopolization of the available bandwidth.</li></ul></dd>";

_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
the-joker
DD-WRT Developer/Maintainer


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

PostPosted: Tue Sep 06, 2022 11:13    Post subject: Reply with quote
That suggestion has not been proofread.

I'll just use the documentation for the projects in a full blow Linux distro type man htb or man hfsc. And make it more easily digestible.

_________________
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)
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Mon Sep 12, 2022 1:52    Post subject: Reply with quote
Thanky very much to the-joker
Very nice to print to PDF without disabling 'Inspired Themes'
It looky real good Cool
https://mrjcd.com/junk/dd-wrt/r50152/3700v4.pdf

https://mrjcd.com/junk/dd-wrt/r50152/EA8500.pdf
the-joker
DD-WRT Developer/Maintainer


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

PostPosted: Mon Sep 12, 2022 6:11    Post subject: Reply with quote
the radios look a bit nasty, which browser are you using and do you have any extensions influencing the styles on?
_________________
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)
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Mon Sep 12, 2022 6:21    Post subject: Reply with quote
the-joker wrote:
the radios look a bit nasty, which browser are you using and do you have any extensions influencing the styles on?
Chrome Version 105.0.5195.102 (Official Build) (64-bit)
NO extensions

looky fine for me Twisted Evil
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Thu Sep 15, 2022 5:36    Post subject: Reply with quote
same units as before -- nothing changed but installed newest firmware
still looky good to me. I do have old eyes but it is very good AFAIK

https://mrjcd.com/junk/dd-wrt/r50176/3700v4.pdf

https://mrjcd.com/junk/dd-wrt/r50176/EA8500.pdf

Pics from my desktop of what I see after uploaded to site ...using same Chrome broswer
at 100%


at 150%


Twisted Evil

---
EDIT
yeahuh kinda funny stuff with FireFox Browser 102.2esr
oh well --- imma still happy Very Happy
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Thu Sep 15, 2022 6:46    Post subject: Reply with quote
@the-joker

in build r50176 the columns in the "Site Survey" window cannot be sorted...
the-joker
DD-WRT Developer/Maintainer


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

PostPosted: Thu Sep 15, 2022 6:55    Post subject: Reply with quote
will have a look.
_________________
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: 2927
Location: Germany

PostPosted: Thu Sep 15, 2022 7:08    Post subject: Reply with quote
correction it does work....
But not when you press on the header but on the first line

and the first line is not sorted
the-joker
DD-WRT Developer/Maintainer


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

PostPosted: Thu Sep 15, 2022 11:28    Post subject: Reply with quote
Were on it, I submited a patch to fix that page and others like it, but some other tables which are dynamically generated and sortable need some love too.

This is my fault, previously the tables had no thead/tbody, the browser auto inserts tbody only but this makes processing HTML marginally slower, I added thead/tbody but not everywhere.

The sortable code JS only accounted for tbody, not anymore, but now we have to redo the dynamic tables and add this accordingly, anyway, back to it.

_________________
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)
Goto page Previous  1, 2, 3 ... 12, 13, 14 ... 20, 21, 22  Next Display posts from previous:    Page 13 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