Employee Management System w/ Blazor Server, Entity Framework Core & ASP.NET Core Identity - Part 3

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 4

  • @AdrianWoodUK
    @AdrianWoodUK 8 місяців тому +1

    This tutorial is SO useful, finally got a working login system for my site :D

  • @netrunner1987
    @netrunner1987 Рік тому

    I'm all caught up on your videos. I have a question, on the NavMenu.razor, I see the @code on the bottom, does that collapseNavMenu works? I tried to get a bootstrap 5.3 admin template to work, but the collapse doesn't work. Is this collapseNavMenu even functional? Thanks.

    • @netrunner1987
      @netrunner1987 Рік тому

      Ok, this collapse only is functional on non wide screens, NavMenu.razor.css line 58.

    • @thecacademy5376
      @thecacademy5376  Рік тому

      Hey! I confess I didn't really check. I planned the UI for desktop only as it's usually the case for management systems. But it would be good exercise to play around with it and try to make it responsive 😊