mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
parent
185e9159fb
commit
d3df339375
3 changed files with 5 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
[uxbox.main.data.lightbox :as udl]
|
||||
[uxbox.builtins.icons :as i]
|
||||
[uxbox.main.ui.dashboard.header :refer [header]]
|
||||
[uxbox.main.ui.dashboard.projects-createlightbox]
|
||||
[uxbox.main.ui.dashboard.projects-createform]
|
||||
[uxbox.main.ui.lightbox :as lbx]
|
||||
[uxbox.main.ui.messages :refer [messages-widget]]
|
||||
[uxbox.main.ui.keyboard :as kbd]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
;; Copyright (c) 2015-2017 Andrey Antukh <niwi@niwi.nz>
|
||||
;; Copyright (c) 2015-2017 Juan de la Cruz <delacruzgarciajuan@gmail.com>
|
||||
|
||||
(ns uxbox.main.ui.dashboard.projects-createlightbox
|
||||
(ns uxbox.main.ui.dashboard.projects-createform
|
||||
(:require [lentes.core :as l]
|
||||
[cuerdas.core :as str]
|
||||
[potok.core :as ptk]
|
||||
|
@ -130,7 +130,7 @@
|
|||
:class (when-not valid? "btn-disabled")
|
||||
:disabled (not valid?)
|
||||
:type "submit"}]]
|
||||
[:a.close {:on-clic #(udl/close!)} i/close]])))
|
||||
[:a.close {:on-click #(udl/close!)} i/close]])))
|
||||
|
||||
(defmethod lbx/render-lightbox :new-project
|
||||
[_]
|
|
@ -87,7 +87,8 @@
|
|||
:on-change update-name}]
|
||||
[:div.project-size
|
||||
[:div.input-element.pixels
|
||||
[:span "Width"] [:input#project-witdh.input-text
|
||||
[:span "Width"]
|
||||
[:input#project-witdh.input-text
|
||||
{:placeholder "Width"
|
||||
:type "number"
|
||||
:min 0
|
||||
|
|
Loading…
Add table
Reference in a new issue