[PR #40] [MERGED] feat(datepicker): drop native datepickers in favor of AirDatePicker for better compatibility #130

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

📋 Pull Request Information

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

Base: mainHead: new_datepicker


📝 Commits (1)

  • 6955294 feat(datepicker): drop native datepickers in favor of AirDatePicker for better compatibility

📊 Changes

19 files changed (+545 additions, -35 deletions)

View changed files

📝 app/apps/common/fields/forms/dynamic_select.py (+0 -1)
📝 app/apps/common/fields/month_year.py (+9 -3)
app/apps/common/utils/django.py (+32 -0)
app/apps/common/widgets/datepicker.py (+185 -0)
📝 app/apps/currencies/forms.py (+6 -4)
📝 app/apps/dca/forms.py (+5 -4)
📝 app/apps/transactions/filters.py (+3 -2)
📝 app/apps/transactions/forms.py (+26 -14)
📝 app/templates/extends/offcanvas.html (+2 -1)
📝 app/templates/includes/scripts.html (+2 -3)
app/templates/includes/scripts/hyperscript/init_date_picker.html (+22 -0)
📝 app/templates/mini_tools/currency_converter/currency_converter.html (+3 -1)
📝 app/templates/monthly_overview/pages/overview.html (+2 -1)
📝 app/templates/transactions/pages/transactions.html (+2 -1)
📝 frontend/package-lock.json (+7 -0)
📝 frontend/package.json (+1 -0)
frontend/src/application/datepicker.js (+148 -0)
frontend/src/styles/_datepicker.scss (+89 -0)
📝 frontend/src/styles/style.scss (+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/40 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/15/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `new_datepicker` --- ### 📝 Commits (1) - [`6955294`](https://github.com/eitchtee/WYGIWYH/commit/6955294283da9f4d1b7c084015d275ddb6d3c2f4) feat(datepicker): drop native datepickers in favor of AirDatePicker for better compatibility ### 📊 Changes **19 files changed** (+545 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/common/fields/forms/dynamic_select.py` (+0 -1) 📝 `app/apps/common/fields/month_year.py` (+9 -3) ➕ `app/apps/common/utils/django.py` (+32 -0) ➕ `app/apps/common/widgets/datepicker.py` (+185 -0) 📝 `app/apps/currencies/forms.py` (+6 -4) 📝 `app/apps/dca/forms.py` (+5 -4) 📝 `app/apps/transactions/filters.py` (+3 -2) 📝 `app/apps/transactions/forms.py` (+26 -14) 📝 `app/templates/extends/offcanvas.html` (+2 -1) 📝 `app/templates/includes/scripts.html` (+2 -3) ➕ `app/templates/includes/scripts/hyperscript/init_date_picker.html` (+22 -0) 📝 `app/templates/mini_tools/currency_converter/currency_converter.html` (+3 -1) 📝 `app/templates/monthly_overview/pages/overview.html` (+2 -1) 📝 `app/templates/transactions/pages/transactions.html` (+2 -1) 📝 `frontend/package-lock.json` (+7 -0) 📝 `frontend/package.json` (+1 -0) ➕ `frontend/src/application/datepicker.js` (+148 -0) ➕ `frontend/src/styles/_datepicker.scss` (+89 -0) 📝 `frontend/src/styles/style.scss` (+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-28 23:26:23 +01:00
adam closed this issue 2025-12-28 23:26:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#130