Commit Graph

46 Commits

Author SHA1 Message Date
Nguyễn Gia Phong fc40d2a18e Specify color for label link inside event
This unoverride the link color set for .event a:not(.btn),
which I couldn't find where it's defined.  AFAIK, affected pages
include specific tickets and users' overview.
2021-03-20 08:43:25 -04:00
Denis Laxalde 04135b65ca Fix background color of assign menu in dark mode 2021-01-18 12:49:20 -05:00
Drew DeVault 08b8ce116f Dark theme improvements 2020-12-16 10:16:34 -05:00
Drew DeVault e7caaa18dd Dark theme updates 2020-12-15 14:15:58 -05:00
Drew DeVault 15e8154fb3 dashboard: make prefs style more specific
The more-general version hit some details elements elsewhere, such as
the user assignment UI.

This also improves the margin consistency in the open/closed states.
2020-10-10 14:10:02 -04:00
наб bb5a0a8ccf Add option to notify users of their own web activity
Ref: ~sircmpwn/todo.sr.ht#94
2020-10-10 14:00:58 -04:00
Drew DeVault e2bc9f59e8 Wrap ticket title in event lists 2020-09-03 10:09:01 -04:00
Ivan Habunek 5a123a5872 Add preview when creating tickets 2020-05-22 15:47:23 -04:00
Drew DeVault dd416c6a59 Responsiveness improvements 2020-03-10 11:07:56 -04:00
Drew DeVault ae41a24ad2 Remove extraneous spaces from links 2020-01-22 18:29:13 -05:00
Ivan Habunek 45fb4cf3e4 Implement preview for comments
Adds a "Preview" button alongside "Comment". Clicking this button
renders the comment text without actually creating the comment.

https://todo.sr.ht/~sircmpwn/todo.sr.ht/195
2020-01-07 10:08:56 -05:00
Drew DeVault c490107f88 s/overflow-x: scroll/overflow-x: auto/ 2019-11-17 15:13:37 -05:00
Drew DeVault 25df3204ea Use overflow-x: scroll for ticket description 2019-11-17 14:19:20 -05:00
Drew DeVault 7fe113cc82 Fix oversized images in event lists 2019-08-24 13:34:06 +09:00
Drew DeVault 59d69f482d Use flexbox for wrapping ticket titles 2019-08-24 10:55:34 +09:00
Jonas Mueller c8ef2f9b11 Fixup: Pluralisation of comment(s) in tracker
The definition of `.comments` for large screens currently overwrites the
one for small screens - `!important` to the rescue. Also `.label` is
already used elsewhere.
2019-08-08 10:26:23 +09:00
Jonas Mueller b961b8adbf Fix pluralisation of comment(s) in tracker
See https://todo.sr.ht/~sircmpwn/todo.sr.ht/187
2019-08-07 13:58:35 +09:00
Drew DeVault b6a71ec939 Fix too-wide images in markdown 2019-07-27 10:20:18 -04:00
Liam Cottam 6a95fdbd1b Fix label text colour
Simple fix, prevents it from descending into all subchild anchors
(namely labels).

Fixes: https://todo.sr.ht/~sircmpwn/todo.sr.ht/161
2019-02-27 09:01:45 -05:00
Drew DeVault 10ccf74ebd Fix top-level blockquote style in ticket comments 2019-02-26 11:17:34 -05:00
Drew DeVault bd3e3c1113 Fix style of nested blockquotes in ticket comments 2019-02-26 11:15:49 -05:00
Drew DeVault 385eec8806 Improve appearance of event list on ticket page 2019-02-25 20:30:32 -05:00
Drew DeVault 0be8d3cc0f Use gray-900 for tracker link color 2019-02-22 16:37:13 -05:00
Drew DeVault 4dcda4c690 Linkify ticket titles on tracker page 2019-02-22 16:35:22 -05:00
Drew DeVault da915d2bf6 Polish ticket assignees 2018-11-30 08:25:32 -05:00
Ivan Habunek de0137a0b0 Extract rendering of labels to a function
Extracted helper methods for rendering URLs to urls.py to avoid having
to repeat that code.
2018-10-24 20:11:37 -04:00
Drew DeVault 0b87f69646 Style improvements to labels
Also fixes a bug with setting labels on tickets
2018-10-16 21:33:05 -04:00
Ivan Habunek 9d66081d9a Implement unlinking labels from issues 2018-10-16 21:10:42 -04:00
Ivan Habunek fb70ccd774 Show labels in ticket list and detail views 2018-10-16 21:10:40 -04:00
Ivan Habunek 4dc376494c Add views for tracker label CRUD
Well, no U yet.
2018-10-16 21:10:39 -04:00
Drew DeVault 5738410ad2 Update icons to FA 5 2018-09-01 13:43:05 -04:00
Drew DeVault f10f18c87d Add responsive layout for ticket list 2018-08-25 11:13:08 -04:00
Drew DeVault 25ed7ff22d Redesign ticket list with CSS grid 2018-08-25 10:52:07 -04:00
Drew DeVault b312df36a4 Use flex-direction: column on ticket detail page 2018-07-14 11:07:43 -04:00
Drew DeVault 49236b378e Redesign tracker and ticket pages 2018-07-14 10:40:52 -04:00
Drew DeVault 2ecdb0ae84 Updates for bootstrap 4.1 2018-06-16 19:23:03 -04:00
Drew DeVault 92427d74b4 Switch to srht event list, apply redesign 2018-06-16 13:45:41 -04:00
Drew DeVault 57b999f940 Add user trackers page 2017-11-09 22:23:02 -05:00
Drew DeVault d86f0c8b32 Bump blockquote color up to 000 2017-11-09 10:31:26 -05:00
Drew DeVault cbc2d709ff Lighten background on activity items 2017-11-09 10:23:22 -05:00
Drew DeVault c68a429783 Improve activity list 2017-11-09 10:22:59 -05:00
Drew DeVault dfb0799672 Add event list 2017-11-09 10:09:50 -05:00
Drew DeVault e9f219e391 Implement initial dashboard 2017-11-09 08:59:47 -05:00
Drew DeVault d7400e5171 Import font-awesome CSS 2017-10-30 16:11:12 -04:00
Drew DeVault 09d66b26d3 Implement initial ticket detail page 2017-09-13 22:09:32 -04:00
Drew DeVault ac67654f18 Initial commit 2017-07-21 21:00:00 -04:00