1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Paulus Schoutsen
a1057681f1 Initial getting rid of HA-JS (#180)
Getting rid of HA-JS
2017-01-29 18:34:45 -08:00
Paulus Schoutsen
4f8fc26919 Add semi 2017-01-20 23:00:59 -08:00
Paulus Schoutsen
c58218f497 Prevent map error when no entities with location data 2017-01-20 22:46:31 -08:00
Michaël Arnauts
5d6cd514ab Tweak panel padding so they match with eachother (#171) 2017-01-06 11:21:16 +01:00
Michaël Arnauts
57071f7250 Fix locale for non-english users (#170)
* Take navigator.languages into account when determining the preferred language

* Lookup language only once, use it also for other date/time functions

* Show the date picker value in localized date

* Show the date picker value in localized date (in history)
2017-01-05 14:38:27 +01:00
Michaël Arnauts
cc64fc9809 Don't capitalize entity names in the UI, causes the UI to use the specified friendly_name from the configuration. (#164) 2016-12-27 21:28:44 +01:00
Paulus Schoutsen
336e974fe6 Make map panel pure JS solution 2016-12-08 22:11:02 -08:00
Paulus Schoutsen
f193f9844b Show that we use correct NuclearJS version 2016-12-04 14:09:39 -08:00
Robbie Trencheny
c22586de8d Make valid attributes a table instead of raw JSON (#149)
* Make valid attributes a table instead of raw JSON

* Fix format issues

* Fix comments
2016-11-27 14:02:50 -08:00
Daniel Høyer Iversen
896e042767 misspelling (#152) 2016-11-02 19:30:02 -07:00
Justin Weberg
d3980dc8b6 Improve ha-panel-dev-serivce.html (#130)
* Initial Commit

* Update dropdown variables

* Move available service list to a dropdown menu

* Fix dropdown width

* Add localstorage for panel state

* clean up

* Remove dropdown in favor of combo boxes

* travis fix

* Fix travis

* Fix Travis

* Fix combo box and remove neon-animations

* Remove styling for sidebar.

* Set max width on ha-form

* Increase max-width to 500px

* Update ha-panel-dev-service.html
2016-10-21 20:40:01 -07:00
Sean Dague
d6d62e8fa7 Make dev-state panel more readable (#127)
With a lot dev-states, especially ones that have large 3rd column
content, the visual display of what col #1 goes with which col #3 is
not always clear. This does 2 things.

Vertical align all rows, so the top alignment is a clear guide.

Color all even rows to #eee, so we get a stipple effect which makes it
clear which things group together.
2016-10-13 08:42:02 -07:00
Frank
db109f5dda Correct URL's for the hass repo's (#121) 2016-10-08 08:19:18 -05:00
Justin Weberg
f4089b6473 Display path to configuration.yaml (#115)
* Add Configuration.yaml to dev-info screen

* Add Configuration.yaml to dev-info screen

* Fix Travis Error

* Update Subproject commit

* Subproject craziness

* Fix Subproject issue

* Update subproject

* Update Subproject
2016-10-03 10:10:16 -07:00
Paulus Schoutsen
bd6725d58d Fix dev state attributes 2016-09-15 20:49:53 -07:00
Adam Mills
744198cdc9 Use native date formatting functions if available (#87)
With the removal of moment.js, dates and times are no longer formatted
using the native locale. This allows the browser to format if the
functionality is available (Everyone but Safari).

Also included is a correction in relativeTime. Times in the future were
being displaed incorrectly -xxx seconds, and the in/ago verbage was
reintroduced.
2016-08-10 13:30:06 -07:00
Paulus Schoutsen
c4b17a24a3 Fix imports thanks to polymer-lint 2016-08-02 09:06:22 -07:00
Paulus Schoutsen
7ae4b50167 Remove moment in favor of fecha 2016-07-31 19:05:44 -07:00
Paulus Schoutsen
0255537ea6 Remove loading box component 2016-07-31 14:43:07 -07:00
Paulus Schoutsen
057adee010 Migrate panels to app elements 2016-07-30 22:48:39 -07:00
Adam Mills
b3efdd9efa Additional comments for pikaday field binding 2016-07-27 14:27:27 -04:00
Adam Mills
77e8c78d62 travis fixes 2016-07-26 14:05:06 -04:00
Adam Mills
0a0a24e5eb History and Logbook panel fixes 2016-07-26 13:57:56 -04:00
Adam Mills
1203312ac3 Fix indentation 2016-07-25 18:31:20 -04:00
Adam Mills
eb7dc87971 Use local timezone for log and history dates 2016-07-25 12:02:36 -04:00
Paulus Schoutsen
c263545bda Fix eslint 2016-07-23 10:47:35 -07:00
Paulus Schoutsen
de754bb903 Fix logbook open panel 2016-07-23 08:27:10 -07:00
Paulus Schoutsen
35edf041ae More re-org 2016-07-19 23:33:03 -07:00
Paulus Schoutsen
8c3f760683 Lint panels 2016-07-19 02:25:26 -07:00
Paulus Schoutsen
111b6c6f48 More ES6->ES5 conversion 2016-07-17 23:18:48 -07:00
Paulus Schoutsen
ff0e24fecb Lint fixes 2016-07-17 21:24:55 -07:00
Paulus Schoutsen
4029f16e97 Reorg into panels (#75) 2016-07-16 23:19:49 -07:00