Skip to content

Copilot/implement csv support#18

Open
0fca wants to merge 19 commits into
masterfrom
copilot/implement-csv-support
Open

Copilot/implement csv support#18
0fca wants to merge 19 commits into
masterfrom
copilot/implement-csv-support

Conversation

@0fca

@0fca 0fca commented Jun 4, 2026

Copy link
Copy Markdown
Owner

No description provided.

@0fca

0fca commented Jun 5, 2026

Copy link
Copy Markdown
Owner Author

@copilot there is an issue with loading notes. I mean, I choose a note, its content replaces current one unpinned or there are some notes pinned and new note gets opened. Everything is ok, but still the toast for "Error loading note" appears even that there is no error. Check what can cause that issue.

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

@copilot there is an issue with loading notes. I mean, I choose a note, its content replaces current one unpinned or there are some notes pinned and new note gets opened. Everything is ok, but...

Fixed in 75cf1da. The false toast was coming from stale note-load requests when opening/replacing an unpinned tab; the active editor still loaded the note correctly, but an older async load could fall into the generic error path. I added guards so only the latest live editor load can update state or show an error.

Copilot finished work on behalf of 0fca June 5, 2026 18:22
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.

2 participants