-
Notifications
You must be signed in to change notification settings - Fork 91
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
Brand new design for clr.fund dapp #546
base: develop
Are you sure you want to change the base?
Conversation
…d error due to infura requiring project id
Styles/new themes
<loader v-if="isLoading" /> | ||
<div | ||
<!-- <div |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, this comment was the reason i didn't see the transaction status update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pkretzschmar done
<p class="no-margin">Close</p> | ||
<img src="@/assets/close.svg" /> | ||
</div> | ||
<h2>Buidl Round criteria</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make Round
lowercase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pkretzschmar done
@@ -6,28 +6,39 @@ export interface Criterion { | |||
|
|||
const CRITERIA: Criterion[] = [ | |||
{ | |||
emoji: '🤲', | |||
emoji: '💰', | |||
criterion: 'Related to Buidl Honduras', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this copy from an older develop
branch? I think we changed it to use the variable operator
instead of hardcoded to Buidl Honduras
... But, I can fix this once we merge your branch as a separate PR for copy updates..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't found the variable operator
on the development branch. Can you point out were it is? Than I can change it =) @yuetloo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, what I really meant was don't change the text for the criteria defined in this file.
</div> | ||
</div> | ||
|
||
<round-status-banner /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new design removes the round status banner?
Using MACI, a zero-knowledge technology, it's impossible to prove | ||
how you contributed. This drives bribers insane because they have no | ||
idea whether you actually did what they bribed you to do! | ||
</p> | ||
<links to="/about/maci">About MACI</links> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it intentional that we are removing link to MACI
?
<links to="/about">About clr.fund</links> | ||
<p class="text-body"> | ||
<links to="/about">clr.fund forum ↗</links> | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link to clr.fund forum should be https://forum.clr.fund/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pkretzschmar done
</p> | ||
<p class="text-body"> | ||
<links to="/about">Fork your own CLR ↗</links> | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link to fork your own clrfund
should be https://github.com/clrfund/monorepo/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pkretzschmar done
<wallet-widget | ||
v-if="!currentUser" | ||
:isActionButton="true" | ||
:fullWidthMobile="true" | ||
/> | ||
<links v-if="currentUser" to="/verify/connect" class="btn-primary"> | ||
I have BrightID installed | ||
<links v-if="currentUser" to="/verify/connect" class="btn-action"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find changing the button text to Connect
here is confusing to me because sometimes it connects to wallet and sometimes redirects to the BrightID page.. What it used to do is that after the wallet is connected, it displays I have BrightID installed
and on click, redirects user to the BrightID page.
@click="disconnect" | ||
class="icon-btn" | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the disconnect button is not visible in the light mode.
background: var(--bg-secondary-color); | ||
border-radius: 0.5rem; | ||
color: #16161a; | ||
background: var(--bg-bright-id-widget); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The BrightId widget on the project list
page in the dark mode looks a bit cut off on the sides when user is not verified.
--link-color: #41BD8A; | ||
--bg-circle: transparent; | ||
--bg-btn-primary: #41BD8A; | ||
--bg-btn-secondary: transparent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the goals of this project is to make future brand customization easier/simpler. So, I was hoping the new design will help make this css variable list shorter and not to grow it. That way, rebranding will simply be changing a few colour defined here.
Luiza, as discussed with Pedro and rb, the screenshots in the doc of this project is for reference only, they are not updated, so, please don't change the text to match the screenshot in the doc. Please keep the text same as the |
Following are the issues (with screenshots) that i previously shared with Pedro.
There's scrollbar on previous design. |
|
|
|
|
@yuetloo worked on the Landing page as well, at least here the mobile version was broken |
Yes, the landing page (home page) wasn't working properly on mobile devices before, now it's https://www.loom.com/share/e5a2a6c84429497387e08ec3f329c709 |
This PR implements the new design proposed by General Magic.