This commit is contained in:
@@ -20,6 +20,7 @@ class ShellPage extends StatelessWidget {
|
||||
TrainingsRoute(),
|
||||
AnalysisRoute(),
|
||||
CalendarRoute(),
|
||||
GradingRoute(),
|
||||
ChatRoute(),
|
||||
],
|
||||
builder: (context, child) {
|
||||
@@ -86,6 +87,11 @@ class _Sidebar extends StatelessWidget {
|
||||
activeIcon: Icons.calendar_today,
|
||||
label: 'Calendar',
|
||||
),
|
||||
_NavItemData(
|
||||
icon: Icons.military_tech_outlined,
|
||||
activeIcon: Icons.military_tech,
|
||||
label: 'Grading',
|
||||
),
|
||||
_NavItemData(
|
||||
icon: Icons.chat_bubble_outline,
|
||||
activeIcon: Icons.chat_bubble,
|
||||
|
||||
Reference in New Issue
Block a user