ko9x / my-notes-beta

An app to make it easier for me to see my coding notes
0 stars 0 forks source link

Think about allowing the user to pick a color for the header when a new page is created #6

Open ko9x opened 7 years ago

ko9x commented 7 years ago

I like the fact that the git page header is git green. And I like the angular fire red as well. I either need to make all the headers a generic color or add functionality to dynamically add a color selected by the user. That color would need to be stored on the database and retrieved in reference to the page it will be needed for. Shouldn't be too difficult but I'm just not sure it is worth it at this point.

ko9x commented 7 years ago

At the moment all the note header titles are green and that is fine for now. But the more I think about it, the more I realize I want different sections to have a header color that either reflects what the page is about or at least makes it a little unique. It will look better that way and probably prevent some notes getting added to the wrong page.