4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

Separate modals and components #153

Closed GPropersi closed 6 months ago

GPropersi commented 6 months ago

Creates distinct HTML folders for components and modals - where components will contain distinct HTML components of the page, and modals will contain the base modal HTML files for both the splash page and the user's home page.

Also fixes url_description to url_title in urls.js so the correct parameter is pulled and sent in the HTTP requests.

Closes #117

GPropersi commented 6 months ago

@rehankalu You may be curious to see the HTML changes in this. I think we can extend this pattern to the panels on the home page and separate them into their own component files.