connect icon indicating copy to clipboard operation
connect copied to clipboard

Remove all duplicate queries

Open sshane opened this issue 8 months ago • 5 comments

Idea is to selectively import setters/getters where this global state is needed.

As noted here, where we query the routes is quite far away from the RouteActivity, so we'd need to pass setters/getters as properties from multiple components to get this information which is cumbersome.

Instead we can either implement currentX signals, or a global store of the devices and routes we've loaded so far. Currently experimenting with which is simpler.

  • [ ] How do we set the currentRoute when you open a URL to a route without clicking? I'm sure Sam knows

sshane avatar Apr 05 '25 02:04 sshane

Welcome to connect! Make sure to:

  • read the contributing guidelines
  • mark your PR as a draft until it's ready to review
  • post the preview on Discord; feedback from users will speedup the PR review

deployed preview: https://503.connect-d5y.pages.dev

github-actions[bot] avatar Jun 08 '24 05:06 github-actions[bot]