-
Notifications
You must be signed in to change notification settings - Fork 22
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 circle dashboard demo #132
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
color: 'white' | 'black' | ||
} | ||
|
||
export const Icon = ({ type = 'area', color = 'white' }) => { |
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.
these should just go in assets/icons
with fill="currentColor"
so they can be used like <IconOrg className='text-white' />
pages/org-dashboard.tsx
Outdated
* Create sub-components for cards that lay out well with the group / org / area icons | ||
*/ | ||
|
||
const OrgDashboardPage: NextPage = () => { |
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.
lets use circle as terminology and have the url as /circles/[id-or-slug]
i just realized i started that review a while ago but never submitted it! apart from the little notes this looks solid, covers exactly what we need. next step would be rich text. i was thinking i'd use graphcms's ast on the back end--let me know what you think? https://github.com/GraphCMS/rich-text |
📝 Changed routes:
Commit 4d17565 (https://dual-power-cj817dk4l-blacksocialists.vercel.app). |
No description provided.