-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename neon app packages to reflect their folders
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
- Loading branch information
Showing
109 changed files
with
414 additions
and
415 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
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
# melos_managed_dependency_overrides: cookie_store,dynamite_runtime,file_icons,neon_dashboard,neon_files,neon_framework,neon_http_client,neon_lints,neon_news,neon_notes,neon_notifications,neon_talk,nextcloud,sort_box | ||
# melos_managed_dependency_overrides: cookie_store,dashboard_app,dynamite_runtime,file_icons,files_app,neon_framework,neon_http_client,neon_lints,news_app,nextcloud,notes_app,notifications_app,sort_box,talk_app | ||
dependency_overrides: | ||
cookie_store: | ||
path: ../../cookie_store | ||
dashboard_app: | ||
path: ../packages/dashboard_app | ||
dynamite_runtime: | ||
path: ../../dynamite/packages/dynamite_runtime | ||
file_icons: | ||
path: ../packages/file_icons | ||
neon_dashboard: | ||
path: ../packages/dashboard_app | ||
neon_files: | ||
files_app: | ||
path: ../packages/files_app | ||
neon_framework: | ||
path: .. | ||
neon_http_client: | ||
path: ../packages/neon_http_client | ||
neon_lints: | ||
path: ../../neon_lints | ||
neon_news: | ||
news_app: | ||
path: ../packages/news_app | ||
neon_notes: | ||
path: ../packages/notes_app | ||
neon_notifications: | ||
path: ../packages/notifications_app | ||
neon_talk: | ||
path: ../packages/talk_app | ||
nextcloud: | ||
path: ../../nextcloud | ||
notes_app: | ||
path: ../packages/notes_app | ||
notifications_app: | ||
path: ../packages/notifications_app | ||
sort_box: | ||
path: ../packages/sort_box | ||
talk_app: | ||
path: ../packages/talk_app |
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
14 changes: 7 additions & 7 deletions
14
packages/neon_framework/packages/dashboard_app/lib/src/pages/main.dart
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
2 changes: 1 addition & 1 deletion
2
packages/neon_framework/packages/dashboard_app/lib/src/routes.dart
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
Oops, something went wrong.