Anton Pascal
bf30c586eb
fix: use OIDC trusted publishers instead of npm token
...
The npm package has trusted publishers (OIDC) configured.
Remove manual token auth — let GitHub Actions OIDC handle it.
2026-02-18 21:38:26 +00:00
Anton Pascal
e3c3331df0
debug: add verbose logging to npm publish
2026-02-18 21:35:28 +00:00
Anton Pascal
f384f55497
fix: manual npmrc auth instead of setup-node registry
2026-02-18 21:32:38 +00:00
Anton Pascal
9b77918e41
fix: pin npm@10 to avoid publish bug
2026-02-18 21:29:36 +00:00
Anton Pascal
5495c1f5fb
fix: remove --provenance flag from npm publish
2026-02-18 21:23:38 +00:00
Anton Pascal
cbcdf98edf
fix: use NPM_TOKEN secret in release workflow
2026-02-18 20:48:25 +00:00
Aymeric Rabot
40c1c9f651
Update .gitignore
2026-02-18 15:44:45 -05:00
Anton Pascal
3b11bf6088
chore: add release scripts
2026-02-18 20:43:31 +00:00
Aymeric Rabot and GitHub
f3efdf12a5
Merge pull request #102 from pascalorg/fix-npm-repo-urls
...
fix: correct repository URLs for npm listings
2026-02-18 15:37:01 -05:00
Aymeric Rabot and GitHub
1a02687828
Merge pull request #101 from pascalorg/setup-release-workflow
...
ci: add manual release workflow
2026-02-18 15:36:39 -05:00
Anton Pascal
c788c981ee
ci: use OIDC trusted publishing instead of NPM_TOKEN
...
- Added environment: npm + id-token: write permission
- Added --provenance flag for supply chain security
- Removed NPM_TOKEN secret dependency
- Added setup-node with registry-url for OIDC auth
2026-02-18 20:28:43 +00:00
Anton Pascal
f497d9123a
fix: correct repository URLs for npm listings
2026-02-18 20:27:52 +00:00
Anton Pascal
90b29e619e
ci: add manual release workflow for @pascal-app/core and @pascal-app/viewer
2026-02-18 20:25:03 +00:00
Wassim SAMAD and GitHub
8603e8953f
Merge pull request #100 from pascalorg/feat/window-editor
...
Feat/window editor
2026-02-18 16:31:05 +09:00
wass08
e8fcc840d5
surface placement
2026-02-18 16:26:17 +09:00
wass08
c0676f684e
item surfaces
2026-02-18 16:06:23 +09:00
Aymeric Rabot
e2ecbf48da
Create drizzle.config.ts
2026-02-18 01:51:17 -05:00
Aymeric Rabot and GitHub
8f70e8b53e
Merge pull request #99 from pascalorg/feat/refactor-supabase-setup
...
Refactor Supabase setup and fix local dev ports
2026-02-18 01:49:05 -05:00
Aymeric Rabot and Claude Opus 4.6
aa27e0dd7a
refactor: move supabase config to repo root, fix port and env setup
...
- Move supabase/ from packages/db/ to repo root for simpler CLI usage
- Use custom ports (553xx) to avoid conflicts with other local Supabase instances
- Add --env-mode=loose to turbo dev so root .env vars reach Next.js
- Remove hardcoded --port 3000 from next dev (reads PORT env var instead)
- Add .env.example with Supabase env var placeholders
- Add supabase local state dirs to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-02-18 01:48:53 -05:00
wass08
a121460965
fix y position on items
2026-02-18 15:05:25 +09:00
wass08
c816295e18
fix camera initial load
2026-02-18 14:39:41 +09:00
wass08
5d61e60f95
free mode for slabs and ceiling
2026-02-18 14:00:28 +09:00
wass08
586bd9f16c
fix number input
2026-02-18 13:37:46 +09:00
wass08
47373eadef
adjusting wall system + adding panel
2026-02-18 13:35:12 +09:00
wass08
be013d26e5
window panel
2026-02-18 13:14:55 +09:00
wass08
076faae7df
window building
2026-02-18 10:41:12 +09:00
wass08
9a2c89547b
feedback feature
2026-02-18 10:26:57 +09:00
wass08
1cceb50ab6
fix thumbnail issues
2026-02-18 09:49:57 +09:00
Wassim SAMAD and GitHub
f1077ad1c8
Merge pull request #98 from pascalorg/feat/rename-properties-to-projects
...
feat: rename properties to projects + simplify project creation
2026-02-18 08:08:58 +09:00
Anton Pascal
84e933f705
feat: add project name editing, remove address fields from settings
...
- Add updateProjectName server action
- Project settings dialog now shows editable name field
- Removed address editing section from settings (per Wassim's request)
- Privacy toggle and delete project remain
2026-02-17 23:07:38 +00:00
Anton Pascal
ee30f17129
feat: rename properties to projects
...
- Rename all DB tables: properties → projects, properties_addresses → projects_addresses, properties_models → projects_models, property_likes → projects_likes
- Add projects_likes as proper Drizzle schema table (was SQL-only before)
- Rename ID prefixes: property_xxx → project_xxx
- Rename auth_sessions column: active_property_id → active_project_id
- Simplify project creation: address is now optional (no longer required to get started)
- Update all actions, stores, types, components, and routes
- Rename route: /editor/[propertyId] → /editor/[projectId]
- Add SQL migration for table/column/index/policy/function renames
- Update RPC functions: increment_project_views, get_project_like_count
- Update storage bucket reference: project-thumbnails
- All types/exports follow existing Drizzle patterns (pgTable, relations, zod schemas)
2026-02-17 20:40:52 +00:00
Wassim SAMAD and GitHub
77d64824e5
Merge pull request #97 from pascalorg/feat/community-features
...
Feat/community features
2026-02-17 16:25:53 +09:00
wass08
dd5f63df64
wall tool draft
2026-02-17 16:22:45 +09:00
wass08
13fd1848d1
polish catalog
2026-02-17 14:23:02 +09:00
wass08
101db7b34d
free placement
2026-02-17 13:22:17 +09:00
wass08
a5dc766b1a
adding default shadows even without ground
2026-02-17 13:12:31 +09:00
wass08
d833245fbf
esc key cancel tool
2026-02-17 12:29:00 +09:00
wass08
078b2500a3
handle thumbnails (manual)
2026-02-17 12:07:32 +09:00
wass08
144a2bd18f
camera controls enhancement
2026-02-17 08:52:58 +09:00
wass08
06e6ccb88f
fix nested button
2026-02-17 07:33:23 +09:00
Wassim SAMAD and GitHub
50e2e5829e
Merge pull request #96 from pascalorg/feat/fixes-placements-and-tools
...
Feat/fixes placements and tools
2026-02-16 14:44:05 +09:00
wass08
3e10fd4c56
fix build
2026-02-16 14:43:09 +09:00
wass08
0b200bfe5d
hub
2026-02-16 14:11:40 +09:00
wass08
66e8453db3
hub features
2026-02-16 13:43:19 +09:00
wass08
5d17fecf94
fix holes null
2026-02-16 12:19:58 +09:00
wass08
e6442ad473
adding missing sounds
2026-02-16 09:31:34 +09:00
wass08
052efea2cb
polished placements
2026-02-16 09:12:04 +09:00
wass08
13070a5630
ceiling holes
2026-02-16 08:59:28 +09:00
wass08
6f4ba92862
reduce a bit noise
2026-02-16 08:43:04 +09:00
Wassim SAMAD and GitHub
b03f401fea
Merge pull request #95 from pascalorg/feat/polish-walls-and-sfx
...
Feat/polish walls and sfx
2026-02-12 10:57:51 +09:00