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
main
feat/replace-webpack+bootstrap
dd82289
e600d87
a63367a
89b2d01
9ade58a
0a4d4c1
a878af2
cd54df6
2afb6b1
7e37948
238 files changed (+9109 additions, -16144 deletions)
📝 .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)
.github/workflows/release.yml
.gitignore
.vscode/settings.json
app/WYGIWYH/settings.py
app/apps/accounts/forms.py
app/apps/common/forms.py
app/apps/common/templatetags/crispy_extra.py
app/apps/common/templatetags/toast_bg.py
app/apps/common/widgets/crispy/daisyui.py
app/apps/common/widgets/datepicker.py
app/apps/common/widgets/tom_select.py
app/apps/currencies/forms.py
app/apps/dca/forms.py
app/apps/export_app/forms.py
app/apps/import_app/forms.py
app/apps/insights/forms.py
app/apps/rules/forms.py
app/apps/rules/views.py
app/apps/transactions/filters.py
app/apps/transactions/forms.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.