Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 04fbddf
Author: Sabe Jones <[email protected]>
Date:   Fri Aug 30 16:55:12 2024 -0500

    fix(groups): remove outdated group FAQ modal

commit a7ffdc9
Author: Sabe Jones <[email protected]>
Date:   Fri Aug 30 16:34:03 2024 -0500

    fix(groups): don't spawn Justin during Groups onboarding

commit c8205de
Author: Sabe Jones <[email protected]>
Date:   Fri Aug 30 16:03:03 2024 -0500

    fix(groups): correct static page account creation flow

commit 700718b
Author: Sabe Jones <[email protected]>
Date:   Fri Aug 23 17:47:28 2024 -0500

    chore(payments): start retiring Amazon Payments

commit 0df75b7
Author: Sabe Jones <[email protected]>
Date:   Tue Aug 20 10:34:28 2024 -0500

    fix(groups): don't use DO NOT USE modal

commit aed7ff5
Author: Sabe Jones <[email protected]>
Date:   Mon Aug 19 19:40:46 2024 -0500

    refactor(groups): rearrange some CSS for better semantics

commit fd74326
Author: Sabe Jones <[email protected]>
Date:   Fri Aug 16 18:11:47 2024 -0500

    fix(groups): add missing upgrade workflow pieces

commit ae44697
Author: Sabe Jones <[email protected]>
Date:   Thu Aug 15 10:32:36 2024 -0500

    WIP(groups): style and HTML corrections
    Also workflows for static and non-upgrade logged-in scenarios

commit c6a468d
Author: Sabe Jones <[email protected]>
Date:   Tue Aug 13 10:58:43 2024 -0500

    WIP(groups): refactored and revised landing designs
  • Loading branch information
Sabe Jones committed Sep 11, 2024
1 parent 9934e59 commit 91b47e5
Show file tree
Hide file tree
Showing 29 changed files with 304 additions and 1,367 deletions.
Binary file not shown.
Binary file modified website/client/src/assets/images/group-plans-static/[email protected]
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/client/src/assets/images/group-plans-static/[email protected]
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions website/client/src/assets/scss/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,15 @@ $gold-color: #FFA624;
$hourglass-color: #2995CD;

$purple-task: #925cf3;

.gray-200 {
color: $gray-200 !important;
}

.purple-300 {
color: $purple-300 !important;
}

.white {
color: $white !important;
}
3 changes: 1 addition & 2 deletions website/client/src/components/appFooter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<div>
<buy-gems-modal v-if="user" />
<!--modify-inventory(v-if="isUserLoaded")-->
<footer>
<!-- Product -->
<div class="product">
Expand All @@ -22,7 +21,7 @@
</a>
</li>
<li>
<router-link to="/group-plans">
<router-link :to="user ? '/group-plans' : '/static/group-plans'">
{{ $t('groupPlans') }}
</router-link>
</li>
Expand Down
214 changes: 0 additions & 214 deletions website/client/src/components/group-plans/createGroupModalPages.vue

This file was deleted.

Loading

0 comments on commit 91b47e5

Please sign in to comment.