Add link to Mastodon#3
Open
da5nsy wants to merge 224 commits into
Open
Conversation
disable vue built-in search filter
jasonpriem
added a commit
that referenced
this pull request
Jun 13, 2026
Rewrite the no-code builder from the brick-grid/gutter model to a line-flow canvas that mirrors the canonical OQL pretty-print line-for-line: - CSS-counter line numbers on every line (.builder-lines resets, .bline increments) — no JS threading, numbers follow DOM order across the tree - LEADING inline connectors (where/and/or); clauses flush-left (NOT indented under works); indentation via padding-left on .bl-body - clause subqueries: [conn] ( line + children one level in + ) line - value tree (block): open paren on the predicate line, item lines with TRAILING and/or, ) line; close-paren +/trash re-homed + hover-revealed - retire SubclauseBox.vue (box/gutter model); data model (oqoTree.js) and all add/remove/sibling/negate wiring unchanged Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jasonpriem
added a commit
that referenced
this pull request
Jun 19, 2026
…ection w/ scope band, left-margin drag handle, drop-back-to-cancel - any/all menu: drop subtitles, labels are 'any (OR)' / 'all (AND)' - negate items relabeled 'Negate (NOT)' (bool name chip + value chip) - 'select another' uses pointer icon (mdi-cursor-pointer) - close-paren menu insert before/after use arrow-collapse-left/right icons - clicking a leader chip (filter-name / any-all / paren / bool-phrase) selects ONLY that chip (black); the clause scope shows as a grey band + black rails (bline--sel), no longer blacks out every child chip - rows drag ONLY from a left-margin grab handle revealed on row hover (band is no longer draggable; no grab/pointer cursor on the inert band); not shown on the root works-where line - a dragged row/value can be dropped back at its origin slot to CANCEL the drag Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
No description provided.