thewickermilko / DatingApp-net8

0 stars 0 forks source link

Implement the components that make up the user interface #43

Closed thewickermilko closed 2 months ago

thewickermilko commented 2 months ago
  1. Add Typescrpit types
  2. Use async pipe
  3. Implement more bootstrap for styling
  4. Use 3rd party photo gallery
thewickermilko commented 2 months ago

5122f53

https://transform.tools/json-to-typescript - used to create "Member" interface from "Username" JSON data. Created "member.ts" and "photo.ts"

thewickermilko commented 2 months ago

e342d84 - Created "members.service.ts", "environment.ts" and "environment.development.ts".

thewickermilko commented 2 months ago

1856c30 - Created "member-card.component". "member-list.component" - code updated.

thewickermilko commented 2 months ago

9d82236 - Created "member-card.component.css" file.

thewickermilko commented 2 months ago

29432ff - https://dbeaver.io/ - used to interact with DataBase and change picture to one user. "member-card.component.css" and "member-card.component.html" - code updated.

thewickermilko commented 2 months ago

b0601eb

Created "jwt.interceptor.ts". "app.config.ts" - code updated.

thewickermilko commented 2 months ago

1634aa1 - "member-card.component.html", "member-card.component.ts", "member-detail.component.html", "member-detail.component.ts" - code updated.

thewickermilko commented 2 months ago

80999dc - https://valor-software.com/ngx-bootstrap/#/components/tabs?tab=overview - Bootstrap tabs used.

"member-detail.component.css", "member-detail.component.html", "member-detail.component.ts" - code updated.

thewickermilko commented 2 months ago

004a1ca - https://ngx-gallery.netlify.app/#/ - Gallery used. client/src/assets/user.png - added photo for users without photos.