Список моделей пуст. Добавьте файлы в assets/big-models или проверьте API /api/big-models/list.
diff --git a/frontend/package.json b/frontend/package.json
index a10ce7d..d98325e 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
- "lint": "next lint"
+ "lint": "next lint",
+ "test": "next lint && tsc --noEmit"
},
"dependencies": {
"@babylonjs/core": "^8.33.4",
diff --git a/frontend/public/icons/Layers.png b/frontend/public/icons/Layers.png
new file mode 100644
index 0000000..077db4b
Binary files /dev/null and b/frontend/public/icons/Layers.png differ
diff --git a/frontend/public/icons/Pointer.png b/frontend/public/icons/Pointer.png
new file mode 100644
index 0000000..f53f228
Binary files /dev/null and b/frontend/public/icons/Pointer.png differ
diff --git a/frontend/public/icons/Video.png b/frontend/public/icons/Video.png
new file mode 100644
index 0000000..e5d048f
Binary files /dev/null and b/frontend/public/icons/Video.png differ
diff --git a/frontend/public/icons/Warehouse.png b/frontend/public/icons/Warehouse.png
new file mode 100644
index 0000000..6ff846f
Binary files /dev/null and b/frontend/public/icons/Warehouse.png differ
diff --git a/frontend/public/icons/Zoom.png b/frontend/public/icons/Zoom.png
new file mode 100644
index 0000000..d283f7c
Binary files /dev/null and b/frontend/public/icons/Zoom.png differ
diff --git a/frontend/public/icons/arrow-down.svg b/frontend/public/icons/arrow-down.svg
new file mode 100644
index 0000000..a53ccfe
--- /dev/null
+++ b/frontend/public/icons/arrow-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/arrow-left.svg b/frontend/public/icons/arrow-left.svg
new file mode 100644
index 0000000..798ad2e
--- /dev/null
+++ b/frontend/public/icons/arrow-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/arrow-right.svg b/frontend/public/icons/arrow-right.svg
new file mode 100644
index 0000000..a40fd6f
--- /dev/null
+++ b/frontend/public/icons/arrow-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/arrow-up.svg b/frontend/public/icons/arrow-up.svg
new file mode 100644
index 0000000..64ef56e
--- /dev/null
+++ b/frontend/public/icons/arrow-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/minus.svg b/frontend/public/icons/minus.svg
new file mode 100644
index 0000000..367f133
--- /dev/null
+++ b/frontend/public/icons/minus.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/plus.svg b/frontend/public/icons/plus.svg
new file mode 100644
index 0000000..6cda55c
--- /dev/null
+++ b/frontend/public/icons/plus.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file