| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-09-04 | Drop -Option from {topic,type,etc}Option. | -11/+10 | ||
| Having -Option in the names was making the URL especially verbose. | ||||
| 2021-09-03 | Rename `utils.py` to `resource_search.py`. | -3/+3 | ||
| 2021-08-28 | Make title for all resources a link. | -68/+21 | ||
| When the resource is for a Discord server, the title links to a website and the Discord icon is the server invite. | ||||
| 2021-08-27 | Use MappingProxyType to freeze non-private dictionaries. | -4/+13 | ||
| This is intended to make those mappings safer. | ||||
| 2021-08-22 | Make icon dict a constant; add project ideas icon. | -30/+31 | ||