firebase-me / website

MIT License
0 stars 1 forks source link

[MASTER] Known bugs and issues #1

Open digimbyte opened 4 months ago

digimbyte commented 4 months ago

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 commented 4 months ago

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

resolution is to put buttons on grid below title

digimbyte commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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