Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use internal link to space creation on landing page #1170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sekhmet
Copy link
Member

@Sekhmet Sekhmet commented Feb 10, 2025

Summary

Pointing to offchain form because it's what it did previously.

Closes: https://github.com/snapshot-labs/workflow/issues/445

How to test

  1. Go to landing page's footer.
  2. Click on create space link.
  3. It takes you to new interface.

@Sekhmet Sekhmet requested a review from bonustrack February 10, 2025 16:32
@Sekhmet Sekhmet force-pushed the sekhmet/create-space-link branch from d56d3e5 to 36e480b Compare February 10, 2025 16:32
Copy link
Member

@ChaituVR ChaituVR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utAck

Comment on lines 37 to 44
<AppLink
:to="{
name: 'create',
params: {
protocol: 'snapshot'
}
}"
>
Create a space
<IH-arrow-sm-right class="inline-block -rotate-45" />
</a>
</AppLink>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need two links, one for snapshot, one for x

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep only the link for Snapshot offchain first, I can't find a label that would not take too much space. Anyhow we will make a page /create with both S and SX choices later

apps/ui/src/components/Site/Footer.vue Outdated Show resolved Hide resolved
@Sekhmet Sekhmet force-pushed the sekhmet/create-space-link branch from 36e480b to 660f39b Compare February 10, 2025 17:08
@Sekhmet Sekhmet requested a review from wa0x6e February 10, 2025 17:11
Copy link
Contributor

@wa0x6e wa0x6e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utAck

:to="{
name: 'create-space-snapshot'
}"
>
Create a space
<IH-arrow-sm-right class="inline-block -rotate-45" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove this icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants