[PR #1149] feat: replace axios with direct fetch usage #1277

Open
opened 2025-11-01 21:14:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1149
Author: @kolaente
Created: 7/19/2025
Status: 🔄 Open

Base: mainHead: feature/replace-axios


📝 Commits (4)

  • ee8bd6c feat: replace axios with direct fetch usage
  • a747ed9 fix
  • 97c3e59 do not try to pass request body to get request
  • 60057cc fix: base url

📊 Changes

9 files changed (+249 additions, -40 deletions)

View changed files

📝 frontend/package.json (+0 -1)
📝 frontend/pnpm-lock.yaml (+0 -3)
📝 frontend/src/helpers/auth.ts (+2 -3)
📝 frontend/src/helpers/fetcher.ts (+234 -20)
📝 frontend/src/sentry.ts (+5 -4)
📝 frontend/src/services/abstractService.ts (+5 -6)
📝 frontend/src/services/backgroundUnsplash.ts (+1 -1)
📝 frontend/src/services/project.ts (+1 -1)
📝 frontend/src/services/totp.ts (+1 -1)

📄 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/go-vikunja/vikunja/pull/1149 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 7/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/replace-axios` --- ### 📝 Commits (4) - [`ee8bd6c`](https://github.com/go-vikunja/vikunja/commit/ee8bd6c3c93e030adbc7cef045eed6a9d4eccce2) feat: replace axios with direct fetch usage - [`a747ed9`](https://github.com/go-vikunja/vikunja/commit/a747ed9ac29e4ef964fff066fa51ff0f0c023a62) fix - [`97c3e59`](https://github.com/go-vikunja/vikunja/commit/97c3e59821837c816eabbd2af4a5d2b640df4527) do not try to pass request body to get request - [`60057cc`](https://github.com/go-vikunja/vikunja/commit/60057ccf6bbfc6f67378a06396006c7faae897a8) fix: base url ### 📊 Changes **9 files changed** (+249 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+0 -1) 📝 `frontend/pnpm-lock.yaml` (+0 -3) 📝 `frontend/src/helpers/auth.ts` (+2 -3) 📝 `frontend/src/helpers/fetcher.ts` (+234 -20) 📝 `frontend/src/sentry.ts` (+5 -4) 📝 `frontend/src/services/abstractService.ts` (+5 -6) 📝 `frontend/src/services/backgroundUnsplash.ts` (+1 -1) 📝 `frontend/src/services/project.ts` (+1 -1) 📝 `frontend/src/services/totp.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-11-01 21:14:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1277
No description provided.