Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | view: Wrap contents of diff lines with pre. | Ricardo Wurmus | 2021-12-09 | 1 | -0/+7 |
| | | | | Fixes <https://issues.guix.gnu.org/43166>. | ||||
* | css: Show line anchors only in browsers supporting CSS. | Ricardo Wurmus | 2021-12-09 | 1 | -2/+5 |
| | |||||
* | view: Add line anchors. | Ricardo Wurmus | 2021-12-09 | 1 | -0/+11 |
| | |||||
* | css: Add scroll-padding-top to html tag. | Ricardo Wurmus | 2021-12-09 | 1 | -1/+4 |
| | | | | | This fixes the scroll position of *all* anchors, not just the message-anchor. | ||||
* | Use div instead of span for lines. | Ricardo Wurmus | 2021-12-09 | 1 | -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 Wurmus | 2020-05-16 | 1 | -0/+1 |
| | |||||
* | css: Leave more space in the sidebar. | Ricardo Wurmus | 2020-05-15 | 1 | -0/+5 |
| | |||||
* | css: Remove code.css. | Ricardo Wurmus | 2020-05-15 | 1 | -33/+0 |
| | |||||
* | Allow download of raw message. | Ricardo Wurmus | 2020-05-13 | 1 | -0/+5 |
| | |||||
* | css: Move sidebar up and let it scroll when needed. | Ricardo Wurmus | 2020-05-12 | 1 | -1/+3 |
| | |||||
* | css: Add a bit of space between the file icon and the attachment name. | Ricardo Wurmus | 2020-05-09 | 1 | -0/+1 |
| | |||||
* | css: Don't let the sidebar cover the search hints. | Ricardo Wurmus | 2020-05-09 | 1 | -0/+1 |
| | |||||
* | html: Add a sidebar to quickly jump to messages. | Ricardo Wurmus | 2020-05-07 | 1 | -0/+25 |
| | |||||
* | css: Merge code and screen CSS files. | Ricardo Wurmus | 2020-05-07 | 1 | -0/+36 |
| | |||||
* | css: Fix font color in search hints. | Ricardo Wurmus | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | view: Generate blocks of lines and style the blocks. | Ricardo Wurmus | 2020-05-07 | 1 | -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 Wurmus | 2020-05-05 | 1 | -5/+12 |
| | |||||
* | view: Show issue title in fixed top bar. | Ricardo Wurmus | 2020-05-05 | 1 | -0/+4 |
| | |||||
* | css: Shrink h1 font size on smaller screens. | Ricardo Wurmus | 2020-05-05 | 1 | -0/+6 |
| | |||||
* | view: Hide details by default. | Ricardo Wurmus | 2020-05-05 | 1 | -1/+6 |
| | |||||
* | css: Reduce message margin and padding. | Ricardo Wurmus | 2020-04-23 | 1 | -1/+4 |
| | |||||
* | html: Add search hints. | Ricardo Wurmus | 2020-04-23 | 1 | -0/+22 |
| | |||||
* | css: Reduce size of avatars. | Ricardo Wurmus | 2020-04-06 | 1 | -4/+4 |
| | |||||
* | css: Print commit lines with monospace font. | Ricardo Wurmus | 2020-04-01 | 1 | -0/+3 |
| | |||||
* | Make tables sortable. | Ricardo Wurmus | 2020-04-01 | 2 | -9/+304 |
| | |||||
* | view/html: Unclutter tables. | Ricardo Wurmus | 2020-03-31 | 1 | -8/+17 |
| | |||||
* | view/html: Hide search hint by default. | Ricardo Wurmus | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | css: Expand search bar only on wide screens. | Ricardo Wurmus | 2020-03-31 | 1 | -2/+10 |
| | |||||
* | Add inline avatar for narrow screens. | Ricardo Wurmus | 2020-03-31 | 1 | -0/+14 |
| | |||||
* | css: Add bubble tab to the left of messages on wide screens. | Ricardo Wurmus | 2020-03-31 | 1 | -0/+28 |
| | |||||
* | css: Make space for avatars on wide screens. | Ricardo Wurmus | 2020-03-31 | 1 | -0/+6 |
| | |||||
* | css: Hide avatar on narrow screens. | Ricardo Wurmus | 2020-03-31 | 1 | -9/+16 |
| | |||||
* | css: Separate filters vertically. | Ricardo Wurmus | 2020-03-30 | 1 | -0/+1 |
| | |||||
* | Update styles. | Ricardo Wurmus | 2019-07-11 | 4 | -5430/+7617 |
| | | | | | | | | | | | | | | | | | * assets/css/bootstrap.css: Replace with Bootstrap 4.1.1. * assets/css/screen.scm: Remove obsolete rules. * assets/img/logo.png: Use same logo as on ci.guix.gnu.org. * assets/js/mumi.js (loadSnippet): Replace outer HTML. * mumi/config.scm.in (%config): Add submission-bug-email-address. * mumi/web/view/html.scm (layout, search-form, header, index, issue-page): Adjust CSS classes. (index): Mention submission-bug-email-address; merge tables of recent/priority bugs. (issue-page): Use DL/DD/DT instead of UL for issue stats. (list-of-bugs): Return only table rows. (priority-bugs): Same. (list-of-matching-bugs): Adjust by adding table and table header. * mumi/web/controller.scm (controller): Adjust use of PRIORITY-BUGS. | ||||
* | html: Add footer. | Ricardo Wurmus | 2019-02-05 | 1 | -0/+13 |
| | | | | | * mumi/web/view/html.scm (layout): Add footer. * assets/css/screen.css (footer): Add new rule. | ||||
* | html: Show block info. | Ricardo Wurmus | 2019-02-04 | 1 | -2/+4 |
| | | | | | | * mumi/web/view/html.scm (issue-page): Handle blocks and blockedby fields. * assets/css/screen.css: Add styles for blockedby and blocks lists. | ||||
* | html: Show related bugs that were merged. | Ricardo Wurmus | 2019-02-04 | 1 | -0/+7 |
| | | | | | * mumi/web/view/html.scm (issue-page): Process "mergedwith" field. * assets/css/screen.css: Add rules for ul.merged. | ||||
* | controller: Load expensive lists via JavaScript | Ricardo Wurmus | 2019-02-01 | 3 | -0/+27 |
| | | | | | | | | | | * mumi/web/controller.scm (controller): Add routes for rendering snippets. * mumi/web/view/html.scm (list-of-bugs): Export; add severity class. (priority-bugs): New procedure. (index): Add sections for priority bugs. * assets/js/mumi.js: New file. * assets/css/screen.css: Color serious and important bugs. | ||||
* | Use the Guix logo instead of GuixSD. | Ricardo Wurmus | 2019-01-28 | 2 | -0/+17 |
| | | | | | | * assets/css/screen.css (.logo): New rules. * assets/img/logo.png: Replace file. * mumi/web/view/html.scm (header): Remove IMG tag. | ||||
* | view: Allow downloading any message part. | Ricardo Wurmus | 2018-09-07 | 1 | -0/+6 |
| | |||||
* | css: Use monospace font for Scheme code. | Ricardo Wurmus | 2018-09-04 | 1 | -0/+1 |
| | |||||
* | Add syntax highlighting for Scheme files. | Ricardo Wurmus | 2018-09-04 | 2 | -0/+37 |
| | |||||
* | Support downloading of attachments. | Ricardo Wurmus | 2018-09-04 | 2 | -0/+17 |
| | | | | | | | | | | | * assets/css/screen.css (.attachment:before): Add rule. * assets/img/file.svg: New file. * mumi/web/controller.scm (controller): Handle attachment route. * mumi/web/download.scm: New file. * mumi/web/view/utils.scm (display-multipart-chunk): Move into... (display-message-body): ...this procedure; adjust to include attachment download links. * mumi/web/view/html.scm (issue-page): Adjust. | ||||
* | view: Add /help page. | Ricardo Wurmus | 2018-09-03 | 1 | -0/+10 |
| | |||||
* | css: Remove rounded corners from header. | Ricardo Wurmus | 2018-09-02 | 1 | -0/+1 |
| | |||||
* | Adjust search box styles. | Ricardo Wurmus | 2018-09-02 | 1 | -30/+4 |
| | |||||
* | css: Make tables fill the whole container width. | Ricardo Wurmus | 2018-09-02 | 1 | -0/+4 |
| | |||||
* | Add style for cut-here lines. | Ricardo Wurmus | 2018-09-01 | 1 | -0/+4 |
| | |||||
* | Add some support for multipart messages. | Ricardo Wurmus | 2018-09-01 | 1 | -0/+22 |
| | |||||
* | Goodbye mu, hello guile-debbugs! | Ricardo Wurmus | 2018-08-28 | 1 | -8/+65 |
| |