Skip to content

Commit

Permalink
Guild ID Index Design
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkidwarrior committed Feb 25, 2023
1 parent 74fcc0b commit f791387
Show file tree
Hide file tree
Showing 10 changed files with 512 additions and 369 deletions.
2 changes: 1 addition & 1 deletion apps/web/app/components/AdminButton.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/web/app/components/AdminButton.res
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let make = (~guildId) => {
<Remix.Link to={`/guilds/${guildId}/admin`} prefetch={#intent}>
<button
className="p-4 bg-transparent border-2 border-brightid font-semibold rounded-3xl text-large text-white">
className="py-1 px-2 bg-transparent border-2 border-brightOrange font-semibold rounded-xl text-large text-brightOrange hover:text-white hover:bg-brightOrange">
{`Admin Settings`->React.string}
</button>
</Remix.Link>
Expand Down
6 changes: 3 additions & 3 deletions apps/web/app/res-routes/Root_Index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/web/app/res-routes/Root_Index.res
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ let default = () => {
</div>
</div>
<section
className="py-4 gap-5 md:gap-0 lg:w-full max-w-5xl flex flex-col lg:flex-row justify-around items-center">
className="py-4 gap-5 lg:gap-0 lg:w-full max-w-5xl flex flex-col lg:flex-row justify-around items-center">
<div
className="lg:min-w-[237px] relative flex flex-col border border-brightBlue rounded-xl justify-center items-start bg-extraDark p-6 lg:p-12 self-stretch">
<img src="/assets/gift_icon.svg" className="pb-4" />
Expand All @@ -307,15 +307,15 @@ let default = () => {
</p>
</div>
<div
className="lg:min-w-[237px] relative flex flex-col border border-brightOrange rounded-xl justify-center items-start bg-extraDark p-6 lg:p-12 self-stretch">
className="lg:min-w-[237px] relative flex flex-col border border-brightOrange rounded-xl justify-center items-start bg-extraDark p-6 lg:p-12 self-stretch">
<img src="/assets/verified_icon.svg" className="pb-4" />
{verificationCount}
<p className=" text-white font-poppins text-xs font-semibold p-1">
{"Verifications"->React.string}
</p>
</div>
<div
className="lg:min-w-[237px] relative flex flex-col border border-brightGreen rounded-xl justify-center items-start bg-extraDark p-6 lg:p-12 self-stretch">
className="lg:min-w-[237px] relative flex flex-col border border-brightGreen rounded-xl justify-center items-start bg-extraDark p-6 lg:p-12 self-stretch">
<img src="/assets/unlock_icon.svg" className="pb-4" />
{usedSponsorships}
<p className=" text-white font-poppins text-xs font-semibold p-1">
Expand Down
183 changes: 169 additions & 14 deletions apps/web/app/res-routes/guilds/GuildId_Index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit f791387

@vercel
Copy link

@vercel vercel bot commented on f791387 Mar 14, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.