Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add export option | June McEnroe | 2020-07-17 |
| | | | | | | | Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. | ||
* | Big refactor, remove struct Scope | June McEnroe | 2020-07-16 |
| | |||
* | Remove viewport meta | June McEnroe | 2020-07-16 |
| | | | | | The browser-default styles do weird things so it actually looks better without... | ||
* | Implement IRC ^O | June McEnroe | 2020-07-13 |
| | | | | Oops! Missed this somehow | ||
* | Use overlap in search result links | June McEnroe | 2020-07-12 |
| | |||
* | Move nick delimiters into HTML generation | June McEnroe | 2020-07-12 |
| | | | | So that they can be copied. | ||
* | Implement IRC formatting | June McEnroe | 2020-07-12 |
| | |||
* | Linkify IRC messages | June McEnroe | 2020-07-12 |
| | |||
* | Render all types of events | June McEnroe | 2020-07-12 |
| | |||
* | Add search paging links | June McEnroe | 2020-07-12 |
| | |||
* | Reorganize code and add earlier messages link | June McEnroe | 2020-07-12 |
| | |||
* | Preserve search query when clicking network or context columns | June McEnroe | 2020-07-11 |
| | |||
* | Factor out "scope" of pages | June McEnroe | 2020-07-11 |
| | | | | | Use this to keep the search query around and hide network and context from the search results if the scope is already limited. | ||
* | Fix hidden form fields | June McEnroe | 2020-07-10 |
| | |||
* | Add basic messages to table and attempt to style | June McEnroe | 2020-07-10 |
| | |||
* | Add IRC colors and implement nick coloring | June McEnroe | 2020-07-10 |
| | |||
* | Implement partial table output of events | June McEnroe | 2020-07-10 |
| | | | | This should work for both events and search pages. | ||
* | Move search help to footer | June McEnroe | 2020-07-10 |
| | |||
* | Add meta viewport tag | June McEnroe | 2020-07-10 |
| | |||
* | Fold search form into nav | June McEnroe | 2020-07-10 |
| | | | | | CSS is kind of almost working for me here. I await its inevitable betrayal. | ||
* | Serve stylesheet separately, with caching | June McEnroe | 2020-07-10 |
| | |||
* | Add default stylesheet | June McEnroe | 2020-07-10 |
| | |||
* | Add syntax and columns to search form | June McEnroe | 2020-07-10 |
| | |||
* | Add search forms | June McEnroe | 2020-07-09 |
| | |||
* | Split code and add breadcrumb nav | June McEnroe | 2020-07-09 |