From d63e3c91a97d77b202e280ab0fa007dfbe1baa46 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Sat, 21 Mar 2026 22:36:11 +0100 Subject: Add editor with webcam/upload capture, overlay compositing, and gallery feed --- src/app/Views/editor/index.php | 49 +++++++++++++++++++++++++++++++++++++++++ src/app/Views/gallery/index.php | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 src/app/Views/editor/index.php create mode 100644 src/app/Views/gallery/index.php (limited to 'src/app/Views') diff --git a/src/app/Views/editor/index.php b/src/app/Views/editor/index.php new file mode 100644 index 0000000..624002a --- /dev/null +++ b/src/app/Views/editor/index.php @@ -0,0 +1,49 @@ + +
+

Create a post

+ + + +
+
+
+ + +
+ +
+ + +
+ + +
+ +
+ + +
+ + +
+ +

Overlays

+ +

No overlays available.

+ +
+ + overlay + +
+ + + +
+
+
diff --git a/src/app/Views/gallery/index.php b/src/app/Views/gallery/index.php new file mode 100644 index 0000000..62fd7f3 --- /dev/null +++ b/src/app/Views/gallery/index.php @@ -0,0 +1,40 @@ + + -- cgit v1.2.3