feat(frontend): add API client, layout, and routing
- Create Axios-based API client with sources, jobs, and dashboard endpoints - Add responsive Layout component with navigation sidebar - Set up React Router with Dashboard, Backups, and Settings routes - Configure TanStack Query provider with default options - Use lucide-react for navigation icons
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"dateTime": "%Y. %B %-e., %A %X",
|
||||
"date": "%Y. %m. %d.",
|
||||
"time": "%H:%M:%S",
|
||||
"periods": ["de.", "du."],
|
||||
"days": ["vasárnap", "hétfő", "kedd", "szerda", "csütörtök", "péntek", "szombat"],
|
||||
"shortDays": ["V", "H", "K", "Sze", "Cs", "P", "Szo"],
|
||||
"months": ["január", "február", "március", "április", "május", "június", "július", "augusztus", "szeptember", "október", "november", "december"],
|
||||
"shortMonths": ["jan.", "feb.", "már.", "ápr.", "máj.", "jún.", "júl.", "aug.", "szept.", "okt.", "nov.", "dec."]
|
||||
}
|
||||
Reference in New Issue
Block a user