feat(database): add fast table tabs, related filters, and typed row editing - #722
Merged
Conversation
Contributor
|
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 |
Contributor
|
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 |
Contributor
|
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




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