-
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
Adjust Refresh Interval in Assets table #10775
Conversation
afa0112
to
8eccd67
Compare
4559353
to
07b5578
Compare
if (listDirectoryQuery?.state.data) { | ||
listDirectoryQuery.setData({ | ||
...listDirectoryQuery.state.data, | ||
children: [...listDirectoryQuery.state.data.children, ...assets], |
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.
optional, re: ordering -
see https://github.com/enso-org/enso/pull/10775/files?w=1#diff-0e343617d95ffe3a6da1c565633d686bb84ec06614b5bd8b4833c56d78d1b198L249-L283 for how it was previously done
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.
cr passed, minor (?) nits above
7187ac2
to
aabd0a3
Compare
da2ea5a
to
5da59bd
Compare
# Conflicts: # app/dashboard/src/App.tsx # app/dashboard/src/layouts/AssetsTable.tsx # app/dashboard/src/layouts/DriveBar.tsx
58e9ed5
to
a9d6989
Compare
# Conflicts: # app/dashboard/src/App.tsx # app/dashboard/src/components/Devtools/EnsoDevtools.tsx # app/dashboard/src/components/dashboard/AssetRow.tsx # app/dashboard/src/layouts/AssetsTable.tsx
# Conflicts: # app/dashboard/src/components/AriaComponents/Form/Form.tsx # app/dashboard/src/components/AriaComponents/Form/components/Field.tsx # app/dashboard/src/components/AriaComponents/Form/components/types.ts # app/dashboard/src/components/AriaComponents/Form/components/useForm.ts # app/dashboard/src/components/AriaComponents/Form/types.ts
@MrFlashAccount I dont think the refreshing is enabled by default in electron? we should do that. lemme know once it is done |
I think its fine now ✅ |
# Conflicts: # app/dashboard/src/components/dashboard/AssetRow.tsx # app/dashboard/src/layouts/AssetsTable.tsx
(cherry picked from commit 77183e5)
(cherry picked from commit 77183e5)
Pull Request Description
Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
TypeScript,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.