refactor: standardize view headings across all components #207
Reference in New Issue
Block a user
Delete Branch "view-headings-refresh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -1,6 +1,5 @@<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#Contentfor 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!