-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #441 from PermanentOrg/PER-9757-update-name-your-a…
…rchive-screen
- Loading branch information
Showing
13 changed files
with
73 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 29 additions & 23 deletions
52
src/app/onboarding/components/glam/name-archive-screen/name-archive-screen.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,54 @@ | ||
<div class="archive-naming"> | ||
<div> | ||
<p> | ||
Name your new archive. This is the legal or official name of the person, | ||
family, group, or organization the archive is about. You can edit the name | ||
later if needed. | ||
Name your new archive. This is the formal or official name of the person, | ||
family, group, or organization the archive represents. | ||
</p> | ||
<div class="name-archive-input"> | ||
<p class="the-text">The</p> | ||
<pr-form-input-glam | ||
type="text" | ||
fieldName="name" | ||
fieldName="archiveName" | ||
[variant]="'dark'" | ||
[control]="nameForm.controls['name']" | ||
[iconPosition]="{ right: '-25px' }" | ||
[control]="nameForm.controls['archiveName']" | ||
[styling]="{ | ||
height: '50px', | ||
padding: '0px', | ||
'padding-left': '80px', | ||
'font-size': '24px' | ||
}" | ||
[hideLabel]="true" | ||
placeholder="Archive Subject" | ||
placeholder="" | ||
></pr-form-input-glam> | ||
<p class="archive-text">Archive</p> | ||
</div> | ||
</div> | ||
|
||
<div class="buttons-container"> | ||
<pr-button | ||
[orientation]="'right'" | ||
(buttonClick)="backToCreate()" | ||
[icon]="'/onboarding/back'" | ||
class="back-button" | ||
>Back</pr-button | ||
> | ||
<pr-button | ||
[orientation]="'right'" | ||
[variant]="'secondary'" | ||
[icon]="'/onboarding/arrow-right'" | ||
[disabled]="!nameForm.valid" | ||
(buttonClick)="createArchive()" | ||
[size]="'fill'" | ||
class="create-archive-button" | ||
>Create the archive</pr-button | ||
> | ||
<div class="back-button-container"> | ||
<pr-button | ||
[orientation]="'right'" | ||
(buttonClick)="backToCreate()" | ||
[icon]="'/onboarding/back'" | ||
[size]="'fill'" | ||
[style]="{ justifyContent: 'center' }" | ||
class="back-button" | ||
>Back</pr-button | ||
> | ||
</div> | ||
<div class="create-archive-button-container"> | ||
<pr-button | ||
[orientation]="'right'" | ||
[variant]="'secondary'" | ||
[icon]="'/onboarding/arrow-right'" | ||
[disabled]="!nameForm.valid" | ||
(buttonClick)="createArchive()" | ||
[size]="'fill'" | ||
class="create-archive-button" | ||
[style]="{ justifyContent: 'center' }" | ||
>Next</pr-button | ||
> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters