fix: adjust overall structure, clean out unnecessary fields, adjust table columns and layouts on task list and issue list
ecb51fa
Usercommited on
refactor: replace dark mode toggle button with ThemeToggle component and clean up related code; update ConfirmDialog styling for consistency; enhance dark mode styles in app.css
Fix: Notification, Remove toggle, add kanban board to menu, fix project ID to project name
64a3c1d
Usercommited on
add: dashboard widgets
f48479e
Usercommited on
Merge remote changes and apply TaskStatus/TaskPriority enum refactoring
47e77e5
hlaingnandarhtetcommited on
add: Task Backlog and Auditlog features
f0d69b8
Usercommited on
Fix: route authorization bypass with segment-based matching and Blazor layout security
7710b18
Usercommited on
add: logout confirm dialogue
cb307da
Usercommited on
fix: match the menu access and permissions
72f2be7
Usercommited on
fix: rename menu access and permissions on dtos controllers and services
c42fd03
Usercommited on
add: new db tables Permission, RoleMenusLegacy, Menu, Fix RolePerms and Perms, adjust Roleservice so it writes to RoleMenus and RolePermissions separately. Menuservice adjust to read from Menus and Permissions instead of the old menu tables.
4c550c2
Usercommited on
feat: clean out authentication and authorization, rolemenu database fixed(use role id instead of rolecode now), adjust pages