[PR #343] [MERGED] feat(sidebar): add button to keep it open #369

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

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/343
Author: @eitchtee
Created: 8/22/2025
Status: Merged
Merged: 8/22/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (2)

  • 2733c92 style(sidebar): truncate e-mail if it's too long
  • abf3a14 feat(sidebar): add button to keep it open

📊 Changes

10 files changed (+214 additions, -30 deletions)

View changed files

📝 app/WYGIWYH/settings.py (+1 -1)
📝 app/apps/users/urls.py (+5 -0)
📝 app/apps/users/views.py (+15 -0)
app/templates/common/placeholder.html (+3 -0)
📝 app/templates/cotton/components/sidebar_menu_header.html (+1 -1)
📝 app/templates/cotton/components/sidebar_menu_item.html (+2 -2)
📝 app/templates/cotton/components/sidebar_menu_url_item.html (+2 -2)
📝 app/templates/includes/sidebar.html (+53 -22)
📝 app/templates/layouts/base.html (+1 -1)
📝 frontend/src/styles/tailwind.css (+131 -1)

📄 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/343 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 8/22/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`2733c92`](https://github.com/eitchtee/WYGIWYH/commit/2733c92da5d6d909850881c4721e9552a8458fdd) style(sidebar): truncate e-mail if it's too long - [`abf3a14`](https://github.com/eitchtee/WYGIWYH/commit/abf3a148cc4ecbd12d7d2699d83a6434611f9434) feat(sidebar): add button to keep it open ### 📊 Changes **10 files changed** (+214 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `app/WYGIWYH/settings.py` (+1 -1) 📝 `app/apps/users/urls.py` (+5 -0) 📝 `app/apps/users/views.py` (+15 -0) ➕ `app/templates/common/placeholder.html` (+3 -0) 📝 `app/templates/cotton/components/sidebar_menu_header.html` (+1 -1) 📝 `app/templates/cotton/components/sidebar_menu_item.html` (+2 -2) 📝 `app/templates/cotton/components/sidebar_menu_url_item.html` (+2 -2) 📝 `app/templates/includes/sidebar.html` (+53 -22) 📝 `app/templates/layouts/base.html` (+1 -1) 📝 `frontend/src/styles/tailwind.css` (+131 -1) </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:20:00 +01:00
adam closed this issue 2025-12-29 00:20:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#369