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

[MASTER] Known bugs and issues #1

Open
digimbyte opened this issue Jun 22, 2024 · 6 comments
Open

[MASTER] Known bugs and issues #1

digimbyte opened this issue Jun 22, 2024 · 6 comments
Milestone

Comments

@digimbyte
Copy link
Member

Master Bug List and Tracker

This issue is dedicated to listing and tracking all known bugs. Please add any new bugs in the comments section. Once a bug is resolved, it will be removed from this list.

Known Bugs

  1. [Nav Rehydration] - When restoring a url, the navigation.js doesn't update the visible Nav tree
  2. [Nav Stylings] - The list of Nav items do not highlight correctly, or communicate in a clean way where the user is
  3. [Nav Tree Shaking] - The Nav tree items are not pruned based on A) selected article, B) user interaction
  4. [Auto Deploy without cleanup] - When deploying, the wrong workflow is executing, leaving too many run actions in history.

Instructions for Reporting New Bugs

  1. Add a comment with the details of the bug.
  2. Include steps to reproduce, expected behavior, and any relevant screenshots or logs.
  3. The bug will be added to the list above by a maintainer.

Resolved Bugs

Once a bug is resolved, it will be removed from the list of known bugs.

Thank you for helping us improve the project by reporting and tracking these issues!

@digimbyte digimbyte added this to the Pinned milestone Jun 23, 2024
@digimbyte
Copy link
Member Author

header buttons
categories, menu, and title fight over space on mobile mode.

resolution is to put buttons on grid below title

@digimbyte
Copy link
Member Author

url redirection/hydration is currently disabled
a clean solution for anchors needs to be implemented as a callback param
after rendering the content, we invoke any anchor

@digimbyte
Copy link
Member Author

unknown nav bug,
select nav item, change category,
select a different nav item, change category
crash: target is undefined.

Likely poor life cycle on current and category

@digimbyte
Copy link
Member Author

markdown doesn't define colors correctly
likely cause of library incorrectly installed/managed

this may also include the code group languages parameter
resolution is to map known types to known languages

@digimbyte
Copy link
Member Author

code groups display all languages, these need to be updated to only show what is available
when an incompatible one is selected, it needs to print the label dynamically beside it
this could be done easily by enhancing the drop down to a label with a dropdown
additional, drop down looks like trash, needs to be pretty

@digimbyte
Copy link
Member Author

potential support for different file types beyond .md
is that needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant