Jaifroid
Jaifroid
Looking good so far! I see this error in console.log, so you need to remove JQuery from the Service Worker's precache array.  But, more seriously, when the screen is...
NB to see the precache error, you probably have to reset the app, so it erases the SW and then reloads it.
We probably need to tweak the styles of the buttons, because hovering over them now makes them greyed out rather than darker as previously, which looks odd.
It's explained in CONTRIBUTING -- the app caches its own code (in the Service Worker). To see if the error is solved, you'll need to use the Reset button (under...
> Is this ideal ? Did you test it in dark mode (and you should probably turn off the bypass appCache option when testing the buttons at least in dark...
> I found the issue for the toggle actually there was nothing to change in app/uUtil.js but bootstrap uses it's own attrs now with **bs**. Like data-bs-toggle. And removed the...
Thanks for the changes, and apologies for the delay (I was away travelling). I like the hover colour of the button you changed, but there's something wrong with the sizing...
Hi @AritraLeo, a lot of things are fixed here, but I noticed a new problem: the search field has now become very short! See screenshot:  You should look into...
OK, no problem. I suggest you update the branch (you should see "Update branch" button below).
There's a thing I forgot to mention that needs doing: remove jquery from the `patch_gitignore.sh` script under `/scripts`. Basically, just remove any of the lines that have `jquery` anywhere in...