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(cip-1694): restyle intro page #39

Merged
merged 3 commits into from
Jul 26, 2023
Merged

Conversation

vetalcore
Copy link
Collaborator

@vetalcore vetalcore commented Jul 19, 2023

Screenshot 2023-07-26 at 10 51 19 Screenshot 2023-07-26 at 10 51 32 Screenshot 2023-07-26 at 10 52 11 Screenshot 2023-07-26 at 10 52 24 Screenshot 2023-07-26 at 12 50 39

@vetalcore vetalcore requested a review from cfuisat July 19, 2023 16:13
@vetalcore vetalcore self-assigned this Jul 19, 2023
<Footer />
<Toaster
toastOptions={{
className: '',
Copy link
Contributor

Choose a reason for hiding this comment

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

of course use the class, i was in rush. and colours from theme. thanks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

resolved

@@ -1,4 +1,3 @@
export const USER_SESSION_KEY = 'userInSession';
// TODO: do we nned to think about localizations?
Copy link
Contributor

Choose a reason for hiding this comment

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

yes we need to add i18n

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

will add in a separate pr if approved

const time = new Date();
const endTime = moment('09-01-2023', 'MM-DD-YYYY'); // summit date
time.setSeconds(time.getSeconds() + endTime.diff(time, 'seconds')); // time left for summit date
const endTime = moment('09-01-2023', 'MM-DD-YYYY').format('D MMMM YYYY, h:mm a'); // summit date
Copy link
Contributor

Choose a reason for hiding this comment

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

can we add this as env variable?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

resolved

}));

// TODO: could we rename this to be more a generic one? just "slides"?
Copy link
Contributor

Choose a reason for hiding this comment

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

then it goes into components/common

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

resolved

@@ -116,7 +116,7 @@ const Vote = () => {
votePower: votingPower,
});
signMessage(canonicalVoteInput, async (signature, key) => {
// TODO: castAVoteWithDigitalSignature are incompatible with requestVoteObject
// FIXME: castAVoteWithDigitalSignature are incompatible with requestVoteObject
Copy link
Contributor

Choose a reason for hiding this comment

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

what do you mean ? :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

nvm, already resolved

@cfuisat
Copy link
Contributor

cfuisat commented Jul 20, 2023

Great work. looks awesome

@cfuisat
Copy link
Contributor

cfuisat commented Jul 21, 2023

Just a note i am off for 2 weeks, this PR is good to merge just take care of failed e2e tests. Thanks

@vetalcore vetalcore changed the base branch from main to develop July 26, 2023 07:49
@vetalcore vetalcore requested a review from kickloop July 26, 2023 08:18
@vetalcore vetalcore force-pushed the feature/restyle-intro-page branch 3 times, most recently from 559364b to 2f58f55 Compare July 26, 2023 09:51
Copy link
Contributor

@kickloop kickloop left a comment

Choose a reason for hiding this comment

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

LGTM

@vetalcore vetalcore changed the base branch from develop to main July 26, 2023 12:19
@vetalcore vetalcore merged commit c18e6d5 into main Jul 26, 2023
1 check passed
@matiwinnetou matiwinnetou deleted the feature/restyle-intro-page branch July 27, 2023 07:56
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.

3 participants