RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
5 stars 2 forks source link

UI - no images (logo/avatars/etc) - except banner (linked in css) are showing up in homeScreen.html - seems to be linked to absolute pathing #20

Closed sethborne closed 6 years ago

sethborne commented 6 years ago

so this works if you add two dots,

src="../public/images/recursivelogo.png"

otherwise it looks for this in build/templates/public/images/...

need to get rid of "templates"

is this something that needs configured in webpack build for homeScreen.html?

MynockSpit commented 6 years ago

HomeScreen is currently linked as a file. Should it be a hash?

sethborne commented 6 years ago

( So I missed the routing/hash day - so I don't know if there was a plan made that day)

But since homeScreen is the first page a user would come too, wouldn't it, at some point be index.html?

you login, and then get the dashboard?

again - I don't really know the best way to do it - but that's how I pictured it

MynockSpit commented 6 years ago

I think, though I may be wrong, that this'll be a single-page app. If that's the case, it should all be on one index.html and only separated by routes.

Regardless, that flow seems right.

MynockSpit commented 6 years ago

Inserting homePage as a template seems to have fixed this issue.