mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-16 05:56:38 +01:00
[PR #40] [MERGED] feat(datepicker): drop native datepickers in favor of AirDatePicker for better compatibility #130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:new_datepicker📝 Commits (1)
6955294feat(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.