mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
[PR #137] [MERGED] automatic_exchange_rate #202
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/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.