1
0
mirror of https://github.com/beestat/app.git synced 2025-06-04 06:07:19 -04:00

289 Commits

Author SHA1 Message Date
Jon Ziebell
36f4e49d8f Updated logo 2021-02-09 20:40:46 -05:00
Jon Ziebell
4e8506b9cc Rollback of 71dad59 due to bug
Will investigate more and fix later.
2021-02-05 06:52:32 -05:00
Jon Ziebell
7b7a5e9d88 Added stage count to My Home card 2021-02-03 22:49:03 -05:00
Jon Ziebell
324ad07c08 Removed compare notification 2021-02-03 22:48:48 -05:00
Jon Ziebell
ae3a72c791 Fixed #320 - Profiles don't always generate and sometimes break GUI 2021-02-03 22:35:50 -05:00
Jon Ziebell
2ae9a05963 Updated Sentry to latest version 2021-02-03 20:57:57 -05:00
Jon Ziebell
71dad59537 Removed a reference to ecobee_thermostat that was no longer needed 2021-02-02 22:27:39 -05:00
Jon Ziebell
a16edcf1dc Added thermostat name to the document title 2021-02-02 22:14:29 -05:00
Jon Ziebell
e3a4e015e3 Fixed #317 - Metric resist balance point is sometimes wrong
Added more precision to profile linear trendline generation.
2021-02-02 19:59:44 -05:00
Jon Ziebell
d5e202c80b Removed remaining references to thermostat_group 2021-02-02 18:39:32 -05:00
Jon Ziebell
62a09191c1 Prevented text selection on Metric charts
https://community.beestat.io/t/block-text-selection-for-graphs-on-mobile-site/394
2021-01-30 21:34:41 -05:00
Jon Ziebell
6d9a8fea4b Updated tooltip to stay out of the way
https://community.beestat.io/t/add-hysteresis-to-tooltip-position/218/
2021-01-27 22:22:02 -05:00
Jon Ziebell
15724bc78d Fixed #315 - Patreon linking hits rate limit
Had an extra rerender() in there.
2021-01-27 21:09:34 -05:00
Jon Ziebell
2155015bb6 Fixed #295 - If there are no announcements, clicking the announcements button breaks 2021-01-27 21:01:10 -05:00
Jon Ziebell
6d7b4ff3f5 Metrics
There's no description for a commit with changes to 65 files.
2021-01-27 20:49:27 -05:00
Jon Ziebell
d9fd07618a Added documentation to cache 2021-01-23 13:46:21 -05:00
Jon Ziebell
206af04d46 Added currently-unused requestor class
This was an attempt to fix another issue but it didn't work. It should be useful later on, though so keeping it around.
2021-01-22 23:00:45 -05:00
Jon Ziebell
38ad5e1a0f Changed page configuration to be detail, analyze, and compare 2021-01-22 22:59:05 -05:00
Jon Ziebell
96403884f7 Changed all timeout calls to explicitly declare window 2021-01-22 22:56:23 -05:00
Jon Ziebell
f6f544ba35 Moved thermostat system type and stage count logic into dedicated functions 2021-01-22 08:38:48 -05:00
Jon Ziebell
50828de161 Removed dead code from modal 2021-01-22 08:27:57 -05:00
Jon Ziebell
1ba9118798 Removed unnecessary rerender_on_breakpoint_ declarations 2021-01-22 08:27:33 -05:00
Jon Ziebell
b5f976321b Removed dead references to beestat.cards 2020-07-01 08:13:54 -04:00
Jon Ziebell
78dbaf8c51 Updated eslint 2020-07-01 08:06:49 -04:00
Jon Ziebell
70e55a5f3c Reverted change that supposedly fixed runaway API calls.
The fix created another bug: Now the Thermostat Detail chart won't load properly because it's no longer listening for the thermostat to change.
2020-06-25 22:30:39 -04:00
Jon Ziebell
2c3c2a8c22 Removed source map reference from Sentry code 2020-06-25 21:53:26 -04:00
Jon Ziebell
4c771cfac1 Upgrading Sentry 2020-06-25 21:39:29 -04:00
Jon Ziebell
8c402a54c8 Fixed #288 - Comparisons page does not load at all if address lookup failed. 2020-06-23 22:43:56 -04:00
Jon Ziebell
65990c05c9 Fixed #284 - Help link doesn't open in new window 2020-06-22 21:55:35 -04:00
Jon Ziebell
014e939547 Fixed #270 - Make Runtime Summary plot scale configurable 2020-06-22 21:27:33 -04:00
Jon Ziebell
53272ec5b0 Fixed #272 - Thermostat Detail stuck in the past 2020-06-22 21:04:59 -04:00
Jon Ziebell
663787f046 Updated eslint config 2020-06-22 21:04:29 -04:00
Jon Ziebell
3946366997 Fixed #270 - Make Runtime Summary plot scale configurable 2020-06-22 21:04:19 -04:00
Jon Ziebell
d0ce15606b Fixed #266 - Migrate from MailChimp to MailGun 2020-06-21 22:10:38 -04:00
Jon Ziebell
f8a3356cff Fixed #279 - Add manual refresh button to Patreon Status, Fixed #259 - Patreon status can show $NaN 2020-06-09 22:00:04 -04:00
Jon Ziebell
6aeceef172 Fixed #267 - Thermostat Detail never loads if your time zone is too far in the "future" 2020-03-16 22:01:53 -04:00
Jon Ziebell
790aaf354e Fixed #265 - Change logging from push to pull
Deceptively simple commit message. This is a massive change that completely reworks the most fundamental part of the API. Not only does it remove the push logging, it also restructures logging to give better insight into what happens during an API call.
2020-03-15 08:12:28 -04:00
Jon Ziebell
e1f55b541f Fixed #263 - Switch from Rollbar to Sentry 2020-03-06 07:49:41 -05:00
Jon Ziebell
092ed81ac9 Fixed #262 - Closing a modal while it's saving and before it's closed errors. 2020-03-04 20:55:11 -05:00
Jon Ziebell
a0b8b45057 Removed metrics API call from non-early-access users 2020-03-04 20:37:44 -05:00
Jon Ziebell
8ee82d4bd0 Hiding card menus for #261 2020-03-03 20:56:55 -05:00
Jon Ziebell
f68f97d6ce Fixed a couple of conditionals on the comparisons tab. 2020-03-03 20:49:25 -05:00
Jon Ziebell
95c9281ace Fixed #261 - Charts error on hover if they have no data
Now attempting to properly account for this situation.
2020-03-03 20:47:45 -05:00
Jon Ziebell
f1283c3191 Adding new community link to footer 2020-03-03 20:44:23 -05:00
Jon Ziebell
acf4db5768 #261 - Thermostat Detail 2020-03-02 20:44:15 -05:00
Jon Ziebell
8b57cfc227 Enabled metrics and new profiles for early access 2020-02-28 05:29:24 -05:00
Jon Ziebell
f04d0835c5 Fixed #256 - Heat/cool setpoints mixed up 2020-02-25 14:14:48 -05:00
Jon Ziebell
1f3ac41fe1 Fixed latent issue related to #244 2020-02-23 05:37:04 -05:00
Jon Ziebell
ed94987db1 Fixed #255 - Make Thermostat Detail auto-scale y-axis 2020-02-22 15:49:43 -05:00
Jon Ziebell
ef2ba2427a Fixed lost tooltip on Temperature Profiles from #244 2020-02-22 15:38:01 -05:00