|
|
69336d210b
|
Add E2E test for transform status bar and update CSS for status bar items
|
2026-04-11 03:29:04 +02:00 |
|
|
|
a46640bfb6
|
Add underwater effect to RunnerCanvas and update WebGL rendering check
|
2026-04-06 20:54:24 +02:00 |
|
|
|
b850627295
|
Add align-items and new styles for toolbar elements
|
2026-04-04 19:33:14 +02:00 |
|
|
|
fea1f32fc1
|
Update CSS styles for toolbar and button components
|
2026-04-03 01:30:56 +02:00 |
|
|
|
162b2495d8
|
Update CSS for viewport region and panel layouts
|
2026-04-03 01:27:35 +02:00 |
|
|
|
b562fe483b
|
Add styles for outliner item rename and update tests for scene document serialization
|
2026-04-03 01:05:12 +02:00 |
|
|
|
8400dc30b5
|
Refactor App.tsx and app.css for improved deletion handling and outliner styling
|
2026-04-03 00:55:51 +02:00 |
|
|
|
32a611a71f
|
Update tool mode in tests and CSS
|
2026-04-03 00:24:04 +02:00 |
|
|
|
22004d45e0
|
Remove unused CSS for active viewport styles
|
2026-04-02 23:55:36 +02:00 |
|
|
|
fff366dea7
|
Add overflow and text ellipsis to asset list item
|
2026-04-02 23:27:28 +02:00 |
|
|
|
6864fea0ad
|
Add hierarchical menu styles
|
2026-04-02 23:26:35 +02:00 |
|
|
|
3efd5e7310
|
Add CSS for status bar item asset
|
2026-04-02 23:26:35 +02:00 |
|
|
|
ad59846972
|
Update app.css for viewport panel styling changes
|
2026-04-02 23:26:20 +02:00 |
|
|
|
85abede15e
|
Remove unused viewport region header styles
|
2026-04-02 23:26:12 +02:00 |
|
|
|
aced8c5dd4
|
Add compact toolbar button styles
|
2026-04-02 23:26:12 +02:00 |
|
|
|
6c9d305c67
|
Add styles for asset item actions and content
|
2026-04-02 23:26:00 +02:00 |
|
|
|
65e5f98b64
|
Add compact viewport panel styles and quad overlay styles in app.css
|
2026-04-02 23:03:19 +02:00 |
|
|
|
3d56e92ed4
|
Add CSS for single and quad viewport panels
|
2026-04-02 22:35:30 +02:00 |
|
|
|
f62383a91b
|
Update CSS for viewport layout and panel styling
|
2026-04-02 22:35:14 +02:00 |
|
|
|
300e04b6d1
|
Enable pointer events for disabled button in app.css
|
2026-04-02 22:21:22 +02:00 |
|
|
|
927839243f
|
Update CSS for viewport region styling
|
2026-04-02 22:16:36 +02:00 |
|
|
|
4c5ce44726
|
Update viewport region styles and add new components
|
2026-04-02 22:14:02 +02:00 |
|
|
|
49c3dd09d4
|
Add styles for select input and form field toggle
|
2026-04-02 20:54:45 +02:00 |
|
|
|
143b38d010
|
Add crosshair and prompt elements to runner canvas
|
2026-03-31 06:47:01 +02:00 |
|
|
|
3d267cff0a
|
Enhance panel header styling and add hover effect
|
2026-03-31 05:35:14 +02:00 |
|
|
|
2d90b6b31e
|
Add color input and world background preview styles
|
2026-03-31 05:13:33 +02:00 |
|
|
|
e758c5d635
|
Update grid template rows and status bar styling in app.css
|
2026-03-31 04:55:00 +02:00 |
|
|
|
0c66275532
|
Update CSS and E2E test for toolbar scene name
|
2026-03-31 04:50:39 +02:00 |
|
|
|
32f626ed6c
|
Add flex property to panel in app.css
|
2026-03-31 04:48:44 +02:00 |
|
|
|
bb55738d1c
|
Update app.css for layout and overflow adjustments
|
2026-03-31 04:45:28 +02:00 |
|
|
|
0523778805
|
Update styles for text input and outliner components
|
2026-03-31 04:27:20 +02:00 |
|
|
|
292e0f2ef7
|
auto-git:
[change] src/app/App.tsx
[change] src/app/app.css
|
2026-03-31 03:45:52 +02:00 |
|
|
|
f2682b0d9b
|
Add tests and update styles for runner workspace
|
2026-03-31 03:10:47 +02:00 |
|
|
|
e16ff9b2c5
|
Add face-grid styles to app.css
|
2026-03-31 02:40:43 +02:00 |
|
|
|
102ebe0768
|
Update styles for vector inputs and material browser
|
2026-03-31 02:38:53 +02:00 |
|
|
|
b676dc2e1f
|
Update component props and styles for App and ViewportCanvas
|
2026-03-31 02:06:17 +02:00 |
|
|
|
d2e45e525b
|
Update app.css and ViewportCanvas.tsx for WebGL fallback handling
|
2026-03-31 01:38:33 +02:00 |
|
|
|
3af579c6bb
|
auto-git:
[add] .prettierrc.json
[add] eslint.config.js
[add] index.html
[add] package.json
[add] playwright.config.ts
[add] src/app/App.tsx
[add] src/app/app.css
[add] src/app/editor-store.ts
[add] src/app/use-editor-store.ts
[add] src/assets/.gitkeep
[add] src/commands/command-history.ts
[add] src/commands/command.ts
[add] src/commands/set-scene-name-command.ts
[add] src/core/ids.ts
[add] src/core/selection.ts
[add] src/core/tool-mode.ts
[add] src/core/vector.ts
[add] src/document/migrate-scene-document.ts
[add] src/document/scene-document.ts
[add] src/entities/.gitkeep
[add] src/geometry/.gitkeep
[add] src/main.tsx
[add] src/materials/.gitkeep
[add] src/runtime-three/.gitkeep
[add] src/serialization/local-draft-storage.ts
[add] src/serialization/scene-document-json.ts
[add] src/shared-ui/Panel.tsx
[add] src/viewport-three/ViewportCanvas.tsx
[add] src/viewport-three/viewport-host.ts
[add] src/vite-env.d.ts
[add] tests/domain/create-empty-scene-document.test.ts
[add] tests/domain/editor-store.test.ts
[add] tests/e2e/app-smoke.e2e.ts
[add] tests/serialization/scene-document-json.test.ts
[add] tests/setup/vitest.setup.ts
[add] tsconfig.json
[add] vite.config.ts
[add] vitest.config.ts
|
2026-03-31 01:32:33 +02:00 |
|