refactor: standardize view headings across all components #207
Merged
jose
merged 6 commits from view-headings-refresh
into master
4 days ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'view-headings-refresh'
Deleting a branch is permanent. It CANNOT be undone. Continue?
<template>
<QuickNav selected="Profile" />
<TopMessage />
Is there a reason this is removed? (You can see what it should show if you go to the Profile page, then Advanced, then turn on either of the "Show warning" toggles.) It's removed from many files.
I don't mind if we have to reconsider how we show that warning, but I think it's still useful. Explain more if you think we should totally get rid of it.
Ahh, my bad. I should've only removed the help button from
TopMessage
. But now that you mention it, I should relocate the message itself to the inside of#Content
for proper positioning, andgive it a bit of styling. I'll rectify this shortly.I brought back the TopMessage tag, but in a different location so I could more easily position it in relation to the rest of the content. I also styled it similar to warning blocks elsewhere in the UI.
Great!
d9f9460be7
into master 4 days agod9f9460be7
.