-
Notifications
You must be signed in to change notification settings - Fork 323
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
Dashboard improvements (from 24 September 2024 + 30 September 2024) #11219
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…yet present on the parent object
…rk as disabled buttons do not show tooltips)
somebody1234
requested review from
Frizi,
farmaazon,
vitvakatu,
kazcw and
AdRiley
as code owners
October 3, 2024 09:47
|
3: weird, cannot repro? |
@PabloBuchu issues should be fixed. the datalink input in the sidebar isn't perfect, but there is a follow on branch that should properly fix this stuff |
4 tasks
PabloBuchu
approved these changes
Oct 8, 2024
yeah my bad. it shouldn't clear the name but will probably fix in the next PR then (which already includes various fixes for forms) |
mergify bot
pushed a commit
that referenced
this pull request
Oct 21, 2024
-⚠️ Follow up to #11219. MUST NOT be merged in before that PR. - Changes: - Add optional overlay to `Popover`s - Add and use `useAssetPassiveListener` everywhere to get reactive updates to asset state even outside Asset Panel - `setItem` has been removed in favor of simply waiting for invalidations - Migrate more `Modal`s to `Popover`s - Migrate more inputs to `Form`s - Periodically refetch Datalink in Asset Panel - Show optimistic state for asset description (adding this because it is trivial to add) - Remove usages of `get*` as mutations throughout the entire codebase - replace with `fetchQuery` - Fixes most of rest of enso-org/cloud-v2#1529 - (1) ℹ️ fixed in #11219 - (2) ❌ backend issue - (3) ❌ out of scope - (4) ❌ backend issue - (5) ❌ out of scope - (6) ❌ [wontfix]? i think this is intentional, it's not so much slow scrolling and moreso snapped scrolling - (7) ❌ backend issue - (8) ℹ️ fixed in #11126 - (9) ❌ out of scope (potentially requires a way to trigger a tooltip on a disabled button) - (10) ❌ (will check later) Make sure you are not able to open a project opened by another user: cmd + click is not always working. - (11) Drag from team space to user space should copy asset - (12) ❌ (will check later) Drag from user space to team should move (and swap ownership) - (13) ℹ️ fixed in #11219 - (14) ℹ️ fixed somewhere (?) - (15) ℹ️ fixed somewhere (?) - (16) Show correct (and up-to-date) description for projects - (17) ℹ️ fixed in #11219 - (18) ℹ️ fixed in #11219 - Fix enso-org/cloud-v2#1535 - Completely remove optimistic UI for "copy asset" - Fix enso-org/cloud-v2#1541 - Make selection brush work again - Unintentionally regressed in 51733ee#diff-f3e29bffcda342ab6a9dbafc58dde88ce26638eaecda1f17f40ca7e319c90cc8L89 # Important Notes None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI: No changelog needed
Do not require a changelog entry for this PR.
CI: Ready to merge
This PR is eligible for automatic merge
g-dashboard
x-new-feature
Type: new feature request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description
enso://
URLs in "copy as path"Issues left to fix:
Issues left to do (out of scope):
Important Notes
None
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
The documentation has been updated, if necessary.Scala,
Java,
TypeScript,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
Unit tests have been written where possible.