Hello there,
I’m new to the project. This morning I discovered a bug in the Bookmark Manager module and decided to try to fix it.
While I was going through the js/about/bookmarks.js module, I noticed that we are creating many classes inside this file, and it’s now > 500 lines. Is there a reason we cannot separate BookmarkFolderItem, BookmarkFolderList, BookmarkTitleHeader, etc. into separate files and import them into the main AboutBookmarks component? I think each component would look beautifully simple in isolation.
I would love to hear your thoughts.
Cheers!