mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #332] [MERGED] Allow user to switch time zones #695
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/332
Author: @lancepioch
Created: 6/5/2024
Status: ✅ Merged
Merged: 6/26/2024
Merged by: @lancepioch
Base:
main← Head:issue/192📝 Commits (6)
d55228bDescription not requiredeac1443Overwrite to use user’s time zonef4d4942Allow users to change time zones7bd2fcaUpdate app/Filament/Resources/UserResource/Pages/EditProfile.php9037b11Merge branch 'main' into issue/19211837c8Pint fix📊 Changes
4 files changed (+73 additions, -0 deletions)
View changed files
📝
app/Filament/Resources/UserResource/Pages/EditProfile.php(+9 -0)📝
app/Models/Model.php(+35 -0)📝
app/Models/User.php(+1 -0)➕
database/migrations/2024_06_04_212155_add_timezone_column.php(+28 -0)📄 Description
Fixes #192
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.