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

[VA-4] toolbar #10

Merged
merged 8 commits into from
Feb 11, 2020
Merged

[VA-4] toolbar #10

merged 8 commits into from
Feb 11, 2020

Conversation

elideg
Copy link
Collaborator

@elideg elideg commented Feb 11, 2020

Removed template code from app component/scss, created material barrel roll module, added core-functionality to ui-toolbar.

>
</details>
</main>
<vulnerability-checker-ui-toolbar>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't the selector be gc instead of vulnerability-checker?

MatTooltipModule,
MatTreeModule,
} from '@angular/material';
import {A11yModule} from '@angular/cdk/a11y';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need all of these CDK imports? I don't think we will be using them all.

</span>

<form>
<mat-form-field class="search" appearance="none">
Copy link
Collaborator

Choose a reason for hiding this comment

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

formatting seems a bit off in this file

@@ -0,0 +1,42 @@
@import '../../../../theme/theme.scss';

mat-toolbar {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we have the bootstrap-utilities and bootstrap-4-grid classes installed yet? Most of these styles can go away by leveraging those.

@import '../../../../theme/theme.scss';

mat-toolbar {
display: flex;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Also, styles in this file will leak out, you need to encapsulate your styles in here now.

@elideg elideg changed the title added toolbar VA-4-tooblar Feb 11, 2020
@elideg elideg changed the title VA-4-tooblar VA-4-toolbar Feb 11, 2020
@VicAv99 VicAv99 closed this Feb 11, 2020
Copy link
Collaborator

@VicAv99 VicAv99 left a comment

Choose a reason for hiding this comment

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

Closing this pull request since the title does not match ^[VA-\d*] pattern. Please fix the title and re-open the pull request.

@VicAv99 VicAv99 changed the title VA-4-toolbar [VA-4] toolbar Feb 11, 2020
@VicAv99 VicAv99 reopened this Feb 11, 2020
@VicAv99
Copy link
Collaborator

VicAv99 commented Feb 11, 2020

/rebase

@VicAv99 VicAv99 merged commit deed738 into develop Feb 11, 2020
davidavila2 pushed a commit that referenced this pull request Feb 19, 2020
* added toolbar

* fixed styling on toolbar, added bootstrap utilities, removed cdk from material bootstrap module

* Apply suggestions from code review

Co-Authored-By: Victor Avila <[email protected]>

* changed formating, added bootstrap-4-grid

* removed default font styles, formatted scss files

* [VA-000]: create pr template and remove extensions.json (#11)

* chore: create pr template and remove extensions.json

* chore: add actions

Co-authored-by: David Avila <[email protected]>

* Update libs/ui-libraries/src/lib/ui-toolbar/ui-toolbar.component.scss

* chore: remove .md from template

* [VA-4] toolbar (#10)

* added toolbar

* fixed styling on toolbar, added bootstrap utilities, removed cdk from material bootstrap module

* Apply suggestions from code review

Co-Authored-By: Victor Avila <[email protected]>

* changed formating, added bootstrap-4-grid

* removed default font styles, formatted scss files

* Update libs/ui-libraries/src/lib/ui-toolbar/ui-toolbar.component.scss

Co-authored-by: Victor Avila <[email protected]>

* Update libs/ui-libraries/src/lib/ui-toolbar/ui-toolbar.component.scss

Co-Authored-By: Victor Avila <[email protected]>

* Update apps/vulnerability-checker/src/index.html

Co-Authored-By: Victor Avila <[email protected]>

* Update libs/theme/_variables.scss

Co-Authored-By: Victor Avila <[email protected]>

* Update libs/theme/theme.scss

Co-Authored-By: Victor Avila <[email protected]>

* generate auth and user services

* Generated Auth

* remove git workflows.

* [VA-8] info (#16)

* created repo-info component

* refactored css in repo-info, and ui-toolbar

* cleaned up styling --david

* last chnage. changed order of css classes

* fix styles accordingly to PR

* fixed styling on toolbar and repo info

Co-authored-by: David Avila <[email protected]>

* [VA-17] global styles (#17)

* generated fonts.scss, and updated main.scss

* updated font styles in info component

Co-authored-by: elideg <[email protected]>
Co-authored-by: Victor Avila <[email protected]>
davidavila2 pushed a commit that referenced this pull request Feb 21, 2020
* Merge Develop into Master (#21)

* added toolbar

* fixed styling on toolbar, added bootstrap utilities, removed cdk from material bootstrap module

* Apply suggestions from code review

Co-Authored-By: Victor Avila <[email protected]>

* changed formating, added bootstrap-4-grid

* removed default font styles, formatted scss files

* [VA-000]: create pr template and remove extensions.json (#11)

* chore: create pr template and remove extensions.json

* chore: add actions

Co-authored-by: David Avila <[email protected]>

* Update libs/ui-libraries/src/lib/ui-toolbar/ui-toolbar.component.scss

* chore: remove .md from template

* [VA-4] toolbar (#10)

* added toolbar

* fixed styling on toolbar, added bootstrap utilities, removed cdk from material bootstrap module

* Apply suggestions from code review

Co-Authored-By: Victor Avila <[email protected]>

* changed formating, added bootstrap-4-grid

* removed default font styles, formatted scss files

* Update libs/ui-libraries/src/lib/ui-toolbar/ui-toolbar.component.scss

Co-authored-by: Victor Avila <[email protected]>

* Update libs/ui-libraries/src/lib/ui-toolbar/ui-toolbar.component.scss

Co-Authored-By: Victor Avila <[email protected]>

* Update apps/vulnerability-checker/src/index.html

Co-Authored-By: Victor Avila <[email protected]>

* Update libs/theme/_variables.scss

Co-Authored-By: Victor Avila <[email protected]>

* Update libs/theme/theme.scss

Co-Authored-By: Victor Avila <[email protected]>

* generate auth and user services

* Generated Auth

* remove git workflows.

* [VA-8] info (#16)

* created repo-info component

* refactored css in repo-info, and ui-toolbar

* cleaned up styling --david

* last chnage. changed order of css classes

* fix styles accordingly to PR

* fixed styling on toolbar and repo info

Co-authored-by: David Avila <[email protected]>

* [VA-17] global styles (#17)

* generated fonts.scss, and updated main.scss

* updated font styles in info component

Co-authored-by: elideg <[email protected]>
Co-authored-by: Victor Avila <[email protected]>

* add: utilities file in theme lib

* update repo-info to use utilities

* updated ui-toolbar to use utilities

* removed unneccessary imports

Co-authored-by: David Avila <[email protected]>
Co-authored-by: elideg <[email protected]>
Co-authored-by: Victor Avila <[email protected]>
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.

2 participants