enchant97 / note-mark

Note Mark is a lighting fast and minimal; web-based Markdown notes app.
https://notemark.docs.enchantedcode.co.uk/
GNU Affero General Public License v3.0
297 stars 6 forks source link

(feat) Clickable breadcrumbs #175

Closed Roundaround closed 7 months ago

Roundaround commented 8 months ago

Does it fit the projects scope?

Why?

While I will say this isn't a big problem because the app isn't deeply nested, it also feels like a pretty easy fix.

Short of it is the breadcrumbs are not clickable links like I would intuitively think.

Solution?

Just change the <span> tag in each of the breadcrumbs into an <a> tag

Alternatives?

No response

Extra Context

No response

enchant97 commented 8 months ago

Should be very easy. Since there is a breadcrumb component that is fed the correct data already.