| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Remove jQuery; dashboard behaviours are vanilla JS. Make all css/js simpler. - Add dark mode. - Make eslint work again. - Simplify Dashboard logic - Remove some duplicated Redis calls
| Back | FazBrowse Home | New Git URL |
This is a big one, I've been working on.
I've used Claude to help refactor the Dashboard Front-End and remove some of the old javascript and jquery stuff. Adding Dark mode too!
The old UI and having an ancient version of jQuery was bugging me for sometime. One thing I'd also like to do in the future, it to remove the requirement Sinatra, or using Rails engines directly.
This PR adds a few niceties, such as displaying the current overrides. This bit me off a few times in the past.
It also made a refactor on the controller side to reduce the number of redis calls made. Improving the overall loading performance.