Original PR: https://github.com/eitchtee/WYGIWYH/pull/137 Author: @eitchtee Created: 2/7/2025 Status: ✅ Merged Merged: 2/7/2025 Merged by: @eitchtee
Base: main ← Head: automatic_exchange_rate
main
automatic_exchange_rate
d207760
93bb341
21 files changed (+1254 additions, -395 deletions)
📝 app/apps/currencies/exchange_rates/fetcher.py (+8 -6) 📝 app/apps/currencies/exchange_rates/providers.py (+14 -2) 📝 app/apps/currencies/forms.py (+49 -1) 📝 app/apps/currencies/models.py (+2 -1) 📝 app/apps/currencies/tasks.py (+1 -2) 📝 app/apps/currencies/urls.py (+30 -0) 📝 app/apps/currencies/views/__init__.py (+1 -0) ➕ app/apps/currencies/views/exchange_rates_services.py (+122 -0) 📝 app/locale/de/LC_MESSAGES/django.po (+242 -109) 📝 app/locale/nl/LC_MESSAGES/django.po (+276 -110) 📝 app/locale/pt_BR/LC_MESSAGES/django.po (+253 -111) ➕ app/templates/exchange_rates_services/fragments/add.html (+11 -0) ➕ app/templates/exchange_rates_services/fragments/edit.html (+11 -0) ➕ app/templates/exchange_rates_services/fragments/list.html (+81 -0) ➕ app/templates/exchange_rates_services/fragments/table.html (+132 -0) ➕ app/templates/exchange_rates_services/pages/index.html (+8 -0) 📝 app/templates/includes/navbar.html (+2 -0) 📝 app/templates/includes/scripts.html (+2 -0) ➕ app/templates/includes/scripts/hyperscript/autosize.html (+7 -0) 📝 app/templates/includes/toasts.html (+1 -1)
app/apps/currencies/exchange_rates/fetcher.py
app/apps/currencies/exchange_rates/providers.py
app/apps/currencies/forms.py
app/apps/currencies/models.py
app/apps/currencies/tasks.py
app/apps/currencies/urls.py
app/apps/currencies/views/__init__.py
app/apps/currencies/views/exchange_rates_services.py
app/locale/de/LC_MESSAGES/django.po
app/locale/nl/LC_MESSAGES/django.po
app/locale/pt_BR/LC_MESSAGES/django.po
app/templates/exchange_rates_services/fragments/add.html
app/templates/exchange_rates_services/fragments/edit.html
app/templates/exchange_rates_services/fragments/list.html
app/templates/exchange_rates_services/fragments/table.html
app/templates/exchange_rates_services/pages/index.html
app/templates/includes/navbar.html
app/templates/includes/scripts.html
app/templates/includes/scripts/hyperscript/autosize.html
app/templates/includes/toasts.html
...and 1 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/137
Author: @eitchtee
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/7/2025
Merged by: @eitchtee
Base:
main← Head:automatic_exchange_rate📝 Commits (2)
d207760feat(currencies): add automatic exchange rate fetching93bb341feat(ui): auto-resize textareas when typing📊 Changes
21 files changed (+1254 additions, -395 deletions)
View changed files
📝
app/apps/currencies/exchange_rates/fetcher.py(+8 -6)📝
app/apps/currencies/exchange_rates/providers.py(+14 -2)📝
app/apps/currencies/forms.py(+49 -1)📝
app/apps/currencies/models.py(+2 -1)📝
app/apps/currencies/tasks.py(+1 -2)📝
app/apps/currencies/urls.py(+30 -0)📝
app/apps/currencies/views/__init__.py(+1 -0)➕
app/apps/currencies/views/exchange_rates_services.py(+122 -0)📝
app/locale/de/LC_MESSAGES/django.po(+242 -109)📝
app/locale/nl/LC_MESSAGES/django.po(+276 -110)📝
app/locale/pt_BR/LC_MESSAGES/django.po(+253 -111)➕
app/templates/exchange_rates_services/fragments/add.html(+11 -0)➕
app/templates/exchange_rates_services/fragments/edit.html(+11 -0)➕
app/templates/exchange_rates_services/fragments/list.html(+81 -0)➕
app/templates/exchange_rates_services/fragments/table.html(+132 -0)➕
app/templates/exchange_rates_services/pages/index.html(+8 -0)📝
app/templates/includes/navbar.html(+2 -0)📝
app/templates/includes/scripts.html(+2 -0)➕
app/templates/includes/scripts/hyperscript/autosize.html(+7 -0)📝
app/templates/includes/toasts.html(+1 -1)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.