-
-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAK-51265 Sitestats Add Sakai Icons #13534
base: master
Are you sure you want to change the base?
Conversation
Do we have some photos? |
I added it to the Jira: https://sakaiproject.atlassian.net/browse/SAK-51265. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icon mappings are already being done by sakai-icons
@@ -188,6 +202,12 @@ $fa-font-path: "./fonts"; | |||
warning: bi-exclamation-lg, | |||
expanded: bi-chevron-down, | |||
collapsed: bi-chevron-right, | |||
sitestats-widget-visits : bi-person, | |||
sitestats-widget-lessons : bi-book, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use sakai-lessonbuildertool
insead?
sitestats-widget-visits : bi-person, | ||
sitestats-widget-lessons : bi-book, | ||
sitestats-widget-activity : bi-bar-chart, | ||
sitestats-widget-resources : bi-folder, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we use sakai-resources
?
sitestats-widget-activity : bi-bar-chart, | ||
sitestats-widget-resources : bi-folder, | ||
sitestats-report : bi-file-text, | ||
sitestats-add : bi-plus, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we use add
mapping here?
sitestats-widget-lessons : bi-book, | ||
sitestats-widget-activity : bi-bar-chart, | ||
sitestats-widget-resources : bi-folder, | ||
sitestats-report : bi-file-text, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we define it as a general purpose mapping like report : bi-file-text
, also for activity
and visits.
Nice to see more of the silk icons getting removed, thanks @i-a-m-s-k ! |
Replaced Silk icons with Sakai icons to maintain consistency.