-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve roadmap page visually #74
Conversation
for easier expanding in the future
remove space between three dots and the following word
function addRoadmapItem(group, icon, image_alt_text, title, description) { | ||
|
||
var x = template.replace("IMAGE", icon) | ||
.replace("IMAG_ALT_TEXT", image_alt_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.
Typo here, alt text won't actually get set
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.
Good catch, thanks <3
} | ||
|
||
.roadmap-card { | ||
background-color: white; |
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.
The white background looks kind of out of place to me, perhaps going for dark blue with white text is better?
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.
Will give it a try o7
Although I guess at this point this PR has been superseded by #75 lol
Oooooh I like that lot. Not sure if we can should give a date as we often don't know ourselves but an approximation might be enough ig ^^" Was thinking of also somehow integrating a way of saying who's working on that feature and pushing it forward the most (e.g. @Zanieon for FD atm) |
I totally agree on pointing out which developer is doing what, at least whos focused in that specific department. I.E: Me with Frontier Defense, RoyalBlue with Custom RUI, Spoon with Modded Persistence, Biscuit and Fifty with Custom Maps etc... |
Defines roadmap items in JSON file and loads them on page load.
Shows each roadmap item as a card with a banner image, title, and description.
Rendered: