engageintellect / project-nexum

A flat, modern, open Wiki platform. Made using Sveltekit, Pocketbase, TailwindCSS, DaisyUI, and TinyMCE.
https://project-nexum.vercel.app
6 stars 2 forks source link

(bug) Common problem of not-disappearing elements #8

Open all-mute opened 3 months ago

all-mute commented 3 months ago

You said to share about any bugs, so I do. I plan to fix it by myself and do merge request anyway, but if you know what may be a problem it would be cool.

I've seen this problem on big number of pages and buttons, not only on that.

Open preview: https://project-flexin-bifl4kbnj-all-mute1s-projects.vercel.app/pages/fjj6jnzwrnjz06d/

If you will click on author's profile right now, than you will see smth like that:

image

page reloading fixes it

all-mute commented 3 months ago

another example, if I click edit button than page's card itself doesn't disappear

image

By default, the edit button will only appear on pages that you have created. You are unable to edit pages that you didn't create. This behavior is the same on the homepage - when you hover over a page card, you should only see edit/delete buttons if you are the pages creator.

Hope this makes sense. Let me know if I am misunderstanding your issue.

engageintellect commented 3 months ago

You said to share about any bugs, so I do. I plan to fix it by myself and do merge request anyway, but if you know what may be a problem it would be cool.

I've seen this problem on big number of pages and buttons, not only on that.

Open preview: https://project-flexin-bifl4kbnj-all-mute1s-projects.vercel.app/pages/fjj6jnzwrnjz06d/

If you will click on author's profile right now, than you will see smth like that:

image

page reloading fixes it

I'm not understand what the issue is here. Click the authors icon will take you to their profile page, which will show all of the pages they have created.

Maybe I am misunderstanding the problem?