Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make new entries appear in navigation list #1367

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Jan 10, 2025

Fixes #1327.

I have chosen to use the {dontNavigate: true} option when calling onEntryCreated so that the search bar won't be changed, because I found the UX of having other entries disappear from the left-side list to be confusing. I opened #1366 to track one idea I had for changing that UX.

We use `{dontNavigate: true}` so that the search bar won't be changed.
@rmunn rmunn requested a review from myieye January 10, 2025 20:00
@rmunn rmunn self-assigned this Jan 10, 2025
Copy link

UI unit Tests

12 tests   12 ✅  0s ⏱️
 4 suites   0 💤
 1 files     0 ❌

Results for commit 51398bb.

Copy link

C# Unit Tests

103 tests   103 ✅  5s ⏱️
 16 suites    0 💤
  1 files      0 ❌

Results for commit 51398bb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

after creating a new entry it does not show up in the entry list
1 participant