mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #665] [MERGED] fix: |UI| user mail page query word bug #685
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#685
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/665
Author: @dreamhunter2333
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
28ab3d7fix: |UI| user mail page query word bug📊 Changes
7 files changed (+10 additions, -7 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
frontend/package.json(+1 -1)📝
frontend/src/views/user/UserMailBox.vue(+1 -2)📝
pages/package.json(+1 -1)📝
vitepress-docs/package.json(+1 -1)📝
worker/package.json(+1 -1)📝
worker/src/constants.ts(+1 -1)📄 Description
PR Type
Bug fix, Enhancement, Documentation
Description
Fixed a bug in
UserMailBox.vuewhere keyword queries failed when no address was selected.Updated project version to
1.0.0across multiple files.Added a changelog entry for version
1.0.0describing the bug fix.Improved handling of
addressFilterinUserMailBox.vueto avoid errors.Changes walkthrough 📝
1 files
Fix keyword query bug in user mailbox5 files
Update constant version to 1.0.0Update frontend package version to 1.0.0Update pages package version to 1.0.0Update vitepress-docs package version to 1.0.0Update worker package version to 1.0.01 files
Add changelog entry for version 1.0.0🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.