Skip to content
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

Merged
merged 22 commits into from
Sep 4, 2024
Merged

Conversation

MrFlashAccount
Copy link
Contributor

Pull Request Description

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    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.

@MrFlashAccount MrFlashAccount self-assigned this Aug 7, 2024
@MrFlashAccount MrFlashAccount added CI: No changelog needed Do not require a changelog entry for this PR. g-dashboard labels Aug 7, 2024
@MrFlashAccount MrFlashAccount force-pushed the wip/sergeigarin/adjust-refetch branch 3 times, most recently from afa0112 to 8eccd67 Compare August 13, 2024 17:13
@MrFlashAccount MrFlashAccount marked this pull request as ready for review August 13, 2024 17:20
@MrFlashAccount MrFlashAccount force-pushed the wip/sergeigarin/adjust-refetch branch 2 times, most recently from 4559353 to 07b5578 Compare August 14, 2024 10:02
if (listDirectoryQuery?.state.data) {
listDirectoryQuery.setData({
...listDirectoryQuery.state.data,
children: [...listDirectoryQuery.state.data.children, ...assets],
Copy link
Contributor

@somebody1234 somebody1234 Aug 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@somebody1234 somebody1234 left a 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

@MrFlashAccount MrFlashAccount mentioned this pull request Aug 24, 2024
4 tasks
@MrFlashAccount MrFlashAccount added the CI: Ready to merge This PR is eligible for automatic merge label Aug 26, 2024
# Conflicts:
#	app/dashboard/src/App.tsx
#	app/dashboard/src/layouts/AssetsTable.tsx
#	app/dashboard/src/layouts/DriveBar.tsx
# 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
@PabloBuchu
Copy link
Contributor

@MrFlashAccount I dont think the refreshing is enabled by default in electron? we should do that. lemme know once it is done

@PabloBuchu
Copy link
Contributor

I think its fine now ✅

@mergify mergify bot merged commit 77183e5 into develop Sep 4, 2024
36 checks passed
@mergify mergify bot deleted the wip/sergeigarin/adjust-refetch branch September 4, 2024 16:22
jdunkerley pushed a commit that referenced this pull request Sep 9, 2024
jdunkerley pushed a commit that referenced this pull request Sep 10, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants