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

feat: add <interactive-example> custom element #12413

Merged
merged 23 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f7d0b20
chore(playground): migrate runner iframe to web component
LeoMcA Dec 10, 2024
493be80
chore(playground): migrate editor to web component
LeoMcA Dec 5, 2024
44166f0
fix(playground): editor was losing state if value set before componen…
LeoMcA Dec 11, 2024
36ef938
chore(playground): migrate formatting to editor component
LeoMcA Dec 11, 2024
ba2f730
fix(playground): slash key would open search box
LeoMcA Dec 12, 2024
10d99b6
feat: add <interactive-example> custom element
LeoMcA Jan 8, 2025
8dbb3eb
wip(lit): attempt to fix importing css in client tests
LeoMcA Jan 9, 2025
5b48c9c
fix(interactive-examples): telemetry, font-size, class-based hiding
LeoMcA Jan 9, 2025
1ac9cd7
fix(playground): more consistent button disabling
LeoMcA Jan 10, 2025
04ef562
fix(playground): don't add entries to browser history
LeoMcA Jan 13, 2025
6bf9425
feat(playground): support console.log string replacement format
LeoMcA Jan 13, 2025
ffd3bd4
fix(playground): keep white bg when switching to dark mode
LeoMcA Jan 14, 2025
b07cd42
fix(playground): unbreakable string in console breaking layout
LeoMcA Jan 14, 2025
9980c7a
fix(playground): don't break js on older browsers
LeoMcA Jan 14, 2025
2e9b494
fix(playground): don't break when console.logging weird things
LeoMcA Jan 14, 2025
58826b5
fix(interactive-examples): no page jump when loading
LeoMcA Jan 14, 2025
e63605e
Merge remote-tracking branch 'origin/main' into lit-interactive-examples
LeoMcA Jan 14, 2025
f82475a
Merge remote-tracking branch 'origin/main' into lit-interactive-examples
LeoMcA Jan 14, 2025
f622c64
fix(playground): update editor theme when changing browser/os light/d…
LeoMcA Jan 16, 2025
0865aeb
fix(playground): clear sessionStore when clearing code
LeoMcA Jan 16, 2025
fa06176
fix(playground): don't leave play button in 'pressed' state when navi…
LeoMcA Jan 16, 2025
03f68db
fix(playground): auto scroll console
LeoMcA Jan 22, 2025
d8480cc
chore(playground): remove unused state property
LeoMcA Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(playground): keep white bg when switching to dark mode
LeoMcA committed Jan 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ffd3bd41d629a0a7dc78ceca78e1b2fa61038650
1 change: 1 addition & 0 deletions client/src/lit/play/runner.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
iframe {
background: #fff;
border: none;
height: 100%;
width: 100%;