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

Feat: add button on domains page #207

Merged
merged 1 commit into from Feb 15, 2023
Merged

Conversation

Myrfion
Copy link
Contributor

@Myrfion Myrfion commented Feb 14, 2023

Add button on the domains page that gets the user to new domain screen

Closes #198

Add button on the domains page that gets the user to new domain screen

Closes #198
@Myrfion Myrfion added the category: front end Front end part of our web service label Feb 14, 2023
@Myrfion Myrfion added this to the Milestone 0.3 milestone Feb 14, 2023
@Myrfion Myrfion self-assigned this Feb 14, 2023
@Myrfion Myrfion requested review from a user, Eakam1007, humphd and Ririio February 14, 2023 02:08
@@ -31,6 +32,11 @@ export default function DomainsIndexRoute() {
been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it to make a type specimen book.
</Text>
<Flex justifyContent="flex-end">
<Link to="/domains/new">
<Button rightIcon={<AddIcon boxSize={3} />}>Create new domain</Button>
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if Domain (capital) is better? Not sure.

Copy link
Contributor

Choose a reason for hiding this comment

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

We have other buttons on different page follow a capitalistic format for each word, maybe we can do the same thing here?

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't have a hard opinion on that, if you guts want I can change it to capital

Copy link
Contributor

Choose a reason for hiding this comment

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

Same, we should just set a standard and stick with it.

Copy link
Contributor

@Ririio Ririio left a comment

Choose a reason for hiding this comment

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

Looks great to me

@humphd humphd merged commit 312dcc6 into main Feb 15, 2023
@humphd humphd deleted the feature/198/add-domain-button branch February 15, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: front end Front end part of our web service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Add create new domain button on Domains page
3 participants