[PR #308] [MERGED] feat: replace navbar with sidebar #343

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

📋 Pull Request Information

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

Base: mainHead: feat/sidebar


📝 Commits (2)

📊 Changes

11 files changed (+403 additions, -24 deletions)

View changed files

app/templates/cotton/components/sidebar_menu_collapsible_header.html (+12 -0)
app/templates/cotton/components/sidebar_menu_header.html (+6 -0)
app/templates/cotton/components/sidebar_menu_item.html (+14 -0)
app/templates/cotton/components/sidebar_menu_url_item.html (+16 -0)
app/templates/includes/mobile_navbar.html (+16 -0)
📝 app/templates/includes/navbar/user_menu.html (+2 -5)
app/templates/includes/sidebar.html (+289 -0)
📝 app/templates/layouts/base.html (+21 -17)
📝 frontend/src/styles/_animations.scss (+11 -2)
📝 frontend/src/styles/style.scss (+8 -0)
📝 frontend/src/styles/tailwind.css (+8 -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/308 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 8/6/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `feat/sidebar` --- ### 📝 Commits (2) - [`dd1f6a6`](https://github.com/eitchtee/WYGIWYH/commit/dd1f6a6ef291b1b6bb8461a98c8e367908569947) feat: add sidebar - [`f90a31f`](https://github.com/eitchtee/WYGIWYH/commit/f90a31f2b9b8004bca785495ff7c24d8fd804a9a) feat: add sidebar ### 📊 Changes **11 files changed** (+403 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `app/templates/cotton/components/sidebar_menu_collapsible_header.html` (+12 -0) ➕ `app/templates/cotton/components/sidebar_menu_header.html` (+6 -0) ➕ `app/templates/cotton/components/sidebar_menu_item.html` (+14 -0) ➕ `app/templates/cotton/components/sidebar_menu_url_item.html` (+16 -0) ➕ `app/templates/includes/mobile_navbar.html` (+16 -0) 📝 `app/templates/includes/navbar/user_menu.html` (+2 -5) ➕ `app/templates/includes/sidebar.html` (+289 -0) 📝 `app/templates/layouts/base.html` (+21 -17) 📝 `frontend/src/styles/_animations.scss` (+11 -2) 📝 `frontend/src/styles/style.scss` (+8 -0) 📝 `frontend/src/styles/tailwind.css` (+8 -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:54 +01:00
adam closed this issue 2025-12-29 00:19:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#343