Esri / configurable-app-examples-4x-js

Configurable Application Examples using ApplicationBase
https://developers.arcgis.com/javascript/
Apache License 2.0
21 stars 28 forks source link

Hub Ready app #12

Closed kellyhutchins closed 6 years ago

kellyhutchins commented 6 years ago

Unless its user error on my part (and it could be) it looks like the hub app is missing some styles. Here's what I see when I run the app: screen shot 2017-11-13 at 11 21 16 am

fyi @jgravois

jgravois commented 6 years ago

agreed. the complete lack of .css is hideous. i'll try and find time for design soon.

driskull commented 6 years ago

@kellyhutchins will you verify it's to your liking

kellyhutchins commented 6 years ago

Just checked it out and it looks great. Thanks @jgravois.

kellyhutchins commented 6 years ago

@jgravois one super minor thing - jshint is complaining about mixed double and single quotes in the js files. If you get a chance can you update? If not I'll update next time I work on these samples.

jgravois commented 6 years ago

no worries. addressed in #17 (and tried adding a new script to lint *.js files to assist others)