summaryrefslogtreecommitdiff
path: root/assets
Commit message (Collapse)AuthorAgeFilesLines
* Update styles.Ricardo Wurmus2019-07-114-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 Wurmus2019-02-051-0/+13
| | | | | * mumi/web/view/html.scm (layout): Add footer. * assets/css/screen.css (footer): Add new rule.
* html: Show block info.Ricardo Wurmus2019-02-041-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 Wurmus2019-02-041-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 JavaScriptRicardo Wurmus2019-02-013-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 Wurmus2019-01-282-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 Wurmus2018-09-071-0/+6
|
* css: Use monospace font for Scheme code.Ricardo Wurmus2018-09-041-0/+1
|
* Add syntax highlighting for Scheme files.Ricardo Wurmus2018-09-042-0/+37
|
* Support downloading of attachments.Ricardo Wurmus2018-09-042-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 Wurmus2018-09-031-0/+10
|
* css: Remove rounded corners from header.Ricardo Wurmus2018-09-021-0/+1
|
* Adjust search box styles.Ricardo Wurmus2018-09-021-30/+4
|
* css: Make tables fill the whole container width.Ricardo Wurmus2018-09-021-0/+4
|
* Add style for cut-here lines.Ricardo Wurmus2018-09-011-0/+4
|
* Add some support for multipart messages.Ricardo Wurmus2018-09-011-0/+22
|
* Goodbye mu, hello guile-debbugs!Ricardo Wurmus2018-08-281-8/+65
|
* Initial commit.Ricardo Wurmus2017-10-304-0/+6971