-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project dependencies, enhance app structure, and improve UI co…
…mponents - Updated .package.resolved to change the originHash and add the Atlantis package for enhanced development capabilities. - Refactored Project.swift to organize dependencies into base and development categories, improving clarity and maintainability. - Enhanced V2BarApp to initialize Atlantis in debug mode and added an AppDelegate for keyboard event handling. - Adjusted ContentView to increase the minimum height of NotificationsView for better layout. - Removed unnecessary task modifiers from NotificationsView and UserProfileView to streamline the code. These changes improve the project's dependency management, app structure, and user interface consistency.
- Loading branch information
Showing
6 changed files
with
113 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ struct ContentView: View { | |
Divider() | ||
|
||
NotificationsView() | ||
.minHeight(280) | ||
.minHeight(320) | ||
|
||
Divider() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters