-
Notifications
You must be signed in to change notification settings - Fork 13
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
patrons: rewrite the profile in Angular #528
Conversation
dbba787
to
0d2f706
Compare
|
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.
Commit message proposition:
patrons: rewrite the profile in Angular
* Rewrites the user profile in Angular to optimize performance (when the
patron has many loans, requests and/or loan history) and to improve
the user experience.
1e19bdb
to
03fcbd6
Compare
a5e8b3d
to
9c985a2
Compare
3857d16
to
33f3be6
Compare
...search/src/app/patron-profile/patron-profile-requests/patron-profile-requests.component.html
Show resolved
Hide resolved
projects/public-search/src/app/patron-profile/patron-profile.component.html
Outdated
Show resolved
Hide resolved
projects/public-search/src/app/patron-profile/patron-profile.component.html
Outdated
Show resolved
Hide resolved
projects/public-search/src/app/patron-profile/patron-profile.service.ts
Outdated
Show resolved
Hide resolved
33f3be6
to
d5eacf9
Compare
987a70e
to
7e38c42
Compare
7e38c42
to
1289d42
Compare
...search/src/app/patron-profile/patron-profile-document/patron-profile-document.component.scss
Outdated
Show resolved
Hide resolved
.../app/patron-profile/patron-profile-fees/patron-profile-fee/patron-profile-fee.component.html
Outdated
Show resolved
Hide resolved
.../app/patron-profile/patron-profile-fees/patron-profile-fee/patron-profile-fee.component.html
Show resolved
Hide resolved
.../app/patron-profile/patron-profile-fees/patron-profile-fee/patron-profile-fee.component.html
Outdated
Show resolved
Hide resolved
.../app/patron-profile/patron-profile-fees/patron-profile-fee/patron-profile-fee.component.html
Outdated
Show resolved
Hide resolved
...profile/patron-profile-requests/patron-profile-request/patron-profile-request.component.html
Outdated
Show resolved
Hide resolved
...profile/patron-profile-requests/patron-profile-request/patron-profile-request.component.html
Outdated
Show resolved
Hide resolved
<span [translate]="'(position {{ rank }} in waiting list)'" [translateParams]="{ rank: record.metadata.rank }"></span> | ||
</ng-container> | ||
</div> | ||
<div class="col-lg-2 col-sm-2 text-right"> |
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.
col-2
<section id="requests-section" class="row px-3 mt-2 my-1"> | ||
<div class="col mr-1 d-none d-lg-block"> | ||
<div class="row p-2 bg-dark rounded text-light"> | ||
<div class="col-lg-4 col-sm-4 pl-0" translate>Title</div> |
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.
col-4, col-4, col-6
You should have received a copy of the GNU Affero General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
<ngx-loading-bar [includeSpinner]="false" height="3px"></ngx-loading-bar> |
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.
Wow, Is this agree for everyone ? Should be, at least, mentioned at a daily
* Rewrites the user profile in Angular to optimize performance (when the patron has many loans, requests and/or loan history) and to improve the user experience. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
1289d42
to
0b69cf4
Compare
patron has many loans, requests and/or loan history) and to improve
the user experience.
Co-Authored-by: Bertrand Zuchuat bertrand.zuchuat@rero.ch
Why are you opening this PR?
Dependencies
My PR depends on PR(s):
How to test?
Code review check list