[PR #962] [MERGED] UI/thread organization #1041

Closed
opened 2026-03-03 00:24:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/962
Author: @ButteryCrumpet
Created: 5/24/2021
Status: Merged
Merged: 5/25/2021
Merged by: @ButteryCrumpet

Base: ui/comment-threads-fixesHead: ui/thread-organization


📝 Commits (5)

  • e15c83a status filter dropdown select
  • a00e3f9 re-inline specific func
  • 345ee35 remove unused imports
  • 92a83b8 remove console log
  • 16eeb59 more specific css selectors to avoid collision

📊 Changes

8 files changed (+248 additions, -46 deletions)

View changed files

src/cloud/components/atoms/ThreadStatusFilterControl.tsx (+114 -0)
📝 src/cloud/components/molecules/ThreadActionButton.tsx (+2 -7)
📝 src/cloud/components/molecules/ThreadItem.tsx (+1 -1)
src/cloud/components/molecules/ThreadList.tsx (+57 -0)
📝 src/cloud/components/organisms/CommentManager.tsx (+42 -38)
📝 src/shared/components/atoms/Button.tsx (+4 -0)
📝 src/shared/components/atoms/Icon.tsx (+12 -0)
📝 src/shared/lib/utils/comments.ts (+16 -0)

📄 Description

image


🔄 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/BoostIO/BoostNote-App/pull/962 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 5/24/2021 **Status:** ✅ Merged **Merged:** 5/25/2021 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `ui/comment-threads-fixes` ← **Head:** `ui/thread-organization` --- ### 📝 Commits (5) - [`e15c83a`](https://github.com/BoostIO/BoostNote-App/commit/e15c83a2679ecedaf4bc1746408f3d8c75b1bd72) status filter dropdown select - [`a00e3f9`](https://github.com/BoostIO/BoostNote-App/commit/a00e3f92e48cbf3b574a27a47eba0f05af2df28b) re-inline specific func - [`345ee35`](https://github.com/BoostIO/BoostNote-App/commit/345ee353776900dc4487443205e5fead54206750) remove unused imports - [`92a83b8`](https://github.com/BoostIO/BoostNote-App/commit/92a83b8002e2aee5a0ef7b55c4f8b0be0122d340) remove console log - [`16eeb59`](https://github.com/BoostIO/BoostNote-App/commit/16eeb5938addddcb2b73c5e4caf852bddbee3699) more specific css selectors to avoid collision ### 📊 Changes **8 files changed** (+248 additions, -46 deletions) <details> <summary>View changed files</summary> ➕ `src/cloud/components/atoms/ThreadStatusFilterControl.tsx` (+114 -0) 📝 `src/cloud/components/molecules/ThreadActionButton.tsx` (+2 -7) 📝 `src/cloud/components/molecules/ThreadItem.tsx` (+1 -1) ➕ `src/cloud/components/molecules/ThreadList.tsx` (+57 -0) 📝 `src/cloud/components/organisms/CommentManager.tsx` (+42 -38) 📝 `src/shared/components/atoms/Button.tsx` (+4 -0) 📝 `src/shared/components/atoms/Icon.tsx` (+12 -0) 📝 `src/shared/lib/utils/comments.ts` (+16 -0) </details> ### 📄 Description ![image](https://user-images.githubusercontent.com/19530989/119298886-e18b8480-bc98-11eb-82e8-475ca00a5e46.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:23 +03: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/BoostNote-App#1041
No description provided.