Mark "get rid of lodash" as done.

0eef1a623293fa43d570796852a78c3531b9989b

Tucker McKnight <tucker@pangolin.lan> | Sun Feb 08 2026

Mark "get rid of lodash" as done.

This was already in the "done" section, must've been readded in a
merge conflict or something.
wiki/index.md:41
Before
40
41
42
43
44
45
46
    posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
  - Seems to print out all on one line right now.
- [ ] get rid of lodash
  - lodash is one of the larger (largest?) dependencies right now. With mithril auto-escaping strings, it might not be necessary anymore. Look into which things actually need to be escaped (e.g. any user-input from commit messages) and see if we can just rely on mithril to escape those
- [ ] make the useDefaultTemplate option actually be used
- [ ] document (or fix?) that it fails if the compareTo branch isn't one of the pulled branches
- [ ] Show how many commits are different between the given branch and the main
After
40
41
42


43
44
    posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
  - Seems to print out all on one line right now.
⁣
⁣
- [ ] make the useDefaultTemplate option actually be used
- [ ] document (or fix?) that it fails if the compareTo branch isn't one of the pulled branches
- [ ] Show how many commits are different between the given branch and the main