[PR #82] [MERGED] fix datepicker datetime handling and action-bar #162

Closed
opened 2025-12-28 23:26:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/82
Author: @eitchtee
Created: 1/27/2025
Status: Merged
Merged: 1/27/2025
Merged by: @eitchtee

Base: mainHead: 80-add-exchange-rate-giving-error


📝 Commits (4)

  • d7c072a fix(currencies): don't error out if from_currency or to_currency isn't set
  • fa51a7f fix(datepicker): wrong datetime format
  • 33ce38d feat(datepicker): improve value handling
  • b0a3acb fix: transactions action bar error on page change

📊 Changes

5 files changed (+27 additions, -15 deletions)

View changed files

📝 app/apps/common/utils/django.py (+2 -2)
📝 app/apps/common/widgets/datepicker.py (+8 -2)
📝 app/apps/currencies/models.py (+6 -4)
📝 app/templates/cotton/ui/transactions_action_bar.html (+9 -5)
📝 frontend/src/application/datepicker.js (+2 -2)

📄 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/82 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `80-add-exchange-rate-giving-error` --- ### 📝 Commits (4) - [`d7c072a`](https://github.com/eitchtee/WYGIWYH/commit/d7c072a35cf96290756bb6d979f92358e9a7333d) fix(currencies): don't error out if from_currency or to_currency isn't set - [`fa51a7f`](https://github.com/eitchtee/WYGIWYH/commit/fa51a7fef920c5596fbc692b99ba361d10d6a550) fix(datepicker): wrong datetime format - [`33ce38d`](https://github.com/eitchtee/WYGIWYH/commit/33ce38d74ce4d3f85cd7dab8bb87706b4dd1c53b) feat(datepicker): improve value handling - [`b0a3acb`](https://github.com/eitchtee/WYGIWYH/commit/b0a3acbddee1930646ffde1fc97162e1acd6b74f) fix: transactions action bar error on page change ### 📊 Changes **5 files changed** (+27 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/common/utils/django.py` (+2 -2) 📝 `app/apps/common/widgets/datepicker.py` (+8 -2) 📝 `app/apps/currencies/models.py` (+6 -4) 📝 `app/templates/cotton/ui/transactions_action_bar.html` (+9 -5) 📝 `frontend/src/application/datepicker.js` (+2 -2) </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-28 23:26:37 +01:00
adam closed this issue 2025-12-28 23:26:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#162