Commit eb6e05d
feat: add multi-class artifact viewer (#49)
* feat: add multi-class artifact viewer
* docs: add artifact viewer proof captures
* fix: bound DOCX artifact conversion
* fix: isolate artifact syntax highlighting
* fix: bound PDF canvas allocation
* fix: harden artifact viewer boundaries
* fix: close artifact resource gaps
* fix: block artifact CSS requests
* fix: allowlist artifact markdown
* build: refresh embedded web assets
* fix: surface incomplete PDF previews
* fix: distinguish capped PDF images
* fix: preserve strict PDF worker handling
* build: refresh embedded web assets
* test: preserve artifact thread context
Co-authored-by: Jacqueline Henriksen <[email protected]>
* test: deduplicate artifact thread coverage
* fix: block navigable artifact data URLs
* fix: bound artifact viewer resource use
* fix: complete artifact viewer isolation
* fix: harden artifact media and PDF previews
* fix: make artifact CSP construction structural
* fix: stream bounded PDF accessibility text
* fix: preserve thread state under artifact viewer
* fix: sanitize HTML before document parsing
* fix: bound PDF page caches and DOCX routing
* fix: make artifact routing authoritative
* fix: preserve sanitized-empty Markdown source
* fix: expose artifact content to mobile keyboards
* refactor: render sanitized HTML in viewer scroll region
* fix: strip all HTML preview attributes
* docs: avoid unpublished proof asset links
---------
Co-authored-by: Peter Steinberger <[email protected]>1 parent aded4a5 commit eb6e05d
42 files changed
Lines changed: 2188 additions & 240 deletions
File tree
- apps
- api/internal/webassets/dist
- _app/immutable
- assets
- chunks
- entry
- nodes
- workers
- web
- src
- components
- artifacts
- messages
- thread
- lib
- styles
- workers
- docs
- features
- proof
- tests/e2e
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 72 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments