feat: add new 'Almoxarifado' section in sidebar and update navigation links for improved user experience and consistency across the application
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
Tag,
|
||||
Users,
|
||||
Briefcase,
|
||||
UserPlus
|
||||
UserPlus,
|
||||
Package
|
||||
} from 'lucide-svelte';
|
||||
import { resolve } from '$app/paths';
|
||||
import { page } from '$app/state';
|
||||
@@ -141,6 +142,12 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Almoxarifado',
|
||||
icon: 'Package',
|
||||
link: '/almoxarifado',
|
||||
permission: { recurso: 'almoxarifado', acao: 'listar' }
|
||||
},
|
||||
{
|
||||
label: 'Objetos',
|
||||
icon: 'Tag',
|
||||
@@ -271,7 +278,8 @@
|
||||
ChevronDown,
|
||||
GitMerge,
|
||||
Settings,
|
||||
Tag
|
||||
Tag,
|
||||
Package
|
||||
};
|
||||
|
||||
function getIconComponent(name: string): IconType {
|
||||
|
||||
Reference in New Issue
Block a user