Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): add nodes table filter + persistent UI settings #90

Merged
merged 33 commits into from
Dec 29, 2020

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    b7753e3 View commit details
    Browse the repository at this point in the history
  2. fix: Lint errors

    ahochsteger committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    c9821ad View commit details
    Browse the repository at this point in the history
  3. fix: Lint errors

    ahochsteger committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    5a86567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f964ea6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af6537f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2b2bfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5c1a76 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. feat: Add persistent UI settings

    Persisted settings:
    * Dark mode
    * Show hidden nodes
    * Number of items per page on nodes table
    * Column filters
    * Column sorting
    ahochsteger committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    e6d76c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    7d4f788 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump zwave-js@5.6.1

    robertsLando authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    19a21ba View commit details
    Browse the repository at this point in the history
  3. Release 1.0.0-alpha.1

    robertsLando authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    8244d1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fce33d View commit details
    Browse the repository at this point in the history
  5. fix(hass): better notifications names (#98)

    BREAKING CHANGE: entities names could change
    varet80 authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    652b385 View commit details
    Browse the repository at this point in the history
  6. fix: startup error in setupLogging() (#96)

    Co-authored-by: Andreas Hochsteger <andreas.hochsteger@oeamtc.at>
    ahochsteger and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    81a87c4 View commit details
    Browse the repository at this point in the history
  7. fix(hass): discovery issues caused by spaces in topic (#99)

    BREAKING CHANGE: Hass entities ids will change
    Co-authored-by: V Aretakis <vassilis@aretakis.eu>
    robertsLando authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    852647d View commit details
    Browse the repository at this point in the history
  8. feat(ui): group values by command classes (#103)

    * feat(ui): groups values by command class
    
    * fix: remove genre from valueId
    
    * fix: lint issues
    robertsLando authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    2a5cbc7 View commit details
    Browse the repository at this point in the history
  9. fix(ui): remove empty layout

    robertsLando authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d7d54b1 View commit details
    Browse the repository at this point in the history
  10. fix: read only list values in UI and better logging (#102)

    * fix: undefined values
    
    * fix: add more logging
    
    * fix(ui): show read only list values
    robertsLando authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    5af038c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eeb5834 View commit details
    Browse the repository at this point in the history
  12. feat: allow custom ZwaveOptions

    robertsLando authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    833c027 View commit details
    Browse the repository at this point in the history
  13. feat(hass): translate Notification CC values to string (#105)

    * add notification part 1
    
    * add translation from states to value_template
    
    * support both number and text
    
    * add motion sensor icon
    
    * add new icon for motion sensor
    
    * add TODO for icons. Add logic on mapped default value
    
    * patch default value, to show value_json.value when uknown mapping entry is posted
    
    * remove extra bracket
    
    * fix linting issues
    
    Co-authored-by: V. Aretakis <v.aretakis@elsevier.com>
    2 people authored and ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    94bb377 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13e6a57 View commit details
    Browse the repository at this point in the history
  15. fix: Lint errors

    ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    ec9ed7f View commit details
    Browse the repository at this point in the history
  16. fix: Lint errors

    ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d1536ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1c2489 View commit details
    Browse the repository at this point in the history
  18. fix: Lint errors

    ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c3b9d14 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2e060a1 View commit details
    Browse the repository at this point in the history
  20. fix: Lint errors

    ahochsteger committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    5fed5f0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e81770e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    87e19d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. fix: Error on invalid Regex

    * Skip filter on invalid Regex
    * Add form input validation
    * Naming: until -> to
    * Naming: reset filter -> reset filters
    ahochsteger committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3ecd48c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e367cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9ba2d View commit details
    Browse the repository at this point in the history