-
Notifications
You must be signed in to change notification settings - Fork 2
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
Task/86 markdown description #104
Conversation
…page & ontology cards)
src/common/markdown/GMarkdown.tsx
Outdated
maxContentHeight?: number; | ||
}; | ||
|
||
const GMarkdown: React.FC<GMarkdownProps> = ({ isCard, maxContentHeight = 200, children }) => { |
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.
There might be other type of files like some helpers, hooks, services, ... which will be created in the common. Therefore can you please create a 'components' folder inside the 'common' and move your markdown component and css into that. Something like src/common/components/markdown/GMakdown.tsx
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.
This is not solved.
src/components/detailsPage/pages/resources/ResourcesDetailsPage.tsx
Outdated
Show resolved
Hide resolved
src/components/detailsPage/pages/resources/ResourcesDetailsPage.tsx
Outdated
Show resolved
Hide resolved
src/components/detailsPage/pages/resources/ResourcesDetailsPage.tsx
Outdated
Show resolved
Hide resolved
src/components/detailsPage/pages/resources/ResourcesDetailsPage.tsx
Outdated
Show resolved
Hide resolved
src/components/detailsPage/pages/resources/ResourcesMainContent.tsx
Outdated
Show resolved
Hide resolved
src/components/detailsPage/pages/resources/ResourcesDetailsPage.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Keresztes Zsolt <[email protected]>
Signed-off-by: Keresztes Zsolt <[email protected]>
Signed-off-by: Keresztes Zsolt <[email protected]>
# Conflicts: # src/components/ItemCard/ItemCard.tsx # src/components/Routes.tsx
No description provided.