Ellpeck / ObsidianSimpleTimeTracker

Multi-purpose time trackers for your notes!
MIT License
132 stars 19 forks source link

feat: Implement collapsing nested subentries #50

Closed jamesbtan closed 3 weeks ago

jamesbtan commented 3 months ago

This is with regards to issue #23 .

The main feature set is implemented, with a brief demo here.

As of now I am just always adding 2em of space for the button before each row, regardless of whether there will be any buttons there or not. Mainly I was trying to preserve the alignment of elements in the same indentation whether they have a button or not, but if anyone wants to suggest a better way to format this that would be welcome.

jamesbtan commented 3 months ago

I just realized it is breaking the formatting of the edit row view. I can try to come up with a solution later.

Ellpeck commented 3 months ago

Thanks so much for your work!! I'll review this when I next take some time to work on the plugin :)

Ellpeck commented 1 month ago

Looks good! I'll merge this when I next work on the plugin again :) Thanks so much!!