-
Notifications
You must be signed in to change notification settings - Fork 5
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
Elevation plots in observation summary #4262
Elevation plots in observation summary #4262
Conversation
USERPREFS.md
Outdated
You can spin up a server that servers a console app for an environment by using the CLI from the `hasura/user-prefs` directory. For example: | ||
|
||
``` | ||
hasura console --endpoint https://user-prefs-development.herokuapp.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybee we should recommend using master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, I'll change it
BundleMonFiles updated (1)
Unchanged files (7)
Total files change +188B +0.01% Final result: ✅ View report in BundleMon website ➡️ |
@@ -64,7 +64,8 @@ | |||
} | |||
|
|||
.rgl-tile-overlay { | |||
display: none; /* Enable for grid debugging */ | |||
display: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove debugging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's removed, but prettier doesn't let me put the comment in the same line anymore.
Could you squash the migrations? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -269,6 +270,40 @@ object ExploreGridLayouts: | |||
).withMinWidth | |||
end observations | |||
|
|||
object observationList: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the observation tree on the left is still name ObsList
, I wonder if this should be named something like observationSummary
for clarity?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
observationSummary
is just the tile, not the view with the tile+plot. I'd rather change ObsList
to ObsTree
I just realized that the Hasura migration is missing from this PR. Hasura Console seems to create it (which I checked) but then deletes it after a few seconds, for some mysterious reason unknown to mere mortals. I will add it to the next PR. |
A new layout id is now used for the observation summary+plot. I renamed some tile ids so as to have a unified naming scheme, hence the large number of changed files.