fix html & css cache not working, use base64 for cache filenames, automatically update tab titles, store the old url & revert to current tab's url, make the browser work by requesting the url on enter, adding the css/html parse and receive. Fix Host header not changing for css urls. use serde_json serialization for css cache, add missing tree_to_vec function, and improve the renderer's boilerplate.

This commit is contained in:
csd4ni3l
2026-02-24 16:25:15 +01:00
parent 82ecd8cf8f
commit 6c0b5180b4
7 changed files with 291 additions and 45 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
python
/target
/target
css_cache
html_cache