Opened 11 years ago
Closed 11 years ago
#272 closed enhancement (fixed)
Trac: Replace icons with Dashicons
Reported by: | ocean90 | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
Attachments (5)
Change History (22)
#2
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
- Summary changed from Trac: Replace timeline icons with Dashicons to Trac: Replace icons with Dashicons
Since this changed a few other non-timeline icons (nice RSS icon!), I wonder if there are any other icons we could replace or add?
Here's what I'm finding so far:
- Formatting toolbars (bold, italic, heading, link, code, hr, paragraph, line break, image, spellcheck (which is actually AtD's icon we position there)
- Folder/file icons and expand/collapse arrows on /browser
- Download icons
- Edit/Reply/Delete comment buttons (and reply/delete for tickets), which are currently unicode characters already
In http://meta.trac.wordpress.org/prefs/userinterface, there's a "Use only symbols for buttons" option. Searching Trac core led me to a captioned_button method, which in addition to Edit/Reply/Delete mentioned above, is also used for Clear/Edit/Delete on reports. That's it, though. There's also a Clone ticket button but we don't have that plugin enabled.
#5
@
11 years ago
'Milestone' via bbPress https://bbpress.trac.wordpress.org/timeline
Replace milestone.png
with Dashicons "\f469";
(dashicons-clock)
Source: https://bbpress.trac.wordpress.org/chrome/common/css/timeline.css Line 62
dt.milestone, dt.milestone a { background-image: url(../milestone.png) !important }
#9
@
11 years ago
- File downloads (attachments on tickets; files in the browser)
- The goofy wheel thing on log and browser intended to symbolize the changeset resource. It would be awesome if we had an icon there that actually explained things, because I never remember whether to click the changeset number (which takes you to the log or browser as of that number) or the little cog. (We could also reverse the links, possibly, which makes more sense to me...)
In 250: