[PR #266] [MERGED] feat: add sounds volume control to user settings #312

Closed
opened 2025-12-29 00:19:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/266
Author: @eitchtee
Created: 6/29/2025
Status: Merged
Merged: 6/29/2025
Merged by: @eitchtee

Base: mainHead: 264-volume-setting-for-sound-effects


📝 Commits (1)

  • e86e0b8 feat: add sounds volume control to user settings

📊 Changes

7 files changed (+953 additions, -2 deletions)

View changed files

📝 app/apps/users/forms.py (+6 -1)
app/apps/users/migrations/0022_usersettings_volume_alter_usersettings_timezone.py (+479 -0)
app/apps/users/migrations/0023_alter_usersettings_timezone.py (+18 -0)
📝 app/apps/users/models.py (+444 -1)
📝 app/templates/includes/scripts/hyperscript/sounds.html (+4 -0)
📝 app/templates/users/generic/mute_sounds.html (+1 -0)
📝 app/templates/users/generic/play_sounds.html (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/266 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 6/29/2025 **Status:** ✅ Merged **Merged:** 6/29/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `264-volume-setting-for-sound-effects` --- ### 📝 Commits (1) - [`e86e0b8`](https://github.com/eitchtee/WYGIWYH/commit/e86e0b8c085e35478a5114610af148f9b6c69bce) feat: add sounds volume control to user settings ### 📊 Changes **7 files changed** (+953 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/users/forms.py` (+6 -1) ➕ `app/apps/users/migrations/0022_usersettings_volume_alter_usersettings_timezone.py` (+479 -0) ➕ `app/apps/users/migrations/0023_alter_usersettings_timezone.py` (+18 -0) 📝 `app/apps/users/models.py` (+444 -1) 📝 `app/templates/includes/scripts/hyperscript/sounds.html` (+4 -0) 📝 `app/templates/users/generic/mute_sounds.html` (+1 -0) 📝 `app/templates/users/generic/play_sounds.html` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:19:43 +01:00
adam closed this issue 2025-12-29 00:19:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#312