Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
559d176
feat: ✨ Epic 1 - Design System Foundation
phoebus-84 Mar 16, 2026
eb3c2f0
feat: ✨ Epic 2 - Navigation and Layout Redesign
phoebus-84 Mar 16, 2026
38f8631
feat: ✨ Epic 3 - Catalog Pages (Designs, Products, Services)
phoebus-84 Mar 16, 2026
71cd2a3
feat: ✨ redesign project detail page with new layout
phoebus-84 Mar 16, 2026
5f67e8e
feat: ✨ Epic 5 - Profile Page Redesign with new layout and tabs
phoebus-84 Mar 16, 2026
97b572c
feat: ✨ Epic 6 - Creation Forms Redesign with new design tokens
phoebus-84 Mar 16, 2026
9a176c0
chore: 🔧 close epics 7-9 in bd tracker
phoebus-84 Mar 16, 2026
a0897f3
feat: ✨ add creation form access from profile page (cxo.7)
phoebus-84 Mar 17, 2026
0bed855
fix: 🐛 align catalog titles, stats & placeholders with prototype (cxo…
phoebus-84 Mar 17, 2026
cd1bb3a
feat: ✨ add Show All dropdown to catalog toolbar (cxo.5)
phoebus-84 Mar 17, 2026
37d4439
feat: ✨ add missing sidebar filters (cxo.4)
phoebus-84 Mar 17, 2026
0c04842
feat: ✨ rename My list to Saved Lists, add Track Record nav item (cxo.8)
phoebus-84 Mar 17, 2026
27ef7ae
feat: ✨ enhance project cards with requires/nearby and based-on links…
phoebus-84 Mar 17, 2026
4fff6ea
feat: ✨ enhance detail page sidebar and add product passport section …
phoebus-84 Mar 17, 2026
5d20b00
chore: 🔧 close all cxo review tasks and parent epic
phoebus-84 Mar 17, 2026
90f70da
chore: 🔧 formatter cleanups and bd sync
phoebus-84 Mar 27, 2026
f65c13f
chore: 🔧 close superseded bd epics after DTEC redesign
phoebus-84 Mar 27, 2026
d4119f5
chore: add iteration 2 epic with 10 prototype alignment tasks
phoebus-84 Mar 27, 2026
59c0dd6
fix: 🐛 iteration 2 - prototype alignment fixes
phoebus-84 Mar 27, 2026
fd7d0c4
feat: ✨ align catalog filters with creation tags, fix image loading
phoebus-84 Mar 27, 2026
911c3d1
feat: ✨ add DualRangeSlider, card hover states, filter improvements
phoebus-84 Mar 27, 2026
1913584
feat: ✨ DPP subsections, sustainability sliders, yellow machine pills…
phoebus-84 Mar 27, 2026
ca8c0b6
feat: ✨ sustainability metrics, location cards, community & related s…
phoebus-84 Mar 27, 2026
8e6e195
feat: ✨ enhance design reference card and add search radius filter
phoebus-84 Mar 27, 2026
862a44b
feat: ✨ add DPP API client service and TypeScript types
phoebus-84 Mar 27, 2026
f5375da
feat: ✨ update DPP API client for new backend endpoints
phoebus-84 Mar 27, 2026
bd063de
feat: ✨ add standalone DPP creation form and DPPs profile tab
phoebus-84 Mar 27, 2026
7a9198a
chore: 🔧 sync beads issues and minor formatting
phoebus-84 Mar 30, 2026
8ab5aab
feat: ✨ remove DPP from project creation form, replace hub page with …
phoebus-84 Mar 30, 2026
34d7203
fix: 🐛 add product selector to DPP form and fix createdBy filter
phoebus-84 Mar 30, 2026
ec3ce4c
feat: ✨ wire geo search filters (nearLat/nearLong/nearDistanceKm) thr…
phoebus-84 Mar 31, 2026
c154d1e
style: 🎨 match product sidebar to Figma design
phoebus-84 Mar 31, 2026
24e9c43
style: 🎨 align catalog page typography with Figma prototype
phoebus-84 Mar 31, 2026
41dd92b
fix: 🐛 correct font weights and sizes to match Figma prototype
phoebus-84 Mar 31, 2026
f574497
fix(fonts): 🐛 resolve @fontsource weight imports for Next.js
phoebus-84 Apr 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions .beads/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ daemon.lock
daemon.log
daemon.pid
bd.sock
sync-state.json
last-touched

# Local version tracking (prevents upgrade notification spam after git ops)
.local_version

# Legacy database files
db.sqlite
bd.db

# Worktree redirect file (contains relative path to main repo's .beads/)
# Must not be committed as paths would be wrong in other clones
redirect

# Merge artifacts (temporary files from 3-way merge)
beads.base.jsonl
beads.base.meta.json
Expand All @@ -23,7 +32,13 @@ beads.left.meta.json
beads.right.jsonl
beads.right.meta.json

# Keep JSONL exports and config (source of truth for git)
!issues.jsonl
!metadata.json
!config.json
# Sync state (local-only, per-machine)
# These files are machine-specific and should not be shared across clones
.sync.lock
sync_base.jsonl

# NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here.
# They would override fork protection in .git/info/exclude, allowing
# contributors to accidentally commit upstream issue databases.
# The JSONL files (issues.jsonl, interactions.jsonl) and config files
# are tracked by git by default since no pattern above ignores them.
2 changes: 1 addition & 1 deletion .beads/last-touched
Original file line number Diff line number Diff line change
@@ -1 +1 @@
interfacer-gui-zsv
interfacer-gui-ve1.1
Loading
Loading