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

Parent configuration redesign #191

Merged
merged 7 commits into from
May 13, 2021
Merged

Conversation

LenkVskv
Copy link
Contributor

No description provided.


<ng-template #WorkshopsList>
<div class="wrapper-card">
<ng-container>
<div fxLayout='row wrap' fxLayoutAlign='space-evenly space-evenly' fxLayoutGap="20px grid">
<app-workshop-card class="cards" *ngFor="let card of cards$ | async " [card]="card">
<app-workshop-card class="cards" *ngFor="let card of cards " [card]="card">
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do we need this change?

@LenkVskv LenkVskv merged commit fbed749 into develop May 13, 2021
perepichai added a commit that referenced this pull request Jan 21, 2022
* feat: add reject modal window component

* feat: add reject reason field

* feat: add textarea to reject modal component

* feat: update onReject method

* feat: update element styles

* feat: add rejection message property

* feat: display rejection message

* feat: add third argument to onReject method

* feat: update onReject method

* feat: small component updates

* feat: fixing test

* feat: add types to arguments

* feat: remove onReject method

* feat: update declaration section

* feat: update indentations

* feat: test experiment

* feat: test experiment

* feat: test experiment

* fix: `Не вказано` is removed

* fix: add red border class if textarea is empty

* fix: update test

* fix: update test

* fix: update test final

* fix: remove wrapper and update disabled state

* fix: remove line

* feat: disable button where necessary

* fix: code improvements

* feat: replace formgroup with formcontrol

* fix: remove formcontrolname

* feat: hide instead of disable

* 191 scenario#2 (#780)

* feat: add props for popup when approve or reject

* feat: display popup when confirm application

Co-authored-by: Dmitry <dmitryy90@gmail.com>
@litvinets litvinets deleted the parent-configuration-redesign branch June 9, 2022 10:34
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