Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duckdb-wasm-app: Scope some logic out of React into HTML/CSS #1320

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Jul 12, 2023

This is #1200 resurrected.

Idea is separating shell.duckdb.org website in 2 separate components: the actual shell is a React component, while the rest of the page will become a static HTML/CSS(/JS?) component.
Main idea is allowing more easily to have a starting point to embed the duckdb-wasm shell in third parties websites.

This is not a complete effort, there are some shortcuts (like assuming a single component per page), but it should be a starting point. If you plan on using this, help is very much welcome.


This fixes some glitches (white space bottom left corner) and allows to separate concerns between xterm/shell rendering and general navbar rendering.

Also adds link to duckdb.org from the duck logo and adds title elements.

@carlopi carlopi force-pushed the duckdb-wasm-app branch 2 times, most recently from 8350d6f to 929b146 Compare July 19, 2023 08:22
@carlopi carlopi marked this pull request as ready for review September 6, 2023 10:59
This fixes some glitches (white space bottom left corner) and allows to sepate concerns
between xterm/shell rendering and general navbar rendering.

Also adds link to duckdb.org from the duck logo and adds title elements.
@Mytherin Mytherin merged commit fe5581e into duckdb:main Dec 15, 2023
15 checks passed
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.

2 participants