• Joined on 2025-11-24
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 11:44:03 -06:00
c06daf4f7c Update package.json to allow Vite dev server to listen on all interfaces. Refactor dialog components in HomeWithDialog and receipts pages for improved layout and responsiveness. Enhance ReceiptForm styles for better user experience and accessibility, including adjustments to flex properties and overflow handling.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 11:33:59 -06:00
d06e585bb5 Enhance image upload experience in ReceiptForm and +page components by integrating a loading state with a spinner icon during image processing. Update styles for better accessibility and user feedback, ensuring a smoother interaction when converting images to WebP format.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 11:28:00 -06:00
8af1ee8bd4 Refactor image upload handling in ReceiptForm and +page components by removing direct input element clicks and replacing them with accessible labels. Update styles for improved user experience and maintainability.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 11:20:07 -06:00
6e6ad0de05 Refactor receipt handling by removing status options from the server-side logic and simplifying the default status to "New". Update the receipt form to eliminate the status selection, enhancing user experience by focusing on essential fields. Improve image upload handling with WebP conversion support in both receipt creation and editing components.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 11:01:11 -06:00
f51f9c9f81 Enhance receipt management by adding support for image uploads and improving data handling in receipt forms. Update route parameters and type definitions for better data structure. Refactor UI components for improved user experience and responsiveness, including collapsible sections for receipt images and dynamic line item management.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 10:02:53 -06:00
115eecc6f3 Refactor ItemsCrud.svelte to initialize searchQuery with an empty string and update it based on URL parameters using a reactive effect. Update receipt image handling in +page.svelte to define the image URL as a constant for improved readability.
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 09:55:30 -06:00
567d7e3e13 Implement receipt management features including creation, loading, and display of receipts. Refactor related components and enhance UI with dialogs for adding new receipts. Update type definitions and improve error handling for better user experience.
eewing pushed to main at Cardoza_Construction/HRM 2026-02-19 09:36:10 -06:00
7c1d089035 feat(sso): accept base-issued iframe login
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 09:36:10 -06:00
c6b30100bd feat(sso): accept base-issued iframe login
eewing pushed to main at Cardoza_Construction/base 2026-02-19 09:36:01 -06:00
121a6b5844 feat(sso): issue one-time tokens for iframe apps
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 09:26:18 -06:00
e3ec0219b7 Update .DS_Store to reflect recent project changes.
73fcd791ba Update .DS_Store to reflect changes in project files.
Compare 2 commits »
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-19 09:25:42 -06:00
a3d6b2b083 Update environment type definitions and improve safe redirect logic in login proxy page. Refactor SvelteKit generated files for better performance and maintainability, including updates to version hashes and removal of unused dependencies.
eewing pushed to main at Cardoza_Construction/base 2026-02-19 08:03:10 -06:00
5c68a42703 Refactor environment variable definitions and update internal server options. Removed deprecated route metadata file, adjusted service worker options to null, and improved layout styles in the login page for better responsiveness.
eewing pushed to main at Cardoza_Construction/base 2026-02-19 08:01:37 -06:00
d0c241b0e1 Enhance site information display by adding descriptions for each site. Updated button labels in site links to include both title and description for improved user context.
eewing pushed to main at Cardoza_Construction/base 2026-02-19 07:45:18 -06:00
5776a1fdb1 Enhance user routing and layout management. Added support for user-specific routes, including dynamic user ID handling and updated component imports. Improved type definitions and user data mapping in hooks for better user experience.
Compare 2 commits »
eewing pushed to main at Cardoza_Construction/base 2026-02-18 15:38:50 -06:00
1af7aeb7d9 Update internal server options and enhance layout logic for user-specific routes. Changed version hash and added pathname tracking to conditionally render user menu based on site routes.
eewing pushed to main at Cardoza_Construction/base 2026-02-18 15:33:48 -06:00
1f14c6d422 Enhance routing and layout for site-specific pages. Added support for dynamic site routes, updated component imports, and improved layout styles for fullscreen display. Refactored navigation to utilize site data for dynamic button generation.
eewing pushed to main at Cardoza_Construction/base 2026-02-18 15:18:23 -06:00
ec317eb17c INIT
eewing created repository Cardoza_Construction/base 2026-02-18 14:36:57 -06:00
eewing pushed to main at Cardoza_Construction/Stackq 2026-02-18 14:32:51 -06:00
07836ce6bb Refactor layout.css and ItemsCrud.svelte for improved responsiveness and readability. Adjust font sizes for mobile and desktop views, and enhance layout constraints for better scaling on larger screens.