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 circle dashboard demo #132

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Conversation

replygirl
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Apr 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
dual-power-app ✅ Ready (Inspect) Visit Preview Aug 28, 2022 at 1:53AM (UTC)

color: 'white' | 'black'
}

export const Icon = ({ type = 'area', color = 'white' }) => {
Copy link
Contributor Author

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' />

* Create sub-components for cards that lay out well with the group / org / area icons
*/

const OrgDashboardPage: NextPage = () => {
Copy link
Contributor Author

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]

@replygirl
Copy link
Contributor Author

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

@replygirl
Copy link
Contributor Author

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.

None yet

3 participants