Skip to content

feat(database): add fast table tabs, related filters, and typed row editing - #722

Merged
pulkitxm merged 13 commits into
mainfrom
database-relation-filters
Sep 11, 2026
Merged

feat(database): add fast table tabs, related filters, and typed row editing#722
pulkitxm merged 13 commits into
mainfrom
database-relation-filters

Conversation

@pulkitxm

@pulkitxm pulkitxm commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Add fast stateful table tabs, related-field filters, live browse SQL, and typed row editing and insertion with boolean and enum selectors.

@github-actions github-actions Bot added size/XXL documentation Improvements or additions to documentation swift Swift and macOS changes labels Sep 10, 2026
@pukbot

pukbot Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Table tabs and related organization slug filter using synthetic data

table tabs retain their state, with member filtered by organization.slug. all data shown is synthetic.


Automated comment posted by Pukbot from an agent-assisted workflow.

from: @pulkitxm

@pulkitxm pulkitxm changed the title Add table tabs, relationship filters, and current browse SQL feat(database): add table tabs, relationship filters, and current browse SQL Sep 10, 2026
@pukbot

pukbot Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Query editor showing the SQL used for the synthetic filtered table

switching to query shows runnable sql for the current filter and sort. all data shown is synthetic.


Automated comment posted by Pukbot from an agent-assisted workflow.

from: @pulkitxm

@pulkitxm pulkitxm changed the title feat(database): add table tabs, relationship filters, and current browse SQL feat(database): add table tabs, related filters, and enum row editing Sep 10, 2026
@pukbot

pukbot Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

New row form with boolean and enum selectors, a generated ID, and JSON validation

Inserted synthetic row after updating its enum role to admin

boolean and enum selectors, generated ids, and validated json in the row form; the saved row reflects the inserted values and enum update. all data shown is synthetic.


Automated comment posted by Pukbot from an agent-assisted workflow.

from: @pulkitxm

The bundled CLI and GUI share an executable, so long-running database clients were incorrectly treated as applications that declined Quit. Identify CLI mode from the process environment, preserve the normal GUI quit gate, and retire existing CLI processes after the verified bundle is published.
Retain each tab content view and its virtualized native table, reload rows only when data or editing capabilities change, and prevent hidden tabs from requesting more pages. Verify native table and cell identity, scroll retention, and bounded visible row views across twenty switches between two 10,000-row results.
@pulkitxm pulkitxm changed the title feat(database): add table tabs, related filters, and enum row editing feat(database): add fast table tabs, related filters, and typed row editing Sep 10, 2026
Identify both background entry points through their explicit environment markers, preserve the GUI quit gate, and retire brokers and CLI clients only after publishing the verified replacement.
@pulkitxm
pulkitxm merged commit 71f65f8 into main Sep 11, 2026
27 checks passed
@pulkitxm
pulkitxm deleted the database-relation-filters branch September 11, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/XXL swift Swift and macOS changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant