Skip to content

Changes

Summary

  1. UI - add filter for tables (commit: b585836) (details)
  2. prevent browser autocomplete to suggest credentials for several input fields (commit: ca9c741) (details)
Commit b585836a61e46956fa3052e01bf78cddd90d435f by Thomas Fries
UI - add filter for tables
- introduce jest for unit testing
- created new tableFilter web component
- upgraded dependencies
- fixed error in tsconfig
- introduced basic filter to create queries in UI
- dropdown entries now can attach data
- split adding dropdown entries for single and multiple entries
- moved utility methods to utils
- added table filter to connection logs
- added table filter to incoming thing messages
- connection metrix now shows red numbers for failures
- removed unused symbol in Things tab

Signed-off-by: thfries <thomas.fries0@gmail.com>
(commit: b585836)
The file was addedui/jest.config.ts
The file was modified ui/package-lock.json (diff)
The file was modified ui/main.ts (diff)
The file was modified ui/modules/connections/connections.html (diff)
The file was modified ui/modules/things/messagesIncoming.ts (diff)
The file was modified ui/readme.md (diff)
The file was addedui/modules/utils/tableFilter.html
The file was modified ui/tsconfig.json (diff)
The file was modified ui/modules/things/searchFilter.ts (diff)
The file was addedui/modules/utils/tableFilter.ts
The file was modified ui/modules/things/things.html (diff)
The file was modified ui/modules/things/thingMessages.ts (diff)
The file was modified ui/modules/utils.ts (diff)
The file was modified ui/modules/connections/connectionsMonitor.ts (diff)
The file was addedui/modules/utils/basicFilters.ts
The file was modified ui/modules/things/featureMessages.ts (diff)
The file was modified ui/modules/things/messagesIncoming.html (diff)
The file was modified ui/package.json (diff)
The file was addedui/__tests__/utils/basicFilter.test.ts
Commit ca9c74143092c60915b739c1481eef9a59406786 by Thomas Jaeckle
prevent browser autocomplete to suggest credentials for several input fields

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
(commit: ca9c741)
The file was modified ui/modules/things/messagesIncoming.html (diff)
The file was modified ui/modules/policies/policies.html (diff)
The file was modified ui/modules/utils/tableFilter.html (diff)