Scribbie-Notes / notes-app

MIT License
26 stars 83 forks source link

[bug] tags are being displayed in array not in separate blocks #305

Open Saurabhchaudhary9799 opened 4 hours ago

Saurabhchaudhary9799 commented 4 hours ago

Issue Template

Description

This issue is related to tags . when user is adding or updating tags in notes. They are being displayed in very different manner such as in array. But they should be displayed in separate blocks.

Steps to Reproduce

Please provide step-by-step instructions on how to reproduce the issue:

  1. Go to 'Home page'
  2. Click on 'create button' or 'update button'
  3. add tags
  4. See error

Expected Behavior

the tags should be displayed in separate blocks.

Actual Behavior

they are being displayed in array like #["code","node"] .

Screenshots

Screencast from 2024-10-26 18-21-52.webm

Saurabhchaudhary9799 commented 4 hours ago

@yashmandi @theashikagupta , could you please assign this to me ?

theashikagupta commented 4 hours ago

Assigned @Saurabhchaudhary9799

mehul-m-prajapati commented 2 hours ago

@theashikagupta @yashmandi : This bug was solved in https://github.com/Scribbie-Notes/notes-app/pull/236.

But, merge changes have removed it.