feat(sidebar): Add More tab, customization and click tracking#3412
Merged
Conversation
|
React Doctor found 3 issues in 3 files · 3 warnings. 3 warnings
Reviewed by React Doctor for commit |
Contributor
|
Reviews (1): Last reviewed commit: "add sidebar more tab, customize and trac..." | Re-trigger Greptile |
|
😎 This pull request was merged. |
charlesvien
force-pushed
the
feat/sidebar-more-customize
branch
2 times, most recently
from
July 14, 2026 19:06
4356c20 to
0762f2d
Compare
github-actions
Bot
dismissed
their stale review
July 15, 2026 00:16
New commits pushed (delta classified non_trivial_delta) — stamphog approval dismissed; re-review running automatically.
charlesvien
force-pushed
the
feat/sidebar-more-customize
branch
2 times, most recently
from
July 15, 2026 02:57
7a1c6bc to
59c15f5
Compare
charlesvien
enabled auto-merge (squash)
July 15, 2026 07:06
charlesvien
force-pushed
the
feat/sidebar-more-customize
branch
from
July 22, 2026 01:46
59c15f5 to
af433df
Compare
adboio
approved these changes
Jul 22, 2026
charlesvien
disabled auto-merge
July 22, 2026 02:21
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem
The sidebar nav keeps growing and every item competes for attention, with no way to tune it per user. We also have no data on which nav items people actually use. (so I added event tracking as well)
BTW- we can make certain items like the Inbox non-customizable/fixed so they are always there. I'm open to feedback here or throwing this out entirely if this is not it.
Changes
itemproperty (andin_morefor clicks inside the expanded section), and customize toggles fire "Sidebar customized", so per-item usage is measurable.How did you test this?
Automatic notifications