mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-17 14:36:44 +01:00
[PR #402] [MERGED] feat: replace webpack with vite and bootstrap with daisyui #410
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/402
Author: @eitchtee
Created: 11/22/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @eitchtee
Base:
main← Head:feat/replace-webpack+bootstrap📝 Commits (10+)
dd82289feat: automated replacemente600d87feat: automated replacementa63367afeat: first batch of work89b2d01feat: another batch of fixes9ade58afeat: another batch0a4d4c1feat: another batch of fixesa878af2feat: more changes and fixescd54df6feat: more changes and fixes2afb6b1feat: more changes and fixes7e37948feat: more changes and fixes📊 Changes
238 files changed (+9109 additions, -16144 deletions)
View changed files
📝
.github/workflows/release.yml(+29 -45)📝
.gitignore(+3 -1)➕
.vscode/settings.json(+8 -0)📝
app/WYGIWYH/settings.py(+21 -7)📝
app/apps/accounts/forms.py(+17 -28)📝
app/apps/common/forms.py(+9 -14)➕
app/apps/common/templatetags/crispy_extra.py(+13 -0)📝
app/apps/common/templatetags/toast_bg.py(+1 -1)➕
app/apps/common/widgets/crispy/daisyui.py(+5 -0)📝
app/apps/common/widgets/datepicker.py(+7 -6)📝
app/apps/common/widgets/tom_select.py(+2 -2)📝
app/apps/currencies/forms.py(+15 -28)📝
app/apps/dca/forms.py(+25 -47)📝
app/apps/export_app/forms.py(+5 -10)📝
app/apps/import_app/forms.py(+5 -12)📝
app/apps/insights/forms.py(+12 -13)📝
app/apps/rules/forms.py(+52 -69)📝
app/apps/rules/views.py(+1 -1)📝
app/apps/transactions/filters.py(+11 -14)📝
app/apps/transactions/forms.py(+92 -172)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.