free-nextjs-admin-dashboard icon indicating copy to clipboard operation
free-nextjs-admin-dashboard copied to clipboard

TailAdmin is a Next.js and Tailwind CSS free, open-source admin dashboard template. Provides developers with the necessary tools, components, pages to build a full-featured back-end, dashboard, or adm...

Results 7 free-nextjs-admin-dashboard issues
Sort by recently updated
recently updated
newest added

It would look good to have a collapsible sidebar which will not entirely collapse but it will show just the icons to the right and could have expand feature that...

In the three Dropdowns that are used in the Header, the logic for their operation is repeated. DropdownMessages DropdownNotification DropdownUser ![hook](https://github.com/TailAdmin/free-nextjs-admin-dashboard/assets/48869934/c573d7aa-ee29-4312-bd65-06859ed0b620) Implementation ![dropdown](https://github.com/TailAdmin/free-nextjs-admin-dashboard/assets/48869934/66b9f757-5353-4a1b-a355-8e258e2e20d4)

Would be nice to have a login page too! Nicely crafted project, thanks for making the world better.

The current implementation of Sidebar components in the repository appears to contain duplicated code segments, violating the DRY (Don't Repeat Yourself) principle. This redundancy can lead to maintenance issues, increased...

I found a bug on mobile screens, there is a double scrollbar. When scrolling to the very bottom of a page, the navbar disappears and you have to scroll to...

When I run npm run dev, the following warning happens: (node:210979) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use `node...