+ @switch (currentRoute()) {
+ @case ('dashboard') {
+
+
Welcome to Core IDE
+
Your development environment is ready.
+
+
+
+
+
+ {{ projectCount() }}
+ Projects
+
+
+
+
+
+
+ {{ taskCount() }}
+ Tasks
+
+
+
+
+
+
+ {{ gitChanges() }}
+ Changes
+
+
+
+
+
+
+
+
Quick Actions
+
+
+
+
+
+
+
+
+ }
+ @case ('explorer') {
+
+
File Explorer
+
Browse and manage your project files.
+
+ }
+ @case ('search') {
+
+
Search
+
Search across all files in your workspace.
+
+ }
+ @case ('git') {
+
+
Source Control
+
Manage your Git repositories and commits.
+
+ }
+ @case ('debug') {
+
+
Debug
+
Debug your applications.
+
+ }
+ @case ('terminal') {
+
+
Terminal
+
+
$ core dev health
+18 repos | clean | synced
+
+$ _
+
+
+ }
+ @case ('settings') {
+
+
Settings
+
Configure your IDE preferences.
+
+ }
+ @default {
+
+
{{ currentRoute() }}
+
+ }
+ }
+