[PR #137] [MERGED] automatic_exchange_rate #202

Closed
opened 2025-12-29 00:18:51 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: automatic_exchange_rate


📝 Commits (2)

  • d207760 feat(currencies): add automatic exchange rate fetching
  • 93bb341 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/137 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/7/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `automatic_exchange_rate` --- ### 📝 Commits (2) - [`d207760`](https://github.com/eitchtee/WYGIWYH/commit/d207760ae936c66f4bceb6bdec7615a8e310ee19) feat(currencies): add automatic exchange rate fetching - [`93bb341`](https://github.com/eitchtee/WYGIWYH/commit/93bb34166ee47bc7c1b5ecba1d475f32bf16594c) feat(ui): auto-resize textareas when typing ### 📊 Changes **21 files changed** (+1254 additions, -395 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:18:51 +01:00
adam closed this issue 2025-12-29 00:18:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#202