mirror of
				https://github.com/Mueller-Patrick/DHBW-Service-App.git
				synced 2025-10-31 09:35:48 +00:00 
			
		
		
		
	Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
		
						commit
						d6795e1b4c
					
				|  | @ -6,6 +6,7 @@ | |||
|    | ||||
| */ | ||||
| 
 | ||||
| "hey" = "Hey 👋🏻"; | ||||
| "today" = "Heute"; | ||||
| "tomorrow" = "Morgen"; | ||||
| "upcomingExams" = "Nächste Klausuren"; | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ | |||
|    | ||||
| */ | ||||
| 
 | ||||
| "hey" = "Hey 👋🏻"; | ||||
| "today" = "Today"; | ||||
| "tomorrow" = "Tomorrow"; | ||||
| "upcomingExams" = "Upcoming exams"; | ||||
|  |  | |||
|  | @ -21,9 +21,23 @@ struct HomeView: View { | |||
|         NavigationView { | ||||
|             VStack { | ||||
|                 HStack { | ||||
|                     Text("name".localized(tableName: "General", plural: false) + ": ") | ||||
|                     Text(self.name) | ||||
|                     Spacer() | ||||
|                     VStack { | ||||
|                         Text("hey".localized(tableName: "HomeView", plural: false)) | ||||
|                             .font(.title3) | ||||
|                             .frame(maxWidth: .infinity, alignment: .leading) | ||||
|                         Text(self.name) | ||||
|                             .bold() | ||||
|                             .frame(maxWidth: .infinity, alignment: .leading) | ||||
|                     } | ||||
|                     .padding() | ||||
|                     .background( | ||||
|                         RoundedRectangle(cornerRadius: 10) | ||||
|                             .fill(Color.gray) | ||||
|                     ) | ||||
|                     Spacer() | ||||
|                 } | ||||
|                 Spacer() | ||||
|                 HStack { | ||||
|                     Text("course".localized(tableName: "General", plural: false) + ": ") | ||||
|                     Text(self.course) | ||||
|  | @ -120,6 +134,7 @@ struct HomeView: View { | |||
|                      | ||||
|                     Spacer() | ||||
|                 } | ||||
|                 Spacer() | ||||
|             } | ||||
|             .navigationBarTitle(Text("Home")) | ||||
|         } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user