Conversation
and wsl-install.bat auto restarts if not interupted after 15s timer starts
|
Danny you beat me to it, I was gonna do this lol, saw it in the video and went 'eww thats gross' |
|
This PR goes beyond its stated scope of “fixing the vibe-coded UI.” It also introduces:
These changes should ideally be separated into distinct PRs for clarity and reviewability. Concerns and RecommendationsModel Download
Repository Hygiene
UI JavaScript Performance & Accessibility -
|
|
i added the features after i made the pull request and accidentally pushed them i didn't even notice lol ill implament fixes and remove the mouse stuff (i had it there as i was planning to add a glow effect around the mouse when hovering on cards but forgot about it after a bit) |
Deleted static/main.js, modified install.sh and wsl-setup.bat to verify model file integrity via SHA-256 after download, updated .gitignore to exclude model files and temporary directories fixed all things mentioned in Mr-Homeless#585 (comment)
|
fixed it all in the latest commit a6edcb548e5c6b437f60bf73d945df325648848c |
|
you could also automate the shai-256 part via using the git lfs info |
i redesigned it and made them call a central style.css file instead of using style tags in the files themselves
i also added auto downloading and verifying for the hugging face models in install.sh & wsl-setup.bat