Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
6dbc8b5
Add DataGrid example page, Glide Data Grid, and supporting packages
jeremyzilar Jun 9, 2026
beedd0c
Merge base-app-frame into editing-tools
jeremyzilar Jun 9, 2026
ccadeb9
unhide
jeremyzilar Jun 9, 2026
f611c8d
Merge branch 'staging' into editing-tools
jeremyzilar Jun 16, 2026
0902242
Merge branch 'BDMS-876-projects-view' into editing-tools
jeremyzilar Jun 16, 2026
7c543bc
Add shared EditPanel shell for side editing drawers.
jeremyzilar Jun 17, 2026
a106e6e
Add labeled field layout primitive for edit panels.
jeremyzilar Jun 17, 2026
9d1b0b3
Add collapsible section primitive for edit panels.
jeremyzilar Jun 17, 2026
0293376
Add layout wrapper that slides a 400px edit panel beside page content.
jeremyzilar Jun 17, 2026
a2dfaf5
Export shared editing panel components.
jeremyzilar Jun 17, 2026
8753bab
Add useWellDetails hook so well detail fetching and cache invalidatio…
jeremyzilar Jun 17, 2026
c78cdb0
Collapse the sidebar when a side panel opens and restore it on close.
jeremyzilar Jun 17, 2026
458a84d
Export useWellDetails and useSidebarPanelSync from hooks.
jeremyzilar Jun 17, 2026
ff7fab5
Add canEditWell capability for admin-gated well editing.
jeremyzilar Jun 17, 2026
75e18b8
Add well edit panel with project assignment via dropdown.
jeremyzilar Jun 17, 2026
2c6846f
Switch Preview PDF button to shadcn Button.
jeremyzilar Jun 17, 2026
d234c1f
Switch Download PDF button to shadcn Button.
jeremyzilar Jun 17, 2026
1a8d00a
Combine preview and download into a split PDF actions button.
jeremyzilar Jun 17, 2026
55c0815
Export WellPDFActionsButton from Button barrel.
jeremyzilar Jun 17, 2026
53e62a2
Refactor Data Grid create panel to use shared editing primitives.
jeremyzilar Jun 17, 2026
b4e7af8
Wire well detail page to edit panel, PDF actions, and shared well det…
jeremyzilar Jun 17, 2026
1c56216
Update well show tests for new hooks and PDF actions button.
jeremyzilar Jun 17, 2026
5fe1fc8
Make well header status chips smaller and center label text inside ea…
jeremyzilar Jun 17, 2026
4c08f88
Tighten well title line height so chips align vertically with the ID.
jeremyzilar Jun 17, 2026
f26b7aa
Polish well edit panel and unify page headers across list and show vi…
jeremyzilar Jun 17, 2026
c7d38a9
Add sticky pin mode to EditPanelLayout so the main page can scroll wh…
jeremyzilar Jun 18, 2026
fd95a82
Stop scrolling inside the edit panel; let header and footer sit in a …
jeremyzilar Jun 18, 2026
705047b
Use sticky edit panel on well detail so page content scrolls when edi…
jeremyzilar Jun 18, 2026
5089334
Merge branch 'staging' into BDMS-879-project-editing-panel
jeremyzilar Jun 18, 2026
344781b
Fix sticky edit panel so it stays pinned while the well page scrolls.
jeremyzilar Jun 18, 2026
a175d80
Let users drag to resize the sticky edit panel width.
jeremyzilar Jun 18, 2026
654dccc
Show the edit panel full width on mobile below the app header.
jeremyzilar Jun 18, 2026
b6ff6d4
guard before using matchMedia. If it’s missing, fall back to window.…
jeremyzilar Jun 18, 2026
d6b1f46
Hide Example nav behind SHOW_EXAMPLE_NAV flag in navigation config.
jeremyzilar Jun 18, 2026
04df8ee
Merge branch 'staging' into BDMS-879-project-editing-panel
jeremyzilar Jun 22, 2026
36c2a6c
add skeleton when loading Edit panel
jeremyzilar Jun 22, 2026
ef553a0
Added loading feedback for both add and remove
jeremyzilar Jun 22, 2026
44d8faa
Keep project edit loading state until well details refetch finishes.
jeremyzilar Jun 22, 2026
1daf8ef
flow now: brief spinner → UI updates → spinner stops → nothing else h…
jeremyzilar Jun 22, 2026
1450c6d
Switch well project editing to draft-and-save in the edit panel.
jeremyzilar Jun 22, 2026
1568252
reduce size of modal
jeremyzilar Jun 22, 2026
2a39e0f
Use Shadcn AlertDialog for unsaved project changes confirmation.
jeremyzilar Jun 22, 2026
d9ea1d5
Merge branch 'staging' into BDMS-879-project-editing-panel
jeremyzilar Jun 23, 2026
0a2482c
Use Refine useCustomMutation for well project save requests.
jeremyzilar Jun 23, 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
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Required by Glide Data Grid for its inline cell-editing overlay -->
<div id="portal"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
Loading
Loading