Remove scenes (#36)

* Remove scenes from the main menu

* Remove scenes from the profile view

* Remove 'scenes explainer' from onboarding flow

* Remove scene-related modals

* Remove member/membership code

* Remove all scenes-related items from notifications

* Remove scene-related code from posts feed

* Remove scene-related API helpers

* Update tests
This commit is contained in:
Paul Frazee
2023-01-17 10:11:30 -06:00
committed by GitHub
parent 5abcc8e336
commit bf1092ad86
29 changed files with 18 additions and 1714 deletions
-18
View File
@@ -25,22 +25,6 @@ export class EditProfileModal {
}
}
export class CreateSceneModal {
name = 'create-scene'
constructor() {
makeAutoObservable(this)
}
}
export class InviteToSceneModal {
name = 'invite-to-scene'
constructor(public profileView: ProfileViewModel) {
makeAutoObservable(this)
}
}
export class ServerInputModal {
name = 'server-input'
@@ -143,7 +127,6 @@ export class ShellUiModel {
activeModal:
| ConfirmModal
| EditProfileModal
| CreateSceneModal
| ServerInputModal
| ReportPostModal
| ReportAccountModal
@@ -191,7 +174,6 @@ export class ShellUiModel {
modal:
| ConfirmModal
| EditProfileModal
| CreateSceneModal
| ServerInputModal
| ReportPostModal
| ReportAccountModal,