Lookyloo / lookyloo

Lookyloo is a web interface that allows users to capture a website page and then display a tree of domains that call each other.
https://www.lookyloo.eu
Other
678 stars 83 forks source link

Menu #910

Closed AntoniaBK closed 5 months ago

AntoniaBK commented 5 months ago

Pull requests should be opened against the main branch. For more information on contributing to Lookyloo documentation, see the Contributor Guidelines.

Type of change

Description: Improving the menu

Select the type of change(s) made in this pull request:


Fixes #issue-number

Proposed changes

adrima01 commented 5 months ago

Due to its dependency on the menu_vertical height, the background (from the tree) is now smaller. Still need to figure out how to change it

Rafiot commented 5 months ago

Sounds good, I let you poke around. And just FYI, if you're confused why the tree doesn't show anymore, it's because you need to run that script: https://github.com/Lookyloo/lookyloo/blob/main/tools/generate_sri.py

That's generating the SRI values: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity It's vaguely annoying, and it may make sense to add a feature to ignore the SRI values when you're actively developing and don't want to re-run the script every time.