From a0c07d229612ff6edd0fc6da44de9d19bd63fb8f Mon Sep 17 00:00:00 2001 From: Last2014 Date: Wed, 3 Jun 2026 17:32:03 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=E3=83=81=E3=83=A3=E3=83=B3=E3=83=8D?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E4=BD=9C=E6=88=90=20/=20Chg:=20=E3=83=81?= =?UTF-8?q?=E3=83=A3=E3=83=B3=E3=83=8D=E3=83=AB=E3=82=A2=E3=82=A4=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=82=B5=E3=82=A4=E3=82=BA=E3=82=92=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Modal/CreateChannel.vue | 191 ++++++++++++++++++ .../frontend/src/routes/community/channel.vue | 5 +- .../frontend/src/routes/community/index.vue | 191 ++++++++++++++++-- 3 files changed, 365 insertions(+), 22 deletions(-) create mode 100644 packages/frontend/src/components/Modal/CreateChannel.vue diff --git a/packages/frontend/src/components/Modal/CreateChannel.vue b/packages/frontend/src/components/Modal/CreateChannel.vue new file mode 100644 index 0000000..07b1710 --- /dev/null +++ b/packages/frontend/src/components/Modal/CreateChannel.vue @@ -0,0 +1,191 @@ + + + + + \ No newline at end of file diff --git a/packages/frontend/src/routes/community/channel.vue b/packages/frontend/src/routes/community/channel.vue index 3882835..96cc535 100644 --- a/packages/frontend/src/routes/community/channel.vue +++ b/packages/frontend/src/routes/community/channel.vue @@ -63,9 +63,8 @@ } .community-top-info > svg { - margin: auto 0; - width: 1.25rem; - height: 1.25rem; + width: 1rlh; + height: 1rlh; } .channel { diff --git a/packages/frontend/src/routes/community/index.vue b/packages/frontend/src/routes/community/index.vue index a07f834..d0b10b4 100644 --- a/packages/frontend/src/routes/community/index.vue +++ b/packages/frontend/src/routes/community/index.vue @@ -12,10 +12,51 @@
{{ presentCommunity.name }} + +
+ +
+ +
+ +