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

Release to Master ☘️ #604

Merged
merged 73 commits into from
Mar 11, 2020
Merged

Release to Master ☘️ #604

merged 73 commits into from
Mar 11, 2020

Conversation

divyanshu-rawat
Copy link
Member

@divyanshu-rawat divyanshu-rawat commented Mar 10, 2020

ashishnagpal2498 and others added 30 commits March 6, 2020 22:36
@divyanshu-rawat divyanshu-rawat temporarily deployed to ignitus-pipe-develop-ffzuyyaqu March 11, 2020 00:15 Inactive
import * as t from './constants';
import '../Styles/style.scss';

interface Props {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: The keyword 'interface' is reserved

@@ -0,0 +1,2 @@
export const studentAuth: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/Assets_studentAuth.svg';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: Unexpected token :

import * as t from './constants';
import '../Styles/style.scss';

interface Props {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: The keyword 'interface' is reserved

@divyanshu-rawat divyanshu-rawat temporarily deployed to ignitus-pipe-develop-ffzuyyaqu March 11, 2020 01:07 Inactive
font-weight: lighter;
}
.alert-danger {
background-color: rgb(238, 21, 14);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like rgb(238, 21, 14) should only be used in variable declarations; they should be referred to via variable everywhere else.

text-align: center;
border-radius: 10px;
font-weight: lighter;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule declaration should be followed by an empty line

}

.alert {
text-align: center;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered border-radius, font-weight, text-align


&:hover {
text-decoration: underline;
color: #060591;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like #060591 should only be used in variable declarations; they should be referred to via variable everywhere else.

font-weight: bolder;

&:hover {
text-decoration: underline;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered color, text-decoration

}

.btn-linkedin {
background: #010071;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like #010071 should only be used in variable declarations; they should be referred to via variable everywhere else.


.container-image {
background: $ignite-color-blue-97;
border: 1px solid #fac76f;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like #fac76f should only be used in variable declarations; they should be referred to via variable everywhere else.

// border-radius: 0px 0px 0px 15px;
}

.text-below-image {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge rule .text-below-image with rule on line 84


.text-below-image {
background-color: $ignite-color-blue-97;
flex-basis: 43%;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered background-color, border, flex-basis

}

.loader {
display: flex;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered align-items, display, height, justify-content, width

@divyanshu-rawat divyanshu-rawat self-assigned this Mar 11, 2020
@divyanshu-rawat divyanshu-rawat added enhancement New feature or improvement of existing feature. onHold We don't plan to release it yet. release labels Mar 11, 2020
* issue #578 Error message UI fix

* issue #578 Error message UI fix line break added

* issue #578 details tab align

* minor changes #578

* minor fixes #578

* corrections #578

* for review 578

* padding changed

* code quality

* line break added

* edit

* edit 2

* Update CONTRIBUTION.md

* Update CONTRIBUTION.md

* margin added

* space removed

* api link corrected

* details link corrected

* final correction

* resolved conflicts & enhanced text message 🔨

Co-authored-by: Divyanshu Rawat <[email protected]>
@divyanshu-rawat divyanshu-rawat temporarily deployed to ignitus-pipe-develop-ffzuyyaqu March 11, 2020 18:40 Inactive
}

.button-bg:hover {
background: #060591;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like #060591 should only be used in variable declarations; they should be referred to via variable everywhere else.


.button-bg {
background: #010071;
border-color: #010071;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like #010071 should only be used in variable declarations; they should be referred to via variable everywhere else.

}

.button-bg {
background: #010071;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like #010071 should only be used in variable declarations; they should be referred to via variable everywhere else.

}

.email-border {
border-radius: 0 10px 10px 0;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shorthands of length 4 are not allowed. Value was 0 10px 10px 0

}

.password-border {
border-radius: 0 10px 10px 0;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shorthands of length 4 are not allowed. Value was 0 10px 10px 0


.container-custom {
max-width: 800px;
margin-top: 0px;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0px should be written without units as 0

@import './ignitus-tokens.scss';

.container-custom {
max-width: 800px;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered margin-left, margin-right, margin-top, max-width

@@ -0,0 +1,158 @@
// import ignitus token variables
@import './ignitus-tokens.scss';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imported partial ./ignitus-tokens.scss should be written as ./ignitus-tokens
Prefer double-quoted strings

background-color: $ignite-color-blue-bg;
color: $ignite-color-white;
}
.option:hover svg g rect {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge rule .option:hover svg g rect with rule on line 29
Selector should have depth of applicability no greater than 2, but was 4

.option:hover {
background-color: $ignite-color-blue-bg;
color: $ignite-color-white;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule declaration should be followed by an empty line

@divyanshu-rawat divyanshu-rawat temporarily deployed to ignitus-pipe-develop-ffzuyyaqu March 11, 2020 18:48 Inactive
margin-right: 25px;
}

svg g rect {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge rule svg g rect with rule on line 21
Selector should have depth of applicability no greater than 2, but was 3

font-weight: bold;
color: $ignite-color-blue-bg;
padding: 10px 30px;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule declaration should be followed by an empty line

padding: 20px 0;
}
.option {
font-size: 16px;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered color, font-size, font-weight, padding

box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
padding: 20px 0;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule declaration should be followed by an empty line

left: 75px;
top: 145px;
background: $ignite-color-white;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
0px should be written without units as 0

@import '../../styles/ignitus-tokens.scss';

.navigator {
position: absolute;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered background, border-radius, box-shadow, height, left, padding, position, top, width

@@ -0,0 +1,35 @@
@import '../../styles/ignitus-components-common.scss';
@import '../../styles/ignitus-tokens.scss';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imported partial ../../styles/ignitus-tokens.scss should be written as ../../styles/ignitus-tokens
Prefer double-quoted strings

@@ -0,0 +1,35 @@
@import '../../styles/ignitus-components-common.scss';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imported partial ../../styles/ignitus-components-common.scss should be written as ../../styles/ignitus-components-common
Prefer double-quoted strings

@divyanshu-rawat divyanshu-rawat changed the title Release to Master ☘️ (WIP) Release to Master ☘️ Mar 11, 2020
@divyanshu-rawat divyanshu-rawat temporarily deployed to ignitus-pipe-develop-ffzuyyaqu March 11, 2020 18:55 Inactive
Copy link
Member Author

@divyanshu-rawat divyanshu-rawat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Releasing v5 🔨★🚀☘️

@divyanshu-rawat divyanshu-rawat merged commit c7e7244 into master Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement of existing feature. onHold We don't plan to release it yet. PR: merged release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Folder structure refactoring. Write reusable code for login and sign up page Dashboard: Side Navigation
7 participants