-
Notifications
You must be signed in to change notification settings - Fork 39
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
[MDS-6024] All Documents Tab #3195
Conversation
…new components in common
…es, fix TS issues, update tests
…over tab component on MS
import { Loading as CommonLoading } from "@mds/common/components/common/Loading"; | ||
|
||
const Loading = () => { | ||
return <CommonLoading />; |
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.
nice to see load spinner be more consistent across minespace and core
<div id={href}> | ||
<Typography.Title level={titleLevel}> | ||
<DeleteOutlined | ||
// className="violet" |
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.
Can probably remove this
# Conflicts: # services/common/src/interfaces/projects/projectSummary.interface.ts
Quality Gate failed for 'bcgov-sonarcloud_mds_common'Failed conditions |
Quality Gate failed for 'bcgov-sonarcloud_mds_minespace-web'Failed conditions |
Quality Gate failed for 'bcgov-sonarcloud_mds_core-web'Failed conditions |
Objective
TO DO:
Minespace styling! Horizontal alignment in layout is bad (it overlaps, and also the content extends beyond the right page boundary)double check heading sizes, styling, spacing(it's not perfect but added Row/Col/gutter, Alert, and fixed heading sizes)would be nice if the random looking "top" values in stylesheet were at least composed of variables and didn't look completely arbitrary (& difficult to maintain if padding/margin changes)MDS-6024
Why are you making this change? Provide a short explanation and/or screenshots