-
+
+
- + LIGHT MODE + + + DARK MODE + +
diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 1ee7745..5a7ff58 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -7,6 +7,7 @@ import { SprintTableComponent } from './sprint-table/sprint-table.component';
// import { DashboardComponent } from './dashboard/dashboard.component';
+
const routes: Routes = [
{ path: 'tasks', component: TaskTableComponent },
{ path: 'userstories', component: UserstoryTableComponent },
diff --git a/src/app/app.component.css b/src/app/app.component.css
index e69de29..6812812 100644
--- a/src/app/app.component.css
+++ b/src/app/app.component.css
@@ -0,0 +1,22 @@
+.sidebar {
+ width: 150px;
+ position: relative;
+ float: left;
+ margin-top: 10px;
+ bottom: 0;
+ opacity: 95%;
+}
+
+.nav a {
+ font-size: 1em;
+}
+
+.nav a:hover:not(.active) {
+ font-size: 1.15em;
+ }
+
+.content {
+ position: relative;
+ float: right;
+ margin-top: 10px;
+}
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 2e44c1d..c7d0a40 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,39 +1,75 @@
-
- ID - - - - - - | -- Titel - - - - - - | -+ | ||
---|---|---|---|---|
+ ID + + + + + + | ++ Titel + + + + + + | +Start - + | End @@ -38,29 +38,29 @@ - + | -- | + - + - |
{{sprint.id}} | -{{sprint.title}} | -{{sprint.startDate | date:'dd.MM.yyyy'}} | -{{sprint.endDate | date:'dd.MM.yyyy'}} | -- - - | -
{{sprint.id}} | +{{sprint.title}} | +{{sprint.startDate | date:'dd.MM.yyyy'}} | +{{sprint.endDate | date:'dd.MM.yyyy'}} | ++ + + | +
- ID - - - - - - | -- Titel - - - - - - | -- Userstory - - - - - - | -- Status - - - - - - | -
-
- Priorität:
-
-
- {{filterPriority || "All"}}
-
-
-
-
-
-
-
-
-
-
- |
- - Assigned To - - - - - - | -- Category - - - - - - | -- |
---|---|---|---|---|---|---|---|
+ ID + + + + + + | ++ Titel + + + + + + | ++ Userstory + + + + + + | ++ Status + + + + + + | +
+
+ Priorität:
+
+
+ {{filterPriority || "All"}}
+
+
+
+
+
+
+
+
+
+
+ |
+ + Assigned To + + + + + + | ++ Category + + + + + + | ++ |
{{task.id}} | -{{task.title}} | -- - US #{{task.userstoryid}} - - | -- - {{getStatusTitleById(task.statusid)}} - - | -{{task.priority}} | -- - {{getUserNameById(task.assignedtoid)}} - - | -- - {{getCategoryTitleById(task.categoryid)}} - - | -- - - | -
{{task.id}} | +{{task.title}} | ++ + US #{{task.userstoryid}} + + | ++ + {{getStatusTitleById(task.statusid)}} + + | +{{task.priority}} | ++ + {{getUserNameById(task.assignedtoid)}} + + | ++ + {{getCategoryTitleById(task.categoryid)}} + + | ++ + + | +