[PR #16] [MERGED] Feat/issue report #58

Closed
opened 2026-05-07 00:17:39 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/16
Author: @BreizhHardware
Created: 1/27/2025
Status: Merged
Merged: 1/27/2025
Merged by: @dd060606

Base: mainHead: feat/issue-report


📝 Commits (3)

  • f027c29 feat(issue-reporting): add issue reporting functionality in the application
  • 7b726b5 feat(issue-reporting): fix display of the forms
  • 6c9b351 feat(api): update endpoint to use isen-orbit API

📊 Changes

6 files changed (+827 additions, -7 deletions)

View changed files

📝 app/(settings)/contact.tsx (+17 -7)
📝 components/Buttons.tsx (+50 -0)
📝 components/Inputs.tsx (+76 -0)
components/modals/ContactModal.tsx (+97 -0)
components/modals/IssueModal.tsx (+132 -0)
📝 package-lock.json (+455 -0)

📄 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/appen-isen/studysen/pull/16 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@dd060606](https://github.com/dd060606) **Base:** `main` ← **Head:** `feat/issue-report` --- ### 📝 Commits (3) - [`f027c29`](https://github.com/appen-isen/studysen/commit/f027c29c92ea6a49d7d2a2a88755e4b40e4381d4) feat(issue-reporting): add issue reporting functionality in the application - [`7b726b5`](https://github.com/appen-isen/studysen/commit/7b726b568a7dc35a7cef4669b688c01d3183cbcb) feat(issue-reporting): fix display of the forms - [`6c9b351`](https://github.com/appen-isen/studysen/commit/6c9b351a517d8b91846233c2fc296ff2cf62d0a3) feat(api): update endpoint to use isen-orbit API ### 📊 Changes **6 files changed** (+827 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/(settings)/contact.tsx` (+17 -7) 📝 `components/Buttons.tsx` (+50 -0) 📝 `components/Inputs.tsx` (+76 -0) ➕ `components/modals/ContactModal.tsx` (+97 -0) ➕ `components/modals/IssueModal.tsx` (+132 -0) 📝 `package-lock.json` (+455 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:17:39 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/studysen#58
No description provided.