Open
Conversation
TallTed
reviewed
Apr 10, 2026
| We have added comments in the code to make it explicit which parts are 100% written by AI. | ||
|
|
||
| ### Prompt usage hitory: | ||
| * Model Claude Opus 4.6: Initially solid-panes is loaded into a HTML shell form mashlib that looks like ... Also, an iFrame is rendered inside the <div class="TabulatorOutline" id="DummyUUID"> for “isolated pane rendering”. Analize the solid-panes code for what it uses from this HTML and suggest a new HTML structure which is mobile and accessibility friendly. Lets go ahead and make chnages in this code as suggested to accommodate the new databwroser HTML. |
Contributor
There was a problem hiding this comment.
Suggested change
| * Model Claude Opus 4.6: Initially solid-panes is loaded into a HTML shell form mashlib that looks like ... Also, an iFrame is rendered inside the <div class="TabulatorOutline" id="DummyUUID"> for “isolated pane rendering”. Analize the solid-panes code for what it uses from this HTML and suggest a new HTML structure which is mobile and accessibility friendly. Lets go ahead and make chnages in this code as suggested to accommodate the new databwroser HTML. | |
| * Model Claude Opus 4.6: Initially solid-panes is loaded into an HTML shell form mashlib that looks like ... Also, an iFrame is rendered inside the `<div class="TabulatorOutline" id="DummyUUID">` for “isolated pane rendering”. Analyze the solid-panes code for what it uses from this HTML and suggest a new HTML structure which is mobile and accessibility friendly. Let's go ahead and make changes in this code as suggested to accommodate the new databrowser HTML. |
TallTed
reviewed
Apr 10, 2026
| ### Prompt usage hitory: | ||
| * Model Claude Opus 4.6: Initially solid-panes is loaded into a HTML shell form mashlib that looks like ... Also, an iFrame is rendered inside the <div class="TabulatorOutline" id="DummyUUID"> for “isolated pane rendering”. Analize the solid-panes code for what it uses from this HTML and suggest a new HTML structure which is mobile and accessibility friendly. Lets go ahead and make chnages in this code as suggested to accommodate the new databwroser HTML. | ||
|
|
||
| * Raptor mini: take a look how I wired the environement from mashlib into solid-panes. It is not quite right, can you suggest fixes? |
Contributor
There was a problem hiding this comment.
Suggested change
| * Raptor mini: take a look how I wired the environement from mashlib into solid-panes. It is not quite right, can you suggest fixes? | |
| * Raptor mini: take a look at how I wired the environment from mashlib into solid-panes. It is not quite right, can you suggest fixes? |
TallTed
reviewed
Apr 10, 2026
|
|
||
| * Raptor mini: Update the code to use the new solid-ui-header component. Keep in mind the log in and sign up are wired in specific ways. | ||
|
|
||
| * Auto: chnage the menu to fill up the menu items like in the code: async function getMenuItems (outliner: any) { |
Contributor
There was a problem hiding this comment.
Suggested change
| * Auto: chnage the menu to fill up the menu items like in the code: async function getMenuItems (outliner: any) { | |
| * Auto: change the menu to fill up the menu items like in the code: async function getMenuItems (outliner: any) { |
TallTed
reviewed
Apr 10, 2026
| const detail = (e as CustomEvent).detail | ||
| if (detail?.role === 'login') { | ||
| await refreshCurrentHeader() | ||
| outliner.showDashboard({ pane: 'profile' }) // upon successfull login, we open the dashboard pane |
Contributor
There was a problem hiding this comment.
Suggested change
| outliner.showDashboard({ pane: 'profile' }) // upon successfull login, we open the dashboard pane | |
| outliner.showDashboard({ pane: 'profile' }) // upon successful login, we open the dashboard pane |
TallTed
reviewed
Apr 10, 2026
| @param solo -- optional -- the window will be cleared out and only the subject displayed | ||
| @param referer -- optional -- where did we hear about this from anyway? | ||
| @param table -- option -- a table element in which to put the outline. | ||
| @param table -- option -- default is a HTML table element in which to put the outline. |
Contributor
There was a problem hiding this comment.
Suggested change
| @param table -- option -- default is a HTML table element in which to put the outline. | |
| @param table -- option -- default is an HTML table element in which to put the outline. |
TallTed
reviewed
Apr 10, 2026
src/outline/manager.js
Outdated
| */ | ||
| this.GotoSubject = function (subject, expand, pane, solo, referrer, table) { | ||
| table = table || dom.getElementById('outline') // if does not exist just add one? nowhere to out it | ||
| table = table || dom.getElementById('OutlineView') // if does not exist just add one? nowhere to out it |
Contributor
There was a problem hiding this comment.
Suggested change
| table = table || dom.getElementById('OutlineView') // if does not exist just add one? nowhere to out it | |
| table = table || dom.getElementById('OutlineView') // if does not exist, just add one? nowhere to put it |
added 6 commits
April 11, 2026 15:18
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.