feat: Implement FAQs feature for staff application with updated routing and UI components

This commit is contained in:
Achintha Isuru
2026-02-18 23:21:26 -05:00
parent 316a010779
commit 8578723fb3
12 changed files with 54 additions and 241 deletions

View File

@@ -203,7 +203,9 @@ class StaffPaths {
static const String leaderboard = '/leaderboard';
/// FAQs - frequently asked questions.
static const String faqs = '/faqs';
///
/// Access to frequently asked questions about the staff application.
static const String faqs = '/worker-main/faqs/';
// ==========================================================================
// PRIVACY & SECURITY