Connected DB to events/jobs + more
- Modified handlers.js to be the same as on frm.so - Added --trash-src to shared.css - Modified Event and Job cards to include a trash icon for deleting - Deleting works, it just does not smoothly re-render yet - Adjusted visual bug on Events/Jobs where the contents of the AppWindow would overflow vertically. They now scroll and the title/search bar remain fixed. - Refactored part of People.js into PeopleCard.js
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
--column-src: /_/icons/column2.svg;
|
||||
--nodes-src: /_/icons/nodes.svg;
|
||||
--forum-src: /_/icons/forum.svg;
|
||||
--trash-src: /_/icons/trash.svg;
|
||||
|
||||
--pin-src: /_/icons/pin.svg;
|
||||
--time-src: /_/icons/time.svg;
|
||||
@@ -56,6 +57,7 @@
|
||||
--column-src: /_/icons/column2.svg;
|
||||
--nodes-src: /_/icons/nodes.svg;
|
||||
--forum-src: /_/icons/forum.svg;
|
||||
--trash-src: /_/icons/trash.svg;
|
||||
|
||||
--pin-src: /_/icons/pinlight.svg;
|
||||
--time-src: /_/icons/timelight.svg;
|
||||
|
||||
Reference in New Issue
Block a user