• Joined on 2025-11-24
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 11:11:01 -06:00
e3d96b8818 Enhance receipt management by adding a Description field to receipts, improving user input validation and error handling in the server actions. Update UI components to support the new Description field, ensuring a more comprehensive receipt creation and editing experience.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 10:49:04 -06:00
b72df41ec7 Enhance image upload handling by integrating HEIC to JPEG conversion in receipts routes. Update ReceiptForm and related components to improve user feedback during image processing, ensuring compatibility with HEIC files. Refactor image handling logic for better maintainability and user experience.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 10:25:22 -06:00
694a5295cc Add receipt dialog functionality to +page.svelte for improved user experience
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 10:13:33 -06:00
39bea5e7a9 Refactor routing and component structure by removing transactions-related routes and components, consolidating login functionality across multiple nodes. Update type definitions and server load functions to reflect these changes, enhancing code maintainability and streamlining user navigation. Adjust UI components to focus on receipts, improving user experience.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 10:06:55 -06:00
f8b8ecd88c Update server internal options to reflect a new version hash and refactor cookie handling in hooks.server.ts for improved PocketBase authentication management, enhancing response integrity and avoiding server errors.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 09:57:10 -06:00
eb64dc8022 Remove navigateFallback option from Workbox configuration in vite.config.ts to streamline service worker setup.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 09:52:53 -06:00
455b762eef Refactor image upload handling across items and receipts routes to include validation for uploaded images, enhancing error handling and user feedback. Consolidate parsing functions by importing from a shared module, improving code maintainability. Update server hooks to ensure consistent cookie handling and error logging.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-26 09:20:47 -06:00
47625259ba Update UI components in +page.svelte and HomeWithDialog.svelte to disable certain buttons with a "Coming soon" label, enhancing user experience by indicating future functionality. Adjust server internal options to reflect a new version hash.
eewing pushed to main at eewing/Daily-report 2026-02-24 09:12:34 -06:00
eb18419089 Update README.md with project setup, development instructions, environment variables, and build process for Svelte 5 and SvelteKit integration.
eewing created repository eewing/Daily-report 2026-02-23 15:31:40 -06:00
eewing pushed to main at Cardoza_Construction/base 2026-02-23 15:21:36 -06:00
790357cc13 Update notifications page layout and internal server version hash. Added a navigation button to return to the base page and updated the version hash for server options.
eewing pushed to main at Cardoza_Construction/base 2026-02-23 15:17:39 -06:00
1068a3b53a Update internal server options and enhance cookie management. Changed version hash and added maxAge and secure attributes to the cookie settings for improved session persistence and security in production environments.
eewing pushed to main at Cardoza_Construction/base 2026-02-23 15:13:23 -06:00
1597a6a704 Refactor layout styles to improve text scaling and input readability. Adjusted font size settings for better responsiveness across devices and ensured inputs inherit font size for consistency with system text size.
eewing pushed to main at Cardoza_Construction/base 2026-02-23 15:06:14 -06:00
7de66442aa Enhance routing and type definitions for new API endpoints. Added support for notifications and SSO routes, updated layout parameters, and improved type safety in route metadata. Refactored component imports for user and profile pages.
eewing created repository eewing/Shadcn_Components 2026-02-20 11:42:06 -06:00
eewing pushed to main at Cardoza_Construction/HRM 2026-02-20 09:59:35 -06:00
8139790202 refactor(scope-options): update and standardize scope options across multiple files
eewing pushed to main at Cardoza_Construction/HRM 2026-02-20 09:41:52 -06:00
a4a113066f refactor(scope-names): standardize scope names across the application
eewing pushed to main at Cardoza_Construction/HRM 2026-02-20 09:28:12 -06:00
a5d3ac3a84 feat(employee-management): add scope filtering and management for employees
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 15:07:37 -06:00
8b977b5e86 Refactor image conversion logic in convert-image-to-webp.ts to handle HEIC files and improve compatibility with Safari. Update ReceiptForm and +page components to streamline image upload process, removing camera functionality and enhancing user feedback during image processing. Adjust styles for better accessibility and clarity in image handling.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 11:52:26 -06:00
132e376b9f Implement camera functionality in ReceiptForm and +page components for capturing photos directly. Refactor image upload handling to support both camera and gallery options, enhancing user experience. Update styles for improved accessibility and feedback during image processing.