mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #27] [MERGED] Feat/pre-selected timezone #142
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#142
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/eduardolat/pgbackweb/pull/27
Author: @julien-wff
Created: 8/12/2024
Status: ✅ Merged
Merged: 8/15/2024
Merged by: @eduardolat
Base:
main← Head:Feat/preselected-timzeone📝 Commits (3)
e088346Set server timezone to be selected by defaultf3c2742Update README to encourage setting the timezonee98c1f8Reword TZ configuration📊 Changes
2 files changed (+13 additions, -1 deletions)
View changed files
📝
README.md(+4 -0)📝
internal/view/web/dashboard/backups/create_backup.go(+9 -1)📄 Description
Hi there!
Choosing the right timezone each time setting up a new backup is tedious. That's why I think having one selected by default is a good option!
I hesitated to add a specific env config for it, but I ended up using the container's timezone.
I also updated the README accordingly.
In the future, having a searchable select would be even better, but those are a nightmare to do by hand.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.