summaryrefslogtreecommitdiff
path: root/assets
Commit message (Collapse)AuthorAgeFilesLines
* Add dark/light theme switcher.Ricardo Wurmus2022-12-202-0/+102
|
* css: Adjust position of details/summary indicator.Ricardo Wurmus2022-12-201-0/+15
|
* css: Make sidebar respond to hover.Ricardo Wurmus2022-12-201-4/+11
|
* css: Improve dark mode colors.Ricardo Wurmus2022-12-201-8/+11
|
* css: Adjust table colors.Ricardo Wurmus2022-12-201-3/+11
|
* 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-201-8/+8
|
* html: Restore message cards and adjust gaps.Ricardo Wurmus2022-12-201-2/+11
|
* html: Fix styling of event badges.Ricardo Wurmus2022-12-201-2/+21
|
* html: Move submitter info and align buttons.Ricardo Wurmus2022-12-201-0/+14
|
* css: search-hints: Use variable colors.Ricardo Wurmus2022-12-201-2/+2
|
* 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
|
* Add SVG logo and adjust nav styles.Ricardo Wurmus2022-12-201-22/+92
|
* Remove bootstrap.css and build CSS from SCSS sources.Ricardo Wurmus2022-12-202-8981/+525
|
* Add pico.css.Ricardo Wurmus2022-12-201-0/+0
|
* view: Wrap contents of diff lines with pre.Ricardo Wurmus2021-12-091-0/+7
| | | | Fixes <https://issues.guix.gnu.org/43166>.
* css: Show line anchors only in browsers supporting CSS.Ricardo Wurmus2021-12-091-2/+5
|
* view: Add line anchors.Ricardo Wurmus2021-12-091-0/+11
|
* css: Add scroll-padding-top to html tag.Ricardo Wurmus2021-12-091-1/+4
| | | | | This fixes the scroll position of *all* anchors, not just the message-anchor.
* Use div instead of span for lines.Ricardo Wurmus2021-12-091-7/+7
| | | | | It's not perfect, but using a block element causes things to be rendered much more nicely in a text-only browser.
* css: Draw multipart separator also when following an attachment.Ricardo Wurmus2020-05-161-0/+1
|
* css: Leave more space in the sidebar.Ricardo Wurmus2020-05-151-0/+5
|
* css: Remove code.css.Ricardo Wurmus2020-05-151-33/+0
|
* Allow download of raw message.Ricardo Wurmus2020-05-131-0/+5
|
* css: Move sidebar up and let it scroll when needed.Ricardo Wurmus2020-05-121-1/+3
|
* css: Add a bit of space between the file icon and the attachment name.Ricardo Wurmus2020-05-091-0/+1
|
* css: Don't let the sidebar cover the search hints.Ricardo Wurmus2020-05-091-0/+1
|
* html: Add a sidebar to quickly jump to messages.Ricardo Wurmus2020-05-071-0/+25
|
* css: Merge code and screen CSS files.Ricardo Wurmus2020-05-071-0/+36
|
* css: Fix font color in search hints.Ricardo Wurmus2020-05-071-0/+1
|
* view: Generate blocks of lines and style the blocks.Ricardo Wurmus2020-05-071-8/+18
| | | | | | | | | | | This allows us to toggle the display of lines that belong together. * mumi/web/view/utils.scm (<block>): New record type. (add-block-line!): New procedure. (process): Take the list of blocks as an argument; return the new blocks and the next context. (prettify): Render blocks with classes derived from the block type. * assets/css/screen.css: Adjust.
* view: Make navigation sticky and hide title on narrow screens.Ricardo Wurmus2020-05-051-5/+12
|
* view: Show issue title in fixed top bar.Ricardo Wurmus2020-05-051-0/+4
|
* css: Shrink h1 font size on smaller screens.Ricardo Wurmus2020-05-051-0/+6
|
* view: Hide details by default.Ricardo Wurmus2020-05-051-1/+6
|
* css: Reduce message margin and padding.Ricardo Wurmus2020-04-231-1/+4
|
* html: Add search hints.Ricardo Wurmus2020-04-231-0/+22
|
* css: Reduce size of avatars.Ricardo Wurmus2020-04-061-4/+4
|
* css: Print commit lines with monospace font.Ricardo Wurmus2020-04-011-0/+3
|
* Make tables sortable.Ricardo Wurmus2020-04-012-9/+304
|
* view/html: Unclutter tables.Ricardo Wurmus2020-03-311-8/+17
|
* view/html: Hide search hint by default.Ricardo Wurmus2020-03-311-1/+1
|
* css: Expand search bar only on wide screens.Ricardo Wurmus2020-03-311-2/+10
|
* Add inline avatar for narrow screens.Ricardo Wurmus2020-03-311-0/+14
|
* css: Add bubble tab to the left of messages on wide screens.Ricardo Wurmus2020-03-311-0/+28
|
* css: Make space for avatars on wide screens.Ricardo Wurmus2020-03-311-0/+6
|
* css: Hide avatar on narrow screens.Ricardo Wurmus2020-03-311-9/+16
|
* css: Separate filters vertically.Ricardo Wurmus2020-03-301-0/+1
|