mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[PR #549] [MERGED] feat: |UI| add configAutoRefreshInterval && autoRefresh useStorage #617
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#617
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/549
Author: @dreamhunter2333
Created: 1/8/2025
Status: ✅ Merged
Merged: 1/9/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/autoRefresh📝 Commits (3)
6c7cbacfeat: |UI| add configAutoRefreshInterval && autoRefresh useStoragea91bad2Update MailBox.vue37c8890Update MailBox.vue📊 Changes
3 files changed (+28 additions, -11 deletions)
View changed files
📝
frontend/src/components/MailBox.vue(+16 -10)📝
frontend/src/store/index.js(+4 -0)📝
frontend/src/views/common/Appearance.vue(+8 -1)📄 Description
PR Type
enhancement
Description
Add
autoRefreshandconfigAutoRefreshIntervalto 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 intervalfrontend/src/components/MailBox.vue
autoRefreshandconfigAutoRefreshIntervalto state.setupAutoRefreshwith configurable interval.backFirstPageAndRefreshfunction.backFirstPageAndRefresh.Appearance.vue
Add UI support for auto-refresh interval configurationfrontend/src/views/common/Appearance.vue
configAutoRefreshIntervalto global state.autoRefreshIntervalconfiguration.autoRefreshInterval.index.js
Add `autoRefresh` and `configAutoRefreshInterval` to global statefrontend/src/store/index.js
autoRefreshandconfigAutoRefreshIntervalto global state.autoRefreshandconfigAutoRefreshIntervalwith defaultvalues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.