summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version.0.0.4Ricardo Wurmus2022-12-241-1/+1
|
* Distribute images and JavaScript.Ricardo Wurmus2022-12-241-1/+2
|
* css: Remove background blur from headers.Ricardo Wurmus2022-12-242-3/+1
|
* css: Remove unnecessary subtle transparency.Ricardo Wurmus2022-12-241-5/+5
|
* Activate theme switcher as soon as the body tag exists.Ricardo Wurmus2022-12-242-11/+9
|
* Reduce page weight by simplifying line number anchors.Ricardo Wurmus2022-12-244-40/+49
| | | | | | | | For large issues with many lines the DOM becomes littered with anchors that slow down rendering significantly. Dropping the anchor tags cuts the page size in half and speeds up rendering. We can still address lines by their identifiers, but to act on clicks we need a little bit of JavaScript.
* css: Add theme switcher scss sources.0.0.3Ricardo Wurmus2022-12-213-2/+73
|
* Bump version.Ricardo Wurmus2022-12-211-1/+1
|
* css: Remove broken (and invisible) CSS.Ricardo Wurmus2022-12-211-25/+0
|
* css: Adjust sidebar.Ricardo Wurmus2022-12-211-3/+3
|
* css: Use more variable colors.Ricardo Wurmus2022-12-211-10/+11
|
* css: Change dark theme colors for diff add/remove.Ricardo Wurmus2022-12-211-4/+14
|
* html: Update copyright line.Ricardo Wurmus2022-12-201-1/+1
|
* Add dark/light theme switcher.Ricardo Wurmus2022-12-203-0/+104
|
* css: Adjust position of details/summary indicator.Ricardo Wurmus2022-12-202-0/+16
|
* html: Remove discrepancy between disabled/enabled mailer.Ricardo Wurmus2022-12-201-43/+44
|
* css: Make sidebar respond to hover.Ricardo Wurmus2022-12-201-4/+11
|
* css: Improve dark mode colors.Ricardo Wurmus2022-12-202-9/+12
|
* css: Adjust table colors.Ricardo Wurmus2022-12-201-3/+11
|
* html: Remove extra classes.Ricardo Wurmus2022-12-201-13/+8
|
* css: Resize search box.Ricardo Wurmus2022-12-201-1/+8
|
* css: Reduce transparency of nav bar.Ricardo Wurmus2022-12-201-2/+2
|
* html: Fix style of comment box and message headers.Ricardo Wurmus2022-12-202-75/+71
|
* html: Remove unnecessary classes from /help.Ricardo Wurmus2022-12-201-2/+2
|
* view/utils: process: Do not generate "pre" elements.Ricardo Wurmus2022-12-201-5/+5
| | | | | | The "pre" element has its own overflow setting, which causes individual lines to be either clipped or scrolled, which looks terrible.
* html: Restore message cards and adjust gaps.Ricardo Wurmus2022-12-202-67/+72
|
* html: Fix styling of event badges.Ricardo Wurmus2022-12-202-6/+23
|
* html: Move submitter info and align buttons.Ricardo Wurmus2022-12-202-91/+108
|
* html: Use "article" for cards.Ricardo Wurmus2022-12-201-33/+36
|
* css: search-hints: Use variable colors.Ricardo Wurmus2022-12-201-2/+2
|
* html: search-widget: Remove nested div.Ricardo Wurmus2022-12-201-33/+31
|
* css: Reduce overlap of search-hints on input.Ricardo Wurmus2022-12-201-1/+4
|
* Only change width of inline search form.Ricardo Wurmus2022-12-201-3/+3
|
* html: Use "main" element for all containers.Ricardo Wurmus2022-12-201-7/+7
|
* Add SVG logo and adjust nav styles.Ricardo Wurmus2022-12-202-29/+187
|
* html: Remove search icon and submit button.Ricardo Wurmus2022-12-201-21/+0
|
* Use "search" as input type for search bar.Ricardo Wurmus2022-12-201-2/+1
|
* Remove bootstrap.css and build CSS from SCSS sources.Ricardo Wurmus2022-12-206-8994/+556
|
* Add pico.css.Ricardo Wurmus2022-12-202-0/+3
|
* Add QA status badge to issue page.Arun Isaac2022-10-162-1/+20
| | | | | | | | * mumi/config.scm.in (%config): Add qa-scheme and qa-host configuration parameters. * mumi/web/view/html.scm: Import (web uri). (build-uri-path): New function. (issue-page): Add QA status badge.
* view/html: Unambiguously imply date:YYYY-MM-DD.Tobias Geerinckx-Rice2022-10-131-1/+1
|
* controller: Do not hash msgid term twice.Ricardo Wurmus2022-07-061-1/+1
|
* mumi: process-query: Do not mangle msgid term.Ricardo Wurmus2022-07-061-0/+3
|
* tests: Add a test for a message with abnormally large message id.0.0.2Ricardo Wurmus2022-07-066-1/+4434
|
* Use a stable hash algorithm for message ids.Ricardo Wurmus2022-07-064-5/+12
|
* help: Mention msgid filter.Ricardo Wurmus2022-07-061-1/+4
|
* xapian: search: Convert msgid string to hash.Ricardo Wurmus2022-07-061-4/+9
|
* tests: Add test for searching by msgid.Ricardo Wurmus2022-07-061-1/+5
|
* Update copyright.Ricardo Wurmus2022-07-061-1/+1
|
* Redirect /msgid/ URL to issue URL with message id anchor.Ricardo Wurmus2022-06-053-7/+26
|