Opened 6 years ago
Closed 6 years ago
#3839 closed enhancement (fixed)
Improve new meetup tracker log section
Reported by: | sippis | Owned by: | sippis |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | good-first-bug has-patch needs-testing has-screenshots |
Cc: |
Description
Let me say first how I love the possibilities that new meetup tracker gives!
The log section gets a bit full of everything, as it does show notes and automatic messages like status and tag changes. It's good that there is a list of all things happened with the application, but sometimes deputies need to just check the note logs and see what has been previously said (vetting notes, 2nd opinions, etc etc).
For better separation of notes and automated log messages, I suggest the following changes:
- add class for note log entries
- set style rule
color: #555
for#wcpt_log .widefat td, .widefat th
- set style rule
color: #222
for#wcpt_log .widefat tr.note td, .widefat tr.note th
- apply function
wpautop
for notes, right now reading long notes is uncomfortable
Attached is a screenshot how log would be after applying these changes.
This a kind of a quick fix - in a long run I personally would like to see an option to show just notes if filter is selected.
Attachments (3)
Change History (9)
This ticket was mentioned in Slack in #meta-wordcamp by sippis. View the logs.
6 years ago
#2
@
6 years ago
- Keywords needs-patch good-first-bug added; ui-feedback ux-feedback removed
- Owner set to sippis
- Status changed from new to assigned
Correct screenshot, first showed one automated messagw with styles intended for only notes