Skip to content

v1.0.7

Compare
Choose a tag to compare
@m0ngr31 m0ngr31 released this 05 Mar 23:52
· 689 commits to master since this release
c78cea9

Problems

-We need to be able to set an active state on a timeline entry.
-Timeline can start to have issues loading and parsing when the number of entries gets high.

Solutions

-Add active to the time entry interface.
-Add styles to allow using accentColor to apply a brighter version of that color as the active color
-Moving the logic of parsing timeline entries to Web Workers seems to resolve the issue.