Skip to content

Conversation

@Dobrunia
Copy link
Member

@Dobrunia Dobrunia commented Nov 8, 2025

Summary

This pull request introduces a new “My Notes” section in the homepage navigation, allowing authenticated users to view notes they have created directly from the home page.

Details

  • Added new navigation structure with “Recents” and “My Notes” sections in Home.vue.
  • Implemented vertical menu navigation using VerticalMenu component.
  • Created new MyNoteList.vue component to display user-created notes with pagination and load-more functionality.
  • Introduced useMyNoteList.ts composable for fetching and managing personal notes:
  • Loads paginated notes from the /notes/created endpoint.

Purpose

Enhances the homepage UX by providing quick access to the user’s own notes, improving navigation and note management workflow.

Preview

Снимок экрана 2025-11-09 в 01 38 21

Copy link
Member

@neSpecc neSpecc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some big parts of code are duplicated. For example getMyNoteList duplicates getNoteList.

Get rid of code repetition. And reuse existing code

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
codex-ui Error Error Nov 20, 2025 3:39pm

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.

3 participants