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:
@@ -31,6 +31,7 @@ class AppWindow extends Shadow {
|
||||
}
|
||||
})
|
||||
.height(100, pct)
|
||||
.overflowY("hidden")
|
||||
.display("flex")
|
||||
.position("relative")
|
||||
.onNavigate(() => {
|
||||
|
||||
Reference in New Issue
Block a user