-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: |UI| add configAutoRefreshInterval && autoRefresh useStorage #549
Conversation
PR Reviewer Guide 🔍(Review updated until commit 37c8890)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 37c8890 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit a91bad2
Suggestions up to commit 6c7cbac
|
Persistent review updated to latest commit a91bad2 |
Persistent review updated to latest commit 37c8890 |
PR Type
enhancement
Description
Add
autoRefresh
andconfigAutoRefreshInterval
to global state.Implement auto-refresh functionality with configurable interval.
Update UI components to support auto-refresh settings.
Ensure immediate effect of auto-refresh setting changes.
Changes walkthrough 📝
MailBox.vue
Add auto-refresh functionality with configurable interval
frontend/src/components/MailBox.vue
autoRefresh
andconfigAutoRefreshInterval
to state.setupAutoRefresh
with configurable interval.backFirstPageAndRefresh
function.backFirstPageAndRefresh
.Appearance.vue
Add UI support for auto-refresh interval configuration
frontend/src/views/common/Appearance.vue
configAutoRefreshInterval
to global state.autoRefreshInterval
configuration.autoRefreshInterval
.index.js
Add `autoRefresh` and `configAutoRefreshInterval` to global state
frontend/src/store/index.js
autoRefresh
andconfigAutoRefreshInterval
to global state.autoRefresh
andconfigAutoRefreshInterval
with defaultvalues.