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

Thing Add: Navigate to the new Thing once added #3013

Closed
rkoshak opened this issue Jan 13, 2025 · 2 comments · Fixed by #3014
Closed

Thing Add: Navigate to the new Thing once added #3013

rkoshak opened this issue Jan 13, 2025 · 2 comments · Fixed by #3014
Labels
enhancement New feature or request main ui Main UI

Comments

@rkoshak
Copy link

rkoshak commented Jan 13, 2025

The problem

When creating an in individual Thing manually one usually wants to immediately start linking its Channels to Items. After adding a new Thing in this way MainUI returns to the list of all Things forcing the user to search for or scroll down to find the newly created Thing.

Your suggestion

Instead of returning to the list of all Things, open the newly created Thing's page.

Alternatively, return to the all Things page and put the newly created Thing(s) at the top of the list or with a search term that only shows the newly created Things. This would be useful for cases where more than one Thing was created by accepting them from the Inbox. But I think this might be a little more challenging to implement well.

Your environment

runtimeInfo:
  version: 4.3.1
  buildString: Release Build
locale: en-US
systemInfo:
  configFolder: /openhab/conf
  userdataFolder: /openhab/userdata
  logFolder: /openhab/userdata/logs
  javaVersion: 17.0.13
  javaVendor: Debian
  osName: Linux
  osVersion: 6.8.0-51-generic
  osArchitecture: amd64
  availableProcessors: 4
  freeMemory: 283625608
  totalMemory: 746586112
  uptime: 324084
  startLevel: 70
addons:
  - automation-jsscripting
  - automation-pidcontroller
  - binding-amazonechocontrol
  - binding-astro
  - binding-chromecast
  - binding-http
  - binding-ipcamera
  - binding-mail
  - binding-mqtt
  - binding-network
  - binding-networkupstools
  - binding-openweathermap
  - binding-shelly
  - binding-vesync
  - binding-zigbee
  - binding-zwave
  - misc-openhabcloud
  - persistence-mapdb
  - persistence-rrd4j
  - transformation-basicprofiles
  - transformation-jinja
  - transformation-jsonpath
  - transformation-map
  - transformation-regex
  - ui-basic
  - ui-habot
clientInfo:
  device:
    ios: false
    android: false
    androidChrome: false
    desktop: true
    iphone: false
    ipod: false
    ipad: false
    edge: false
    ie: false
    firefox: false
    macos: false
    windows: false
    cordova: false
    phonegap: false
    electron: false
    nwjs: false
    webView: false
    webview: false
    standalone: false
    pixelRatio: 0.8999999761581421
    prefersColorScheme: light
  isSecureContext: true
  locationbarVisible: true
  menubarVisible: true
  navigator:
    cookieEnabled: true
    deviceMemory: 8
    hardwareConcurrency: 16
    language: en-US
    languages:
      - en-US
      - en
    onLine: true
    platform: Linux x86_64
  screen:
    width: 2560
    height: 1600
    colorDepth: 24
  support:
    touch: false
    pointerEvents: true
    observer: true
    passiveListener: true
    gestures: false
    intersectionObserver: true
  themeOptions:
    dark: light
    filled: true
    pageTransitionAnimation: default
    bars: light
    homeNavbar: default
    homeBackground: default
    expandableCardAnimation: default
    blocklyRenderer: null
  userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
    Gecko) Chrome/131.0.0.0 Safari/537.36
timestamp: 2025-01-13T16:52:22.097Z

Additional information

@jimtng
Copy link
Contributor

jimtng commented Jan 13, 2025

I've created #3014 to do just the Thing-Add.

To do a similar thing for the inbox -> add will be more complex, and since it's not the same thing anyway, I'll do it in a different PR and will link it to this issue as well.

@jimtng
Copy link
Contributor

jimtng commented Jan 14, 2025

return to the all Things page and put the newly created Thing(s) at the top of the list or with a search term that only shows the newly created Things. This would be useful for cases where more than one Thing was created by accepting them from the Inbox.

See #3020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request main ui Main UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants