Commit Graph
5 Commits
Author SHA1 Message Date
reaperandClaude Sonnet 5 29158d32ba Fix Drupal 403 (missing core) and add opt-in file deletion on project delete
Same class of gap as the earlier WordPress fix: `ddev config
--project-type=drupal*` only scaffolds DDEV's settings.php bridge, not
Drupal core itself, so a freshly created Drupal project 404/403'd with
nothing for the webserver to serve. The wizard's Drupal path now chains
configure -> start -> composer create-project drupal/recommended-project
-> composer require drush/drush -> drush site:install, with site
name/admin fields shown only for that project type. Docroot defaults to
`web` when Drupal is selected, matching what recommended-project's
installer-paths expect.

Also: Delete previously always left the project folder on disk with no
way to remove it from the app, which surprised a user expecting it gone.
Replaced the window.confirm with a proper modal that has an opt-in
"also delete project files from disk" checkbox, defaulting to the
previous (safe) behavior.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-08 20:38:11 -05:00
reaperandClaude Sonnet 5 9e2b0d00b9 Bump version to 1.0.1
Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-08 20:13:02 -05:00
reaperandClaude Sonnet 5 86be76132d Add author and homepage metadata for Linux packaging
electron-builder's .deb target (fpm) refuses to build without an
author email and project homepage in package.json.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-08 05:30:02 -05:00
R3ap3R 25eb6b7b58 Wire up Tailwind CSS 4, Vitest, and core app libraries
Add Tailwind (via Vite plugin), Vitest+RTL test setup, and the
Zustand/TanStack Query/Lucide libraries the architecture plan calls
for. Strip the electron-vite demo boilerplate (logo, IPC ping demo,
Versions component) in favor of a minimal placeholder screen.

Verified: typecheck, lint, and test suite all pass; pnpm dev boots
and serves the correct renderer HTML.
2026-08-02 23:21:04 -05:00
R3ap3R 5a3315eff6 Scaffold Aurora Dockside with electron-vite + React + TypeScript
Base template for a from-scratch DDEV desktop manager (Electron instead
of Tauri), built incrementally per the approved project plan.
2026-08-02 23:16:26 -05:00