mirror of
https://github.com/status-im/status-react.git
synced 2025-02-11 18:36:34 +00:00
eb8557dde8
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
15 lines
369 B
Clojure
15 lines
369 B
Clojure
(ns status-im.chat.constants)
|
|
|
|
(def command-char "/")
|
|
(def spacing-char " ")
|
|
(def arg-wrapping-char "\"")
|
|
|
|
(def input-height 56)
|
|
(def input-spacing-top 16)
|
|
|
|
(def console-chat-id "console")
|
|
|
|
;; TODO(janherich): figure out something better then this
|
|
(def send-command-ref ["transactor" :command 83 "send"])
|
|
(def request-command-ref ["transactor" :command 83 "request"])
|