- Modified router configuration to set default redirects for the root and wildcard paths to "/tool" and "/tool/uuid".
- Simplified loader functions for cleaner code.
- Updated the UUID component to generate and display UUIDs of versions 1, 4, 6, and 7, along with a Nano ID.
- Improved user instructions for generating new UUIDs upon page refresh.
- Added a new Tool interface to define the structure of tools.
- Introduced a UUID generator tool with a corresponding component and icon.
- Refactored the tools array to include the new UUID generator tool.
- Updated layout to include a navigation bar with SidebarTrigger and action role.
- Adjusted main content area for better responsiveness and overflow handling.
- Replaced Sidebar component with AppSidebar in the layout.
- Updated routing paths from "tools" to "tool" for consistency.
- Enhanced AppSidebar to include a grouped structure for tools with links.