Skip to content

Commit

Permalink
explain: comment out example buttons
Browse files Browse the repository at this point in the history
not implemented yet, so let's hide them

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Jan 10, 2025
1 parent 65f0dfc commit 97f3b4c
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions frontend/src/app/prompt/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -214,30 +214,30 @@
[:div {:class "py-4"}
(prompt-form)]

[:div {:id "prompt-examples"}
[:button {:type "button"
:class "btn btn-outline-secondary"
:on-click on-click-example
:data-prompt "TODO Example 1 prompt"}
"Example 1"]

[:button {:type "button"
:class "btn btn-outline-secondary"
:on-click on-click-example
:data-prompt "TODO Example 2 prompt"}
"Example 2"]

[:button {:type "button"
:class "btn btn-outline-secondary"
:on-click on-click-example
:data-prompt "TODO Example 3 prompt"}
"Example 3"]

[:button {:type "button"
:class "btn btn-outline-secondary"
:on-click on-click-example
:data-prompt "TODO Example 4 prompt"}
"Example 4"]]]]]
;;[:div {:id "prompt-examples"}
;; [:button {:type "button"
;; :class "btn btn-outline-secondary"
;; :on-click on-click-example
;; :data-prompt "TODO Example 1 prompt"}
;; "Example 1"]

;; [:button {:type "button"
;; :class "btn btn-outline-secondary"
;; :on-click on-click-example
;; :data-prompt "TODO Example 2 prompt"}
;; "Example 2"]

;; [:button {:type "button"
;; :class "btn btn-outline-secondary"
;; :on-click on-click-example
;; :data-prompt "TODO Example 3 prompt"}
;; "Example 3"]

;; [:button {:type "button"
;; :class "btn btn-outline-secondary"
;; :on-click on-click-example
;; :data-prompt "TODO Example 4 prompt"}
;; "Example 4"]]]]]

[:div {:class "container" :id "about"}
[:h2 {:class "text-center"} "About the project"]
Expand Down

0 comments on commit 97f3b4c

Please sign in to comment.