Commit Graph

11 Commits

Author SHA1 Message Date
d34f9a1417 Fix Unexpected Keyword in MediaManager and Add Build Linting
- Fix corrupted line in src/MediaManager.html causing syntax error.
- Add ESLint integration to build process to prevent future syntax errors.
- Create .eslintrc.js with TypeScript and HTML support.
- Relax strict lint rules to accommodate existing codebase.
2025-12-31 07:02:16 -07:00
943e535560 build: enforce 80% test coverage on changed files via husky 2025-12-25 04:08:43 -07:00
3c6130778e feat: Start refactoring code base to be testable
Implement a spreadsheet service abstraction, GAS integration, and Jest testing setup.
2025-12-25 03:52:16 -07:00
418123d742 feat: add troubleshooting side panel and advanced queue controls
- Implemented a global toggle to enable/disable background queue processing.
- Added a Side Panel (Sidebar.html) to view pending edits.
- Added per-item controls: 'Delete' to remove from queue, 'Push' to force update.
- Updated 'onEditQueue.ts' with robust error handling for batch processing.
- Updated documentation (README, ARCHITECTURE) to reflect new features.
- Fixed 'clasp' deployment issues by cleaning up manifest management.
2025-12-24 21:14:19 -07:00
f738390d76 adding some type changes 2025-08-01 01:01:53 -06:00
096eb80999 add product dimensions 2025-07-31 21:21:20 -06:00
5d0ae653fa new product defaults are set correctly 2024-11-17 06:57:03 -07:00
6dd205dcbb I can update a row! 2024-11-16 04:51:23 -07:00
a5c0a1176d omg this is working 2024-11-13 23:43:32 -07:00
b3833f4b22 use npm to manage modules 2024-11-07 21:49:40 -07:00
0fd89bc9ea initial working version 2024-11-04 01:06:00 -07:00