[PR #23] [MERGED] feat(app): use optimistic mechanism to add items #31

Closed
opened 2025-11-11 11:49:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/23
Author: @dextmorgn
Created: 10/29/2025
Status: Merged
Merged: 10/29/2025
Merged by: @dextmorgn

Base: mainHead: feat/optimistic-add


📝 Commits (1)

  • 1f084b6 feat(app): use optimistic mechanism to add items

📊 Changes

2 files changed (+108 additions, -63 deletions)

View changed files

📝 flowsint-app/src/components/graphs/add-item-dialog.tsx (+82 -63)
📝 flowsint-app/src/stores/graph-store.ts (+26 -0)

📄 Description

Use of optimistic adding to increase use xp and decrease loading state.


🔄 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/reconurge/flowsint/pull/23 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 10/29/2025 **Status:** ✅ Merged **Merged:** 10/29/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/optimistic-add` --- ### 📝 Commits (1) - [`1f084b6`](https://github.com/reconurge/flowsint/commit/1f084b60d6715da0341140f37bc2f46dfdde188e) feat(app): use optimistic mechanism to add items ### 📊 Changes **2 files changed** (+108 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `flowsint-app/src/components/graphs/add-item-dialog.tsx` (+82 -63) 📝 `flowsint-app/src/stores/graph-store.ts` (+26 -0) </details> ### 📄 Description Use of optimistic adding to increase use xp and decrease loading state. --- <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-11 11:49:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#31