Skip to content

Ew shell#428

Open
hannessolo wants to merge 175 commits into
mainfrom
ew-shell
Open

Ew shell#428
hannessolo wants to merge 175 commits into
mainfrom
ew-shell

Conversation

@hannessolo
Copy link
Copy Markdown
Contributor

@hannessolo hannessolo commented May 7, 2026

@hannessolo hannessolo marked this pull request as ready for review May 11, 2026 11:25
hannessolo and others added 2 commits May 11, 2026 13:33
… add-to-chat

Merges 6 commits from ew (move-in-outline, file-explorer, open-media-from-browse,
add-to-chat, chat-slash-menu, IMS fix). App-side files that moved to da-live
(canvas, browse, tool-panel blocks) stay deleted. Chat-side conflicts resolved:
constants gains COMMAND key, api uses DA_ADMIN with safe {} return, chat.js
deduplicates imports and uses loadSiteConfig. Fixes daFiles.js import path
(daFetch.js → api.js) and call style (positional → destructured).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
These files (nx-file-explorer, editor-utils/blocks, shared/utils/tree-nav,
utils/daFiles) were new in ew and merged in automatically, but they belong
in da-live — not in the da-nx shell. Equivalents already exist in da-live
as ew-file-explorer, editor-utils/blocks, canvas/utils/tree-nav, and
blocks/shared/daFiles.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sharanyavinod and others added 2 commits May 11, 2026 17:02
* fix: browse scroll

* chore: update style
# Conflicts:
#	nx2/blocks/browse/browse.css
#	nx2/blocks/browse/list/list.css
#	nx2/blocks/browse/list/list.js
#	nx2/blocks/browse/overrides.css
* feat: reusable dialog + toast

* chore: review comments

* test: unit tests for toast

* chore: cleanup
Comment thread nx2/scripts/nx.js
* governing permissions and limitations under the License.
*/

export { loadStyle } from '../utils/style.js';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would just copy the function. I'd rather have a dupe of a function than another chained request.

Comment thread nx2/scripts/nx.js
}
}

if (isDoc && localStorage.getItem('nx-panels')) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to load the panels so late? This seems like it will cause CLS.

Copy link
Copy Markdown
Member

@auniverseaway auniverseaway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants