Skip to content

Comments

feat(webapp): Selectable tabs, conversation filters 2nd attempt [WPB-18861]#20142

Open
emil-wire wants to merge 21 commits intodevfrom
feat/filters-mono
Open

feat(webapp): Selectable tabs, conversation filters 2nd attempt [WPB-18861]#20142
emil-wire wants to merge 21 commits intodevfrom
feat/filters-mono

Conversation

@emil-wire
Copy link
Contributor

@emil-wire emil-wire commented Jan 19, 2026

TaskWPB-18861 [Web] add filter for unread messages, mentions and replies

Pull Request

Summary

Please see #19769 for the original PR. Because of the monorepo change, I just redid my changes on the new base.


Security Checklist (required)

  • External inputs are validated & sanitized on client and/or server where applicable.
  • API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Accessibility (required)

Standards Acknowledgement (required)


Screenshots or demo (if the user interface changed)

Notes for reviewers

@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

❌ Patch coverage is 75.77640% with 39 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.48%. Comparing base (d6a5a75) to head (8abea73).

Files with missing lines Patch % Lines
...onversations/TabsFilterButton/TabsFilterButton.tsx 64.51% 19 Missing and 3 partials ⚠️
...onversations/ConversationTabs/ConversationTabs.tsx 60.00% 5 Missing and 1 partial ⚠️
...LeftSidebar/panels/Conversations/Conversations.tsx 78.57% 3 Missing ⚠️
...anels/Conversations/hooks/useDraftConversations.ts 75.00% 3 Missing ⚠️
...ftSidebar/panels/Conversations/utils/draftUtils.ts 40.00% 1 Missing and 2 partials ⚠️
...eftSidebar/panels/Conversations/useSidebarStore.ts 93.33% 0 Missing and 1 partial ⚠️
...s/webapp/src/script/util/useChannelsFeatureFlag.ts 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #20142      +/-   ##
==========================================
+ Coverage   45.25%   45.48%   +0.22%     
==========================================
  Files        1633     1633              
  Lines       40245    40338      +93     
  Branches     8325     8347      +22     
==========================================
+ Hits        18212    18346     +134     
+ Misses      20105    20054      -51     
- Partials     1928     1938      +10     
Flag Coverage Δ
app_webapp 43.70% <75.77%> (+0.27%) ⬆️
lib_api_client 50.17% <ø> (ø)
lib_core 58.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...omponents/InputBar/common/draftState/draftState.ts 45.83% <100.00%> (+4.92%) ⬆️
...ations/ConversationSidebar/ConversationSidebar.tsx 100.00% <ø> (ø)
...ations/TabsFilterButton/TabsFilterButton.styles.ts 100.00% <100.00%> (ø)
.../page/LeftSidebar/panels/Conversations/helpers.tsx 93.10% <100.00%> (+50.24%) ⬆️
apps/webapp/src/script/util/KeyboardUtil.ts 57.44% <100.00%> (+0.92%) ⬆️
...eftSidebar/panels/Conversations/useSidebarStore.ts 95.65% <93.33%> (+6.76%) ⬆️
...s/webapp/src/script/util/useChannelsFeatureFlag.ts 69.44% <75.00%> (+0.69%) ⬆️
...LeftSidebar/panels/Conversations/Conversations.tsx 60.97% <78.57%> (ø)
...anels/Conversations/hooks/useDraftConversations.ts 86.36% <75.00%> (+14.93%) ⬆️
...ftSidebar/panels/Conversations/utils/draftUtils.ts 72.22% <40.00%> (+57.93%) ⬆️
... and 2 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

🔗 Download Full Report Artifact

🧪 Playwright Test Summary

  • Passed: 0
  • Failed: 0
  • Skipped: 0
  • 🔁 Flaky: 0
  • 📊 Total: 0
  • Total Runtime: 28.0s (~ 0 min 28 sec)

@aweiss-dev aweiss-dev changed the title feat(Wpb-18861): Selectable tabs, conversation filters 2nd attempt feat(webapp): Selectable tabs, conversation filters 2nd attempt [WPB-18861] Jan 21, 2026
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants