1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-07 10:20:26 +00:00
mycorrhiza/categories
Timur Ismagilov 6cf59f5e2d Categories: Keep them sorted
* The input from the disk is sorted in-memory, because an admin might want to fiddle with categories.json directly and break the sorted order.
* Insertion/deletion preserve order, thanks to a new dependency.
* The dependency is an official golang package, so I think it's safe to have it.
2022-04-17 16:07:33 +03:00
..
categories.go Categories, views: Unexport stuff 2022-04-02 00:43:11 +03:00
files.go Categories: Keep them sorted 2022-04-17 16:07:33 +03:00
handlers.go Categories: Rename exported functions 2022-04-02 01:01:54 +03:00
view_card.html Categories, views: Give the card view its own file, make title a block 2022-04-02 00:35:40 +03:00
view_list.html Categories: Localized titles 2022-04-02 00:59:47 +03:00
view_page.html Categories: Localized titles 2022-04-02 00:59:47 +03:00
views.go Misc: Port /list to the new approach 2022-04-02 10:10:32 +03:00