Fork me on GitHub
#hoplon
<
2016-11-12
>
thedavidmeister05:11:42

i don’t mind h/div fyi

thedavidmeister06:11:02

maybe i’m weirdo but i make things like my-ns/a

thedavidmeister06:11:05

@micha if you’d like, we could merge https://github.com/hoplon/hoplon/pull/156 and i’d be happy to see if it helps with the tests

tbrooke14:11:21

Beginner Hoplon-UI (Actually Boot) Question: I want to use UI in several projects - It isn’t on clojars - I’ve built: ui-0.0.1-SNAPSHOT.jar - it is in the ui/tgt directory on my disk and not on the classpath for my projects - I think it needs to be in my local maven directory - I know this is what boot is for and I read the docs - but still confused

jjttjj14:11:59

@tbrooke if you go into the UI directory you cloned and type boot build-jar it'll install it in your local maven

jjttjj14:11:45

@tbrooke the latest version is "0.1.0-SNAPSHOT"

jumblerg21:11:44

i've deployed [hoplon/ui "0.1.0-SNAPSHOT"] to clojars.

jumblerg22:11:37

it is still experimental. a number of important features are still missing. the interface will continue to change. ugly corners include: 1. missing notion of layers for putting components if front of / behind each other to avoid the use of absolute positioning schemes. 2. 100% height columns don't work when a page exceeds the height of the viewport 3. a consistent scheme to manage scrolling is missing (related to #2). 4. markdown implementation is incomplete. 5. forms are incomplete, most notably missing dropdown/select boxes. 6. padding is not implemented on media elems.