Add board navigation and assets
- Introduced new board-related assets in AssetsManager. - Updated NetworkManager to increase connection and receive timeouts to 20 seconds. - Added BoardRouteData for navigation to the BoardScreen. - Updated app routes to include the new board route. - Modified DesktopNavigationWidget to include a navigation item for the board. - Added a new string constant for the board label in TendersStrings.
This commit is contained in:
@@ -16,6 +16,8 @@ class AssetsManager {
|
||||
static const contracts = 'assets/icons/icon_contracts.svg';
|
||||
static const notify = 'assets/icons/notify_icon.svg';
|
||||
static const notifyActive = 'assets/icons/notify_icon_active.svg';
|
||||
static const board = 'assets/icons/board.svg';
|
||||
static const boardActive = 'assets/icons/board_active.svg';
|
||||
|
||||
// login page
|
||||
static const logo = 'assets/pngs/logo.png';
|
||||
|
||||
Reference in New Issue
Block a user