Need some default text when there are no user projects.
When a user goes to their projects section, the projects are listed as obvious. In case the user has no projects it's just a blank screen and thus i think we need some default text which should display in case the user has no projects, something like Sorry, but you have no existing projects. Go to create project and get started. views @stevekrouse ?
Sounds like a great idea!
Will incorporate this shortly, thanks !
@stevekrouse @madduccino Spent ten minutes or so trying to figure out where to put this, but the flow that does the login is a bit unfamiliar to me right now, and I think my time is better spent looking at other issues.
However, if either of you can point me to the lines in user.html or create.html that I should be focusing on, I could probably figure it out faster. Otherwise, I'll try again when I have more familiarity with that part of the program.
I probably put a conditional here abouts that checks if there are no projects https://github.com/stevekrouse/WoofJS/blob/3f27082a211ca2cf4b7a679219a4418dbe88aa35/user.html#L30