[PR #259] [MERGED] feat: replace action row with a FAB #304

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • f9056c3 feat: replace action row with a FAB

📊 Changes

8 files changed (+294 additions, -186 deletions)

View changed files

📝 app/templates/calendar_view/pages/calendar.html (+38 -36)
app/templates/cotton/components/fab.html (+33 -0)
app/templates/cotton/components/fab_menu_button.html (+11 -0)
app/templates/cotton/ui/transactions_fab.html (+53 -0)
📝 app/templates/includes/toasts.html (+1 -2)
📝 app/templates/monthly_overview/pages/overview.html (+12 -8)
📝 app/templates/yearly_overview/pages/overview_by_account.html (+73 -70)
📝 app/templates/yearly_overview/pages/overview_by_currency.html (+73 -70)

📄 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/259 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`f9056c3`](https://github.com/eitchtee/WYGIWYH/commit/f9056c3a4569c0a8e1d612d022a38b403a5b100e) feat: replace action row with a FAB ### 📊 Changes **8 files changed** (+294 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `app/templates/calendar_view/pages/calendar.html` (+38 -36) ➕ `app/templates/cotton/components/fab.html` (+33 -0) ➕ `app/templates/cotton/components/fab_menu_button.html` (+11 -0) ➕ `app/templates/cotton/ui/transactions_fab.html` (+53 -0) 📝 `app/templates/includes/toasts.html` (+1 -2) 📝 `app/templates/monthly_overview/pages/overview.html` (+12 -8) 📝 `app/templates/yearly_overview/pages/overview_by_account.html` (+73 -70) 📝 `app/templates/yearly_overview/pages/overview_by_currency.html` (+73 -70) </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:42 +01:00
adam closed this issue 2025-12-29 00:19:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#304