• Joined on 2025-11-24
eewing pushed to main at Cardoza_Construction/HRM 2026-03-25 12:19:52 -05:00
931fd22353 chore(favicon): replace existing favicon with a new SVG design
eewing pushed to main at Cardoza_Construction/HRM 2026-03-25 11:04:57 -05:00
8cc7a75ec4 feat(particles): integrate WebGPU for particle background rendering and enhance PocketBase auth handling
eewing pushed to main at Cardoza_Construction/base 2026-03-18 08:15:49 -05:00
c7f54ef52e Enhance training page with video link support. Added a conditional link to open external video URLs if available, improving user access to training content. Updated aria-label for better accessibility.
eewing pushed to main at Cardoza_Construction/base 2026-03-18 08:12:52 -05:00
50d8fd326f Refactor training page and admin access control. Updated user role checks to include 'training_admin' for permissions, removed unnecessary admin checks from the training page, and added video deletion functionality with appropriate error handling. Improved UI for video management actions.
eewing pushed to main at Cardoza_Construction/base 2026-03-18 07:59:16 -05:00
ab226470a1 Enhance training route and admin functionality. Added new admin route for training, updated type definitions to include admin checks, and modified training page to conditionally display admin link based on user permissions. Improved data handling for training videos and user roles.
eewing pushed to main at Cardoza_Construction/base 2026-03-17 09:21:51 -05:00
89f9f04504 Add custom scrollbar styles for app shell page view
eewing pushed to main at Cardoza_Construction/base 2026-03-17 09:14:18 -05:00
a37575d810 Update training page to support YouTube video links. Refactored video upload handling to accept YouTube URLs, improved layout for better user experience, and added new route type definitions for training videos. Enhanced video display with embedded player support.
eewing pushed to main at Cardoza_Construction/base 2026-03-16 14:05:15 -05:00
59056d3f41 Enhance routing and type definitions for training page. Added new training route and updated related components, including navigation links and user data handling. Refactored layout for improved user experience and consistency across site pages.
eewing created repository eewing/WOL 2026-03-12 10:50:24 -05:00
eewing pushed to main at Cardoza_Construction/cardozaconstruction.com 2026-03-11 14:26:28 -05:00
6658e86994 Update README.md to reflect new project structure and instructions for Svelte project setup and development.
eewing created repository Cardoza_Construction/cardozaconstruction.com 2026-03-11 13:04:02 -05:00
eewing pushed to main at Cardoza_Construction/HRM 2026-03-06 10:31:01 -06:00
08728eca90 feat(layout): add ParticlesBackground component and conditional rendering based on browser environment
eewing pushed to main at Cardoza_Construction/TasGrid 2026-03-05 08:46:21 -06:00
46d8dd9a4c Refactor CI workflow to remove development deployment steps and restrict main branch triggers
eewing created pull request Cardoza_Construction/TasGrid#1 2026-03-04 11:01:39 -06:00
Updated README to clarify branch usage and environment information for the Dev branch.
eewing pushed to Dev at Cardoza_Construction/TasGrid 2026-03-04 11:00:44 -06:00
82a75411f2 Updated README to clarify branch usage and environment information for the Dev branch.
eewing pushed to main at Cardoza_Construction/TasGrid 2026-03-04 10:49:07 -06:00
a5ecee084e Enhanced Gitea CI pipeline by adding a new deployment job for the Dev branch and updating the existing production deployment configuration.
eewing created repository eewing/Face 2026-02-27 10:47:44 -06:00
eewing pushed to main at Cardoza_Construction/base 2026-02-26 15:11:28 -06:00
60ac4a8f79 Refactor login page to support user registration. Enhanced form handling by adding name and password confirmation fields, improved error messaging, and updated button labels for better user experience. Adjusted internal server options to reflect changes in form data structure.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 14:30:26 -06:00
fcd2c0342f Enhance receipt display by adding conditional rendering for descriptions and editing capabilities. Introduce a derived state for edit permissions and update UI components to reflect these changes, improving user interaction and information visibility.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 14:26:19 -06:00
c89329dada Add receipt status management functionality, allowing users to update receipt statuses through a new server action. Introduce STATUS_OPTIONS for consistent status handling across components. Enhance UI to support status selection and display, improving overall user experience in receipt management.