IO UI Updated - feedback and issues

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
onebeartoe
 
Posts: 83
Joined: Wed Mar 20, 2013 2:58 pm

Re: IO UI Updated - feedback and issues

Post by onebeartoe »

cjdshaw wrote:
onebeartoe wrote:Also is there a way to turn on 'dark mode'?
Dark mode is an option under the setting menu - the gear icon in the top right

Thanks! I see the 'Dark Mode' toggle for an individual Dashboard.

Is there dark mode for individual Feeds?

User avatar
jwcooper
 
Posts: 1004
Joined: Tue May 01, 2012 9:08 pm

Re: IO UI Updated - feedback and issues

Post by jwcooper »

onebeartoe wrote:
cjdshaw wrote:
onebeartoe wrote:Also is there a way to turn on 'dark mode'?
Dark mode is an option under the setting menu - the gear icon in the top right

Thanks! I see the 'Dark Mode' toggle for an individual Dashboard.

Is there dark mode for individual Feeds?
A global dark mode is something we'd like to implement and is on our roadmap.

User avatar
jimk123
 
Posts: 708
Joined: Sun Dec 26, 2010 7:04 pm

Re: IO UI Updated - feedback and issues

Post by jimk123 »

I prefer the previous color scheme, there was much more contrast on line graphs. Perhaps offer a ‘classic’ view with the previous colors or as someone suggested let us pick a color code for each feed on a line graph for complete control. Adafruit IO overall is an amazing product offering and I have been very pleased with it over the years.

User avatar
Weather411
 
Posts: 12
Joined: Fri Sep 15, 2017 7:38 pm

Re: IO UI Updated - feedback and issues

Post by Weather411 »

Great to see all the feedback and quick responses from Adafruit staff. Overall I like the changes but will take a bit of getting used to (like everything else tech)!

Only thing I can't find (or figure out) is a way to delete a group. Go into "Group Settings" and it's not there. Click on the group name and then the small square box next to the individual feeds and a sub-menu comes up: "Graph Feeds", "Remove Feeds", "Disable Feeds" and "Delete Feeds" ...but nothing about deleting the entire group.

Appreciate this issue getting addressed, thank you!

User avatar
jwcooper
 
Posts: 1004
Joined: Tue May 01, 2012 9:08 pm

Re: IO UI Updated - feedback and issues

Post by jwcooper »

Weather411 wrote:Great to see all the feedback and quick responses from Adafruit staff. Overall I like the changes but will take a bit of getting used to (like everything else tech)!

Only thing I can't find (or figure out) is a way to delete a group. Go into "Group Settings" and it's not there. Click on the group name and then the small square box next to the individual feeds and a sub-menu comes up: "Graph Feeds", "Remove Feeds", "Disable Feeds" and "Delete Feeds" ...but nothing about deleting the entire group.

Appreciate this issue getting addressed, thank you!
Yea, this is indeed an issue that we've also found! We'll have an update for this on Monday or Tuesday. Thanks for letting us know. Honestly, I'm not sure if the previous UI had the ability to delete groups, but it must have had it.

In the meantime, you can use the API via curl or whatever language you prefer to delete a group:
https://io.adafruit.com/api/docs/#delete-group

User avatar
biggles4808
 
Posts: 17
Joined: Tue Aug 15, 2017 12:20 pm

Re: IO UI Updated - feedback and issues

Post by biggles4808 »

New UI bug when filtering data. From the raw data page of my dashboard feed, I tried to filter the results to the last 7 days and when I hit apply filter the screen just went black and stayed that way. Refreshing the page took me back to the data as it was unfiltered.

Cheers

David

User avatar
Weather411
 
Posts: 12
Joined: Fri Sep 15, 2017 7:38 pm

Re: IO UI Updated - feedback and issues

Post by Weather411 »

jwcooper wrote:In the meantime, you can use the API via curl or whatever language you prefer to delete a group:
https://io.adafruit.com/api/docs/#delete-group
Yep I literally did that last night! A GUI option is nice to have though when already on the website via browser/tablet/phone - thank you!

User avatar
casaPragelato
 
Posts: 2
Joined: Thu Oct 29, 2020 3:21 pm

Re: IO UI Updated - feedback and issues

Post by casaPragelato »

feed not log decimal

User avatar
macewmi
 
Posts: 69
Joined: Sat Feb 08, 2020 10:26 am

Re: IO UI Updated - feedback and issues

Post by macewmi »

Corrupt Gauge Display
Corrupt Gauge Display
Screen Shot 2020-11-16 at 8.20.32 AM.png (63.24 KiB) Viewed 1464 times
If the gauge gets an update while the browser is scrolling the web page, there may be corruption artifacts left behind. That corruption is persistent until the web page is refreshed.

User avatar
macewmi
 
Posts: 69
Joined: Sat Feb 08, 2020 10:26 am

Re: IO UI Updated - feedback and issues

Post by macewmi »

The line chart colors change between light and dark modes. I think they should be the same -- adjusted for proper contrast.
Light
Light
Screen Shot 2020-11-16 at 8.50.00 AM.png (40.12 KiB) Viewed 1463 times
Dark
Dark
Screen Shot 2020-11-16 at 8.49.51 AM.png (40.66 KiB) Viewed 1463 times

User avatar
macewmi
 
Posts: 69
Joined: Sat Feb 08, 2020 10:26 am

Re: IO UI Updated - feedback and issues

Post by macewmi »

When creating a stream block with multiple feeds, can you create an option to color code the different feeds?

User avatar
macewmi
 
Posts: 69
Joined: Sat Feb 08, 2020 10:26 am

Re: IO UI Updated - feedback and issues

Post by macewmi »

In light mode, the ticker tape(?) showing feed activity lacks adequate contrast in light mode. The tiny screenshot that's scaled large doesn't display the problem adequately. But in full screen, the bright white page drowns out the grey in ticker tape.
Insufficient contrast in "ticker tape"(?)
Insufficient contrast in "ticker tape"(?)
Screen Shot 2020-11-16 at 9.17.17 AM.png (8.7 KiB) Viewed 1462 times
p.s. I was just on a dashboard that clearly showed the left hand side (50%+/-) of the ticker tape as RED, then a long stretch of BLUE (indicating how long I'd been on that dashboard?), and then GREY blips. Before I could grab a screen shot, the RED changed to BLUE. I swear I saw this, but I haven't been able to recreate it.

User avatar
jwcooper
 
Posts: 1004
Joined: Tue May 01, 2012 9:08 pm

Re: IO UI Updated - feedback and issues

Post by jwcooper »

Latest fixes and features deployed:
  • fix date filtering on individual feed page
    add search to dashboards index page, clean up the search input styles
    add ability to delete groups on show group page
    clean up padding on mobile dashboards and kiosk mode
    add ability to add a new feed to multiple groups on creation from top new feed button

User avatar
biggles4808
 
Posts: 17
Joined: Tue Aug 15, 2017 12:20 pm

Re: IO UI Updated - feedback and issues

Post by biggles4808 »

Not sure if the latest version is live yet but the date filtering on individual data feeds is still not working. Black screen when apply filters is clicked. Trying to just filter for the last 7 days

User avatar
cjdshaw
 
Posts: 59
Joined: Mon May 08, 2017 4:04 pm

Re: IO UI Updated - feedback and issues

Post by cjdshaw »

jwcooper wrote:Latest fixes and features deployed:
  • clean up padding on mobile dashboards and kiosk mode
Looks great, thanks. Make it look much cleaner when I launch it from iPhpne home screen. You could even add the
meta name="apple-mobile-web-app-capable" content="yes"
tag to get it full screen in kiosk mode!

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”