25 Commits

Author SHA1 Message Date
786f91ec64 Add QML Material lib, demo email UI, and QML refactor
Add a large set of QML components (qml/Material, qml/MetaBuilder, qml/dbal) and a QmlComponents symlink for local development; migrate many frontends/qt6 files into qml/qt6. Replace the email client bootloader with a self-contained demo UI using FakeMUI primitives (MailboxLayout, ThreadList, EmailHeader, ComposeWindow), demo data, handlers, and new folder-navigation styles in globals.css. Update several QML component APIs to new signal/handler names (e.g. selectAllChanged→selectAllToggled, pageChanged→pageRequested, *Changed→*Edited) to standardize events. Add find_config_files() to frontends/qt6/generate_cmake.py to include config JS/JSON in QML/files and resources. Also add /frontends/qt6/_build to .gitignore.
2026-03-19 10:18:09 +00:00
b74931a3ce Add .act-env to .gitignore
Ignore the .act-env file to prevent committing local 'act' environment settings and other developer-specific artifacts. Keeps local environment configuration out of version control.
2026-03-19 00:16:49 +00:00
6e2d7b5e5c Update .gitignore 2026-03-15 22:58:19 +00:00
cb6a49d7b2 chore: track docs.db and reports.db in git
Re-allow docs/docs.db and txt/reports.db via .gitignore negation
so the project SQLite databases are version-controlled.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 22:50:46 +00:00
0108b0373b chore: remove workspace package-lock.json files from git tracking
In an npm monorepo, only the root lockfile is authoritative. Workspace-specific
lockfiles were stale, couldn't benefit from root overrides, and were triggering
Dependabot false positives. Switching to **/package-lock.json gitignore pattern.

Also adds eslint peer dep overrides to frontends/postgres for standalone compatibility.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 23:49:43 +00:00
676e5a4cc6 feat: restore pyodide assets; unignore in fat repo
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 23:00:03 +00:00
75b67f8683 sync: align fat repo structure with metabuilder-small
Remove stale dirs/files superseded by metabuilder-small's reorganization:
- Old YAML entity/seed files (migrated to JSON)
- Root-level workflowui/ (moved to frontends/workflowui/)
- Prisma, Pyodide, old hooks, bun.lock artifacts
- Legacy scratch docs (txt/, docs/, deployment/*.md)
- Stale CI workflows consolidated in small

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 22:46:13 +00:00
cb55c7ab6b Add .codeql-dbs to gitignore (local database artifacts)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 20:23:37 +00:00
copilot-swe-agent[bot]
bbb608a745 Add bun.lockb to .gitignore and remove bun.lock 2026-01-03 21:11:39 +00:00
copilot-swe-agent[bot]
4e2ed82164 Fix Prisma schema path for db:generate command
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 20:25:56 +00:00
cfa1e5bfee feat: add new icon components including Envelope, ChatCircle, HardDrives, WarningCircle, CheckCircle, XCircle, TrendUp, ShieldWarning, LockKey, Crown, Sparkle, BookOpen, Tree, Broom, Export, UploadSimple, Funnel, FunnelSimple, MapTrifold, PushPinSimple, Buildings, GithubLogo, and GoogleLogo 2025-12-30 12:21:15 +00:00
ee67f916e1 Add .vscode/claudesync.json to .gitignore 2025-12-29 21:28:17 +00:00
copilot-swe-agent[bot]
e46c7a825d Add GitHub Action workflow and TODO monitoring script with comprehensive docs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:09:05 +00:00
b37d4a638f update: gitignore (1 files) 2025-12-26 01:00:25 +00:00
8fa6de14c0 stuff 2025-12-25 23:33:10 +00:00
b5ea0e38fa config: package,lock,json (3 files) 2025-12-25 21:12:56 +00:00
021612922f commit 2025-12-25 15:53:28 +00:00
77a833137e fixes 2025-12-25 11:42:22 +00:00
afd1b104bc tidy 2025-12-25 11:26:45 +00:00
copilot-swe-agent[bot]
79017636bc Add .next to .gitignore and remove from git tracking
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-25 02:26:11 +00:00
45528d3bef Add Prisma setup and CI validation 2025-12-24 18:40:33 +00:00
copilot-swe-agent[bot]
098dadb12f Add CI/CD workflows, ESLint config, and Playwright e2e tests
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 02:20:06 +00:00
copilot-swe-agent[bot]
c97860f4c3 Remove packages from gitignore and commit packages folder, simplify setup script
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 01:14:09 +00:00
copilot-swe-agent[bot]
086740d449 Create weak link between packages folder and main project
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 00:59:45 +00:00
a024526c87 Initial commit 2025-12-23 20:23:31 +00:00