Sudara

Results 148 comments of Sudara

![Figma - 2023-08-21 58@2x](https://github.com/sudara/melatonin_inspector/assets/472/074b6131-9503-4613-884f-c224fc261cbf) Icon acquired but... probably a bit of a technical challenge...

Icon improved, but uhh... I'm still not in the mood for the refactor... ![Figma - 2023-09-06 20@2x](https://github.com/sudara/melatonin_inspector/assets/472/e0ac49cb-ff21-42fe-84d8-e200463f7e31)

Yeah agreed. Moving and resizing might be better as explicitly enabled. Between this and wanting to disable the overlay entirely, I’m starting to feel toolbar vibes… just keep thinking (along...

> Is familiar and there are often good reasons why things are the way they are. Yes, the tool is modeled on figma and safari/chrome web inspector, so 100% with...

Icons are already in place for this in the BinaryData ![Figma - 2023-09-06 51@2x](https://github.com/sudara/melatonin_inspector/assets/472/16039f0d-7513-4d26-8a2b-adbd42055be4)

I also don't use look and feels. What I do right now is expose style information to the inspector by adding properties to components: ``` setProperty ("Theme Key", themeKey); ```...

I like the concept of a lock. Maybe as an icon available on hover in the tree view? Is it good enough if “click to select” behavior is disabled and...

#103 contains a basic implementation for this. It disables selection and hover outline. An followup improvement could be "if nothing was selected, the next selected item gets locked".

@dikadk This one drives me crazy and might be easy for you since I think you last touched most of the selection logic. Basically, we need to display the full...

Hey, cool! Is the goal to solve #49 as well as #90? I got confused by the vid a bit. Would these be the two features: a) "lock" a selection...