matiasc18 834d5e763e 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
2026-03-15 19:45:04 -04:00
2026-03-15 19:45:04 -04:00
2026-03-14 17:01:06 -04:00

Run Web App

npm run start

Build and Run iOS App

https://capacitorjs.com/docs/ios#adding-the-ios-platform

To Install: npm install @capacitor/ios npx cap add ios

To Open XCode: npx cap open ios

To Rerun: npm run build && npx cap copy ios

Architecture

In Development, API routes are routed using the vite.config.js.

Notes

Background Color: In src/manifest.json, "#31d53d" refers to the green color which is visible in the background in the web version. This is not visible in the built version.

Description
No description provided
Readme 1.2 MiB
Languages
HTML 40%
Swift 33.4%
Ruby 9.7%
JavaScript 8.7%
TypeScript 8.2%