From dd4632cdb62540b4c98abf5cf84359cd41cfc9da Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Sat, 10 Apr 2021 10:20:50 -0400 Subject: [PATCH 1/2] Changing folder names --- .../Aurora/{Design => UserInterface}/Behaviors/BehaviorBase.cs | 0 .../{Design => UserInterface}/Behaviors/EventToCommandBehavior.cs | 0 .../Components => UserInterface/Controls}/Dialogs/Modal.xaml | 0 .../Components => UserInterface/Controls}/Dialogs/Modal.xaml.cs | 0 .../Controls}/HorizontalList/HorizontalList.cs | 0 .../Controls}/ImageButton/ImageButton.xaml | 0 .../Controls}/ImageButton/ImageButton.xaml.cs | 0 .../Components => UserInterface/Controls}/Library/Library.css | 0 .../Components => UserInterface/Controls}/Library/Library.xaml | 0 .../Components => UserInterface/Controls}/Library/Library.xaml.cs | 0 .../Components => UserInterface/Controls}/MediaPlayer/Player.css | 0 .../Components => UserInterface/Controls}/MediaPlayer/Player.xaml | 0 .../Controls}/MediaPlayer/Player.xaml.cs | 0 .../Controls}/MemberList/MemberList.css | 0 .../Controls}/MemberList/MemberList.xaml | 0 .../Controls}/MemberList/MemberList.xaml.cs | 0 .../Controls}/NavigationMenu/NavigationGroupItem.cs | 0 .../Controls}/NavigationMenu/NavigationItem.cs | 0 .../Controls}/NavigationMenu/NavigationMenu.css | 0 .../Controls}/NavigationMenu/NavigationMenu.xaml | 0 .../Controls}/NavigationMenu/NavigationMenu.xaml.cs | 0 .../Components => UserInterface/Controls}/TabView/TabItem.cs | 0 .../Components => UserInterface/Controls}/TabView/TabView.cs | 0 .../{Design => UserInterface}/Converters/DoubleToLayoutOptions.cs | 0 .../{Design => UserInterface}/Converters/InverseBoolConverter.cs | 0 .../{Design => UserInterface}/Converters/NullToBullConverter.cs | 0 .../{Design => UserInterface}/Converters/PlayIconConverter.cs | 0 .../Converters/SelectedTabHeaderToTabBackgroundColorConverter.cs | 0 .../{Design => UserInterface}/Converters/ToUpperConverter.cs | 0 .../Extensions/ImageResourceExtension.cs | 0 .../Aurora/{Design => UserInterface}/Views/Albums/AlbumsView.xaml | 0 .../{Design => UserInterface}/Views/Albums/AlbumsView.xaml.cs | 0 .../{Design => UserInterface}/Views/Albums/AlbumsViewModel.cs | 0 .../{Design => UserInterface}/Views/Artists/ArtistsView.xaml | 0 .../{Design => UserInterface}/Views/Artists/ArtistsView.xaml.cs | 0 .../{Design => UserInterface}/Views/Artists/ArtistsViewModel.cs | 0 .../Aurora/{Design => UserInterface}/Views/BaseDialogViewModel.cs | 0 .../Aurora/{Design => UserInterface}/Views/BaseViewModel.cs | 0 .../Aurora/{Design => UserInterface}/Views/MainView/MainView.css | 0 .../Aurora/{Design => UserInterface}/Views/MainView/MainView.xaml | 0 .../{Design => UserInterface}/Views/MainView/MainView.xaml.cs | 0 .../{Design => UserInterface}/Views/MainView/MainViewModel.cs | 0 .../{Design => UserInterface}/Views/MainView/PageContainer.xaml | 0 .../Views/MainView/PageContainer.xaml.cs | 0 .../Views/Party/NewPartyDialog/ConnectionDetails.cs | 0 .../Views/Party/NewPartyDialog/NewPartyDialog.css | 0 .../Views/Party/NewPartyDialog/NewPartyDialog.xaml | 0 .../Views/Party/NewPartyDialog/NewPartyDialog.xaml.cs | 0 .../Views/Party/NewPartyDialog/NewPartyDialogViewModel.cs | 0 .../Aurora/{Design => UserInterface}/Views/Party/PartyView.css | 0 .../Aurora/{Design => UserInterface}/Views/Party/PartyView.xaml | 0 .../{Design => UserInterface}/Views/Party/PartyView.xaml.cs | 0 .../{Design => UserInterface}/Views/Party/PartyViewModel.cs | 0 .../{Design => UserInterface}/Views/Profile/ProfileView.xaml | 0 .../{Design => UserInterface}/Views/Profile/ProfileView.xaml.cs | 0 .../{Design => UserInterface}/Views/Profile/ProfileViewModel.cs | 0 .../Aurora/{Design => UserInterface}/Views/Songs/SongsView.xaml | 0 .../{Design => UserInterface}/Views/Songs/SongsView.xaml.cs | 0 .../{Design => UserInterface}/Views/Songs/SongsViewModel.cs | 0 .../Views/Stations/StationsViewModel.xaml | 0 .../Views/Stations/StationsViewModel.xaml.cs | 0 .../{Design => UserInterface}/Views/Stations/StatiosnViewModel.cs | 0 62 files changed, 0 insertions(+), 0 deletions(-) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Behaviors/BehaviorBase.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Behaviors/EventToCommandBehavior.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/Dialogs/Modal.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/Dialogs/Modal.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/HorizontalList/HorizontalList.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/ImageButton/ImageButton.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/ImageButton/ImageButton.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/Library/Library.css (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/Library/Library.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/Library/Library.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/MediaPlayer/Player.css (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/MediaPlayer/Player.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/MediaPlayer/Player.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/MemberList/MemberList.css (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/MemberList/MemberList.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/MemberList/MemberList.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/NavigationMenu/NavigationGroupItem.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/NavigationMenu/NavigationItem.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/NavigationMenu/NavigationMenu.css (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/NavigationMenu/NavigationMenu.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/NavigationMenu/NavigationMenu.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/TabView/TabItem.cs (100%) rename aurora-sharp-desktop/Aurora/{Design/Components => UserInterface/Controls}/TabView/TabView.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Converters/DoubleToLayoutOptions.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Converters/InverseBoolConverter.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Converters/NullToBullConverter.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Converters/PlayIconConverter.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Converters/SelectedTabHeaderToTabBackgroundColorConverter.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Converters/ToUpperConverter.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Extensions/ImageResourceExtension.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Albums/AlbumsView.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Albums/AlbumsView.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Albums/AlbumsViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Artists/ArtistsView.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Artists/ArtistsView.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Artists/ArtistsViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/BaseDialogViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/BaseViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/MainView/MainView.css (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/MainView/MainView.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/MainView/MainView.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/MainView/MainViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/MainView/PageContainer.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/MainView/PageContainer.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/NewPartyDialog/ConnectionDetails.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/NewPartyDialog/NewPartyDialog.css (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/NewPartyDialog/NewPartyDialog.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/NewPartyDialog/NewPartyDialog.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/NewPartyDialog/NewPartyDialogViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/PartyView.css (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/PartyView.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/PartyView.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Party/PartyViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Profile/ProfileView.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Profile/ProfileView.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Profile/ProfileViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Songs/SongsView.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Songs/SongsView.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Songs/SongsViewModel.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Stations/StationsViewModel.xaml (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Stations/StationsViewModel.xaml.cs (100%) rename aurora-sharp-desktop/Aurora/{Design => UserInterface}/Views/Stations/StatiosnViewModel.cs (100%) diff --git a/aurora-sharp-desktop/Aurora/Design/Behaviors/BehaviorBase.cs b/aurora-sharp-desktop/Aurora/UserInterface/Behaviors/BehaviorBase.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Behaviors/BehaviorBase.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Behaviors/BehaviorBase.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Behaviors/EventToCommandBehavior.cs b/aurora-sharp-desktop/Aurora/UserInterface/Behaviors/EventToCommandBehavior.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Behaviors/EventToCommandBehavior.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Behaviors/EventToCommandBehavior.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/Dialogs/Modal.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Controls/Dialogs/Modal.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/Dialogs/Modal.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/Dialogs/Modal.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Components/Dialogs/Modal.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/Dialogs/Modal.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/Dialogs/Modal.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/Dialogs/Modal.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/HorizontalList/HorizontalList.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/HorizontalList/HorizontalList.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/HorizontalList/HorizontalList.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/HorizontalList/HorizontalList.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/ImageButton/ImageButton.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Controls/ImageButton/ImageButton.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/ImageButton/ImageButton.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/ImageButton/ImageButton.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Components/ImageButton/ImageButton.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/ImageButton/ImageButton.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/ImageButton/ImageButton.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/ImageButton/ImageButton.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/Library/Library.css b/aurora-sharp-desktop/Aurora/UserInterface/Controls/Library/Library.css similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/Library/Library.css rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/Library/Library.css diff --git a/aurora-sharp-desktop/Aurora/Design/Components/Library/Library.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Controls/Library/Library.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/Library/Library.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/Library/Library.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Components/Library/Library.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/Library/Library.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/Library/Library.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/Library/Library.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/MediaPlayer/Player.css b/aurora-sharp-desktop/Aurora/UserInterface/Controls/MediaPlayer/Player.css similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/MediaPlayer/Player.css rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/MediaPlayer/Player.css diff --git a/aurora-sharp-desktop/Aurora/Design/Components/MediaPlayer/Player.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Controls/MediaPlayer/Player.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/MediaPlayer/Player.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/MediaPlayer/Player.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Components/MediaPlayer/Player.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/MediaPlayer/Player.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/MediaPlayer/Player.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/MediaPlayer/Player.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/MemberList/MemberList.css b/aurora-sharp-desktop/Aurora/UserInterface/Controls/MemberList/MemberList.css similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/MemberList/MemberList.css rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/MemberList/MemberList.css diff --git a/aurora-sharp-desktop/Aurora/Design/Components/MemberList/MemberList.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Controls/MemberList/MemberList.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/MemberList/MemberList.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/MemberList/MemberList.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Components/MemberList/MemberList.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/MemberList/MemberList.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/MemberList/MemberList.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/MemberList/MemberList.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationGroupItem.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationGroupItem.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationGroupItem.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationGroupItem.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationItem.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationItem.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationItem.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationItem.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationMenu.css b/aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationMenu.css similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationMenu.css rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationMenu.css diff --git a/aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationMenu.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationMenu.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationMenu.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationMenu.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationMenu.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationMenu.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationMenu.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationMenu.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/TabView/TabItem.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/TabView/TabItem.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/TabView/TabItem.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/TabView/TabItem.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Components/TabView/TabView.cs b/aurora-sharp-desktop/Aurora/UserInterface/Controls/TabView/TabView.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Components/TabView/TabView.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Controls/TabView/TabView.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Converters/DoubleToLayoutOptions.cs b/aurora-sharp-desktop/Aurora/UserInterface/Converters/DoubleToLayoutOptions.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Converters/DoubleToLayoutOptions.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Converters/DoubleToLayoutOptions.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Converters/InverseBoolConverter.cs b/aurora-sharp-desktop/Aurora/UserInterface/Converters/InverseBoolConverter.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Converters/InverseBoolConverter.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Converters/InverseBoolConverter.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Converters/NullToBullConverter.cs b/aurora-sharp-desktop/Aurora/UserInterface/Converters/NullToBullConverter.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Converters/NullToBullConverter.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Converters/NullToBullConverter.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Converters/PlayIconConverter.cs b/aurora-sharp-desktop/Aurora/UserInterface/Converters/PlayIconConverter.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Converters/PlayIconConverter.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Converters/PlayIconConverter.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Converters/SelectedTabHeaderToTabBackgroundColorConverter.cs b/aurora-sharp-desktop/Aurora/UserInterface/Converters/SelectedTabHeaderToTabBackgroundColorConverter.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Converters/SelectedTabHeaderToTabBackgroundColorConverter.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Converters/SelectedTabHeaderToTabBackgroundColorConverter.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Converters/ToUpperConverter.cs b/aurora-sharp-desktop/Aurora/UserInterface/Converters/ToUpperConverter.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Converters/ToUpperConverter.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Converters/ToUpperConverter.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Extensions/ImageResourceExtension.cs b/aurora-sharp-desktop/Aurora/UserInterface/Extensions/ImageResourceExtension.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Extensions/ImageResourceExtension.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Extensions/ImageResourceExtension.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Albums/AlbumsView.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/Albums/AlbumsView.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Albums/AlbumsView.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Albums/AlbumsView.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Albums/AlbumsView.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Albums/AlbumsView.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Albums/AlbumsView.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Albums/AlbumsView.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Albums/AlbumsViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Albums/AlbumsViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Albums/AlbumsViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Albums/AlbumsViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Artists/ArtistsView.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/Artists/ArtistsView.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Artists/ArtistsView.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Artists/ArtistsView.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Artists/ArtistsView.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Artists/ArtistsView.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Artists/ArtistsView.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Artists/ArtistsView.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Artists/ArtistsViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Artists/ArtistsViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Artists/ArtistsViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Artists/ArtistsViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/BaseDialogViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/BaseDialogViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/BaseDialogViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/BaseDialogViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/BaseViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/BaseViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/BaseViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/BaseViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/MainView/MainView.css b/aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainView.css similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/MainView/MainView.css rename to aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainView.css diff --git a/aurora-sharp-desktop/Aurora/Design/Views/MainView/MainView.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainView.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/MainView/MainView.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainView.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/MainView/MainView.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainView.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/MainView/MainView.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainView.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/MainView/MainViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/MainView/MainViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/MainViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/MainView/PageContainer.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/PageContainer.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/MainView/PageContainer.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/PageContainer.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/MainView/PageContainer.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/PageContainer.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/MainView/PageContainer.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/MainView/PageContainer.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/ConnectionDetails.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/ConnectionDetails.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/ConnectionDetails.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/ConnectionDetails.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialog.css b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialog.css similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialog.css rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialog.css diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialog.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialog.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialog.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialog.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialog.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialog.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialog.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialog.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialogViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialogViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/NewPartyDialog/NewPartyDialogViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/NewPartyDialog/NewPartyDialogViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/PartyView.css b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyView.css similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/PartyView.css rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyView.css diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/PartyView.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyView.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/PartyView.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyView.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/PartyView.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyView.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/PartyView.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyView.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Party/PartyViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Party/PartyViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Party/PartyViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Profile/ProfileView.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileView.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Profile/ProfileView.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileView.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Profile/ProfileView.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileView.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Profile/ProfileView.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileView.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Profile/ProfileViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Profile/ProfileViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Songs/SongsView.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/Songs/SongsView.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Songs/SongsView.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Songs/SongsView.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Songs/SongsView.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Songs/SongsView.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Songs/SongsView.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Songs/SongsView.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Songs/SongsViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Songs/SongsViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Songs/SongsViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Songs/SongsViewModel.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Stations/StationsViewModel.xaml b/aurora-sharp-desktop/Aurora/UserInterface/Views/Stations/StationsViewModel.xaml similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Stations/StationsViewModel.xaml rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Stations/StationsViewModel.xaml diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Stations/StationsViewModel.xaml.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Stations/StationsViewModel.xaml.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Stations/StationsViewModel.xaml.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Stations/StationsViewModel.xaml.cs diff --git a/aurora-sharp-desktop/Aurora/Design/Views/Stations/StatiosnViewModel.cs b/aurora-sharp-desktop/Aurora/UserInterface/Views/Stations/StatiosnViewModel.cs similarity index 100% rename from aurora-sharp-desktop/Aurora/Design/Views/Stations/StatiosnViewModel.cs rename to aurora-sharp-desktop/Aurora/UserInterface/Views/Stations/StatiosnViewModel.cs -- 2.45.2 From 733649c62bf97677eaffc7df0d6c790b44dca06e Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Sun, 11 Apr 2021 14:21:48 -0400 Subject: [PATCH 2/2] Adding story templates --- .gitea/bug_template.md | 22 ++++++++++++++++++++++ .gitea/issue_template.md | 21 +++++++++++++++++++++ aurora.code-workspace | 11 +++++++---- 3 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 .gitea/bug_template.md create mode 100644 .gitea/issue_template.md diff --git a/.gitea/bug_template.md b/.gitea/bug_template.md new file mode 100644 index 0000000..74b1f8e --- /dev/null +++ b/.gitea/bug_template.md @@ -0,0 +1,22 @@ +--- + +name: "Bug" +about: "Add a bug to the backlog" +title: "[Bug] " +labels: + +- bug + +--- + +## Description + +## Steps to Reproduce + +## Expected Behavior + +## Actual Behavior + +## Resources + +## Notes diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md new file mode 100644 index 0000000..963f1a0 --- /dev/null +++ b/.gitea/issue_template.md @@ -0,0 +1,21 @@ +--- + +name: "New Story" +about: "Add a new story to the backlog" +title: "[Feature] " +labels: + +- feature + +--- + +## Story +**As a**: +**I want**: +**So that**: + +## Description + +## Resources + +## Notes diff --git a/aurora.code-workspace b/aurora.code-workspace index 8d07a0e..c9e437f 100644 --- a/aurora.code-workspace +++ b/aurora.code-workspace @@ -1,15 +1,18 @@ { "folders": [ { - "path": "aurora-sharp-desktop" + "path": "aurora-sharp-desktop" }, { - "path": "aurora-cradle-sharp" + "path": "aurora-cradle-sharp" }, { - "path": "aurora-proto" + "path": "aurora-proto" + }, + { + "path": ".gitea" } - ], +], "settings": { "files.exclude": { "**/obj": true -- 2.45.2