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

feat: notes | Func of Paste, Drop Image In editor #541

Merged

Commits on Dec 11, 2023

  1. [Feat] Create new CheckBoxClickable Component

    why: make the MarkdownEditor Component cleaner
    how: move relevant code to CheckBoxClickable Component file
    ArkadiK94 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b232341 View commit details
    Browse the repository at this point in the history
  2. [Feat] Add Func of Paste, Drop Image In editor

    why: so user could paste and drop images in md editor
    how: integrate the code from CreateBlog
    ArkadiK94 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    13a1cb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. [Feat] Manage the Image Path to be Correct

    why: so we could also display the Image
    how: as was done in Feeds page
    ArkadiK94 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    73c18d9 View commit details
    Browse the repository at this point in the history
  2. [Bug] Not Related, Fix AutoComplete Warning In Login Page

    why: it appers non stop
    how: set "off" instead of false or null
    ArkadiK94 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    635d794 View commit details
    Browse the repository at this point in the history
  3. [Feat] Update The Description Component State When Add Images

    why: so when the user save the note the images will be added to Description context
    how: pass the handleChange to useImageUploadEvents and update it
    ArkadiK94 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1d56350 View commit details
    Browse the repository at this point in the history
  4. [Feat] Some Tweeks

    What: 1. change "undescribedNote" to "(Empty)"
    2. remove id from "untitledNote" to "untitledNote #number"
    3. remove all the address of the image and leave only the name of image
    how: 1. change when needed
    2. make count in redux
    3. with regexp
    why: 1. looks better
    2. to not show the id of note to user
    3. looks better
    ArkadiK94 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    81a4a55 View commit details
    Browse the repository at this point in the history
  5. [Feat] Some Style Tweaks

    what: 1. change the title editor , dont need to preview what we input
    2. make description and description preview in edit mode scrollable
    3. handle text overflow when needed
    why: better ux
    how: 1. change styles
    2. overflow-y:auto and limit width
    3. overflow-wrap:break-word;
    ArkadiK94 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a57fe52 View commit details
    Browse the repository at this point in the history