Skip to content

Commit

Permalink
Merge pull request #2081 from RitvikSardana/remove-onboarding
Browse files Browse the repository at this point in the history
fix: remove onboarding
  • Loading branch information
RitvikSardana authored Dec 11, 2024
2 parents a1336d2 + ea2f646 commit 3e24314
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 728 deletions.
2 changes: 1 addition & 1 deletion desk/src/components/desk/global/AddNewAgentsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Button appearance="secondary" class="mr-2" @click="close()"
>Cancel</Button
>
<div class="grow">
<div class="grow mt-2">
<Button
@click="removeAllEmailFromQueue()"
v-if="inviteQueue.length > 1"
Expand Down
6 changes: 1 addition & 5 deletions desk/src/pages/desk/AgentRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { computed, defineAsyncComponent, onBeforeMount } from "vue";
import { useRouter } from "vue-router";
import { useAuthStore } from "@/stores/auth";
import { useConfigStore } from "@/stores/config";
import { CUSTOMER_PORTAL_LANDING, ONBOARDING_PAGE } from "@/router";
import { CUSTOMER_PORTAL_LANDING } from "@/router";
import { useScreenSize } from "@/composables/screen";
const router = useRouter();
Expand Down Expand Up @@ -37,9 +37,5 @@ onBeforeMount(() => {
if (!authStore.hasDeskAccess) {
router.replace({ name: CUSTOMER_PORTAL_LANDING });
}
if (!configStore.isSetupComplete) {
router.replace({ name: ONBOARDING_PAGE });
}
});
</script>
24 changes: 0 additions & 24 deletions desk/src/pages/onboarding/OnboardingIntro.vue

This file was deleted.

54 changes: 0 additions & 54 deletions desk/src/pages/onboarding/SetupFavicon.vue

This file was deleted.

53 changes: 0 additions & 53 deletions desk/src/pages/onboarding/SetupLogo.vue

This file was deleted.

57 changes: 0 additions & 57 deletions desk/src/pages/onboarding/SetupName.vue

This file was deleted.

46 changes: 0 additions & 46 deletions desk/src/pages/onboarding/SetupSkipEmail.vue

This file was deleted.

131 changes: 0 additions & 131 deletions desk/src/pages/onboarding/SimpleOnboarding.vue

This file was deleted.

Loading

0 comments on commit 3e24314

Please sign in to comment.