From 3fecc9e6c3822e1140d157374e1184059f1d14a3 Mon Sep 17 00:00:00 2001 From: Gerard Balde Date: Wed, 11 Sep 2024 10:58:24 +0800 Subject: [PATCH] Added copy function --- index.html | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 154 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e9b985b..954b4f1 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,10 @@ Comment Thread Component - + + + +
@@ -18,7 +21,7 @@ # - First Column + Second Column Comment @@ -37,6 +40,132 @@ + + +
+
+
+
+
+
+ +
+
+

+                                    <table class="table table-hover table-bordered">
+                                        <thead class="table-dark">
+                                            <tr>
+                                            <th scope="col">...</th>
+                                            <th scope="col">...</th>
+                                            <th scope="col">...</th>
+                                            <th scope="col" width="30%">...</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                        <tr>
+                                        <th scope="row">...</th>
+                                        <td>...</td>
+                                        <td>...</td>
+                                        <td>
+                                            <div class="d-flex justify-content-center align-items-center gap-1 p-2 text-muted" style="cursor:pointer">
+                                                <i class="far fa-comment text-muted"></i> Add Comment
+                                            </div>
+                                        </td>
+                                        </tr>
+                                    </tbody>
+                                    </table>
+                                
+
+
+
+
+
+ +
+
Opened comment

Comment opened already.

@@ -332,5 +461,28 @@ + + \ No newline at end of file