refactor: migrate card component
Created by: Tirokk
Authored by alina-beck Merged
🍰 Pullrequest
- replaces the
ds-card
component from the styleguide with a newbase-card
component - adds a
CardWithColumns
component (for two-column layouts likeLoginForm
) - refactors and renames
Comment
component -->CommentCard
- refactors
TeaserImage
- refactors
ContributionForm
- refactors
CategoriesSelect
- refactors
Notification
- refactors and improves design of
DeleteData
- refactors, adjusts design and renames
PostCard
-->PostTeaser
- refactors and improves design of
LoginForm
ToDo
-
replace magic numbers
with variables😉 -
wait for PR #2585 to be merged into master
-
merge master
into this branch -
rename TeaserImage
toImageUploader
maybe in separate PRs:
-
remove unimplemented pages (and make sure we have issues for all the features) -
refactor post page
andprofile page
Design Changes
Issues
- fixes #2685 (closed)