HoldUpFjord / Link-Manager

Goal: Create a link manager that can store tabs on a server to be accessed later. 100Devs
2 stars 6 forks source link

Tags to front #32

Closed Gonksy closed 2 years ago

Gonksy commented 2 years ago

-Added client-side logic in links.ejs to display each link's tags under it. image

-Removed redundant client-side code applying 'completed' or 'not' classes to links. Replaced with class 'links' image


-Changed .not to .links image

-Added basic styling for tags. Feel free to remove or change image

-Removed padding-left from uls image