[comixed-dev] [comixed/comixed] 6a1913: Added the comic details page [#547]

  • From: "Darryl L. Pierce" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "noreply" for DMARC)
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Fri, 18 Dec 2020 11:49:24 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/comixed/comixed
  Commit: 6a191329ed360ac37c726d4d9bf22340f643ae48
      
https://github.com/comixed/comixed/commit/6a191329ed360ac37c726d4d9bf22340f643ae48
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

  Changed paths:
    M comixed-frontend/src/assets/i18n/es/app.json
    M comixed-frontend/src/assets/i18n/es/library.json
    M comixed-frontend/src/assets/i18n/fr/app.json
    M comixed-frontend/src/assets/i18n/fr/library.json
    M comixed-frontend/src/assets/i18n/pt/app.json
    M comixed-frontend/src/assets/i18n/pt/library.json
    A 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.html
    A 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.scss
    A 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.spec.ts
    A 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.ts
    M comixed-web/src/app/core/components/comic-page/comic-page.component.html
    M comixed-web/src/app/core/components/comic-page/comic-page.component.ts
    M comixed-web/src/app/core/core.functions.ts
    M comixed-web/src/app/core/core.module.ts
    M comixed-web/src/app/core/index.ts
    A 
comixed-web/src/app/library/components/comic-edit/comic-edit.component.html
    A 
comixed-web/src/app/library/components/comic-edit/comic-edit.component.scss
    A 
comixed-web/src/app/library/components/comic-edit/comic-edit.component.spec.ts
    A comixed-web/src/app/library/components/comic-edit/comic-edit.component.ts
    M 
comixed-web/src/app/library/components/comic-file-list/comic-file-list.component.html
    A 
comixed-web/src/app/library/components/comic-overview/comic-overview.component.html
    A 
comixed-web/src/app/library/components/comic-overview/comic-overview.component.scss
    A 
comixed-web/src/app/library/components/comic-overview/comic-overview.component.spec.ts
    A 
comixed-web/src/app/library/components/comic-overview/comic-overview.component.ts
    A 
comixed-web/src/app/library/components/comic-pages/comic-pages.component.html
    A 
comixed-web/src/app/library/components/comic-pages/comic-pages.component.scss
    A 
comixed-web/src/app/library/components/comic-pages/comic-pages.component.spec.ts
    A 
comixed-web/src/app/library/components/comic-pages/comic-pages.component.ts
    A 
comixed-web/src/app/library/components/comic-story/comic-story.component.html
    A 
comixed-web/src/app/library/components/comic-story/comic-story.component.scss
    A 
comixed-web/src/app/library/components/comic-story/comic-story.component.spec.ts
    A 
comixed-web/src/app/library/components/comic-story/comic-story.component.ts
    M comixed-web/src/app/library/library.constants.ts
    M comixed-web/src/app/library/library.module.ts
    M comixed-web/src/app/library/library.routing.ts
    A 
comixed-web/src/app/library/pages/comic-details/comic-details.component.html
    A 
comixed-web/src/app/library/pages/comic-details/comic-details.component.scss
    A 
comixed-web/src/app/library/pages/comic-details/comic-details.component.spec.ts
    A comixed-web/src/app/library/pages/comic-details/comic-details.component.ts
    A comixed-web/src/app/library/pipes/comic-cover-url.pipe.spec.ts
    A comixed-web/src/app/library/pipes/comic-cover-url.pipe.ts
    A comixed-web/src/app/library/pipes/comic-page-url.pipe.spec.ts
    A comixed-web/src/app/library/pipes/comic-page-url.pipe.ts
    A comixed-web/src/app/library/pipes/comic-title.pipe.spec.ts
    A comixed-web/src/app/library/pipes/comic-title.pipe.ts
    M comixed-web/src/assets/i18n/en/app.json
    M comixed-web/src/assets/i18n/en/library.json
    M comixed-web/src/assets/i18n/es/app.json
    M comixed-web/src/assets/i18n/es/library.json
    M comixed-web/src/assets/i18n/fr/app.json
    M comixed-web/src/assets/i18n/fr/library.json
    M comixed-web/src/assets/i18n/pt/app.json
    M comixed-web/src/assets/i18n/pt/library.json
    A comixed-web/src/assets/img/missing-comic-file.png
    M comixed-web/src/styles.scss

  Log Message:
  -----------
  Added the comic details page [#547]

 * Added components for the individual tabs in the view.
 * Added function: updateQueryParam()
 * Added several pipes for display comics in detail.


  Commit: 9bc57c0c10dbeb6c9f532f25e38e9b74b8dae853
      
https://github.com/comixed/comixed/commit/9bc57c0c10dbeb6c9f532f25e38e9b74b8dae853
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    R comixed-web/src/app/library/actions/comic.actions.ts
    A comixed-web/src/app/library/actions/library.actions.ts
    R comixed-web/src/app/library/effects/comic.effects.spec.ts
    R comixed-web/src/app/library/effects/comic.effects.ts
    A comixed-web/src/app/library/effects/library.effects.spec.ts
    A comixed-web/src/app/library/effects/library.effects.ts
    M comixed-web/src/app/library/index.ts
    M comixed-web/src/app/library/library.module.ts
    M 
comixed-web/src/app/library/pages/comic-details/comic-details.component.spec.ts
    M comixed-web/src/app/library/pages/comic-details/comic-details.component.ts
    R comixed-web/src/app/library/reducers/comic.reducer.spec.ts
    R comixed-web/src/app/library/reducers/comic.reducer.ts
    A comixed-web/src/app/library/reducers/library.reducer.spec.ts
    A comixed-web/src/app/library/reducers/library.reducer.ts
    R comixed-web/src/app/library/selectors/comic.selectors.spec.ts
    R comixed-web/src/app/library/selectors/comic.selectors.ts
    A comixed-web/src/app/library/selectors/library.selectors.spec.ts
    A comixed-web/src/app/library/selectors/library.selectors.ts
    R comixed-web/src/app/library/services/comic.service.spec.ts
    R comixed-web/src/app/library/services/comic.service.ts
    A comixed-web/src/app/library/services/library.service.spec.ts
    A comixed-web/src/app/library/services/library.service.ts

  Log Message:
  -----------
  Changed the comic state => library state [#553]

Since the state is going to be used for more than a single comic
then this name makes more sense.


  Commit: 566a055219543cbb073a80c99196c6646dddab7e
      
https://github.com/comixed/comixed/commit/566a055219543cbb073a80c99196c6646dddab7e
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    A 
comixed-model/src/main/java/org/comixedproject/model/auditlog/AuditEvent.java
    A 
comixed-model/src/main/java/org/comixedproject/model/auditlog/AuditEventType.java
    M comixed-model/src/main/java/org/comixedproject/model/comic/Comic.java
    A 
comixed-model/src/main/java/org/comixedproject/model/comic/ComicAuditor.java
    M 
comixed-model/src/main/java/org/comixedproject/model/comic/ComicFileDetails.java
    M comixed-model/src/main/java/org/comixedproject/model/comic/Page.java
    M 
comixed-model/src/main/java/org/comixedproject/model/session/SessionUpdate.java
    M 
comixed-rest-api/src/main/java/org/comixedproject/controller/user/SessionController.java
    M 
comixed-rest-api/src/main/java/org/comixedproject/model/net/session/SessionUpdateRequest.java
    M 
comixed-rest-api/src/test/java/org/comixedproject/controller/user/SessionControllerTest.java
    M 
comixed-services/src/main/java/org/comixedproject/service/user/SessionService.java
    M 
comixed-services/src/test/java/org/comixedproject/service/user/SessionServiceTest.java
    M comixed-web/src/app/actions/session.actions.ts
    M comixed-web/src/app/app.component.spec.ts
    M comixed-web/src/app/app.component.ts
    M comixed-web/src/app/app.constants.ts
    A comixed-web/src/app/core/core.constants.ts
    M comixed-web/src/app/core/core.functions.ts
    M comixed-web/src/app/core/index.ts
    M comixed-web/src/app/effects/session.effects.spec.ts
    M comixed-web/src/app/effects/session.effects.ts
    M comixed-web/src/app/library/actions/library.actions.ts
    M comixed-web/src/app/library/index.ts
    M comixed-web/src/app/library/pages/comic-details/comic-details.component.ts
    M comixed-web/src/app/library/reducers/library.reducer.spec.ts
    M comixed-web/src/app/library/reducers/library.reducer.ts
    M comixed-web/src/app/library/selectors/library.selectors.spec.ts
    M comixed-web/src/app/library/selectors/library.selectors.ts
    M comixed-web/src/app/models/net/session-update-request.ts
    M comixed-web/src/app/models/session-update.ts
    M comixed-web/src/app/reducers/session.reducer.spec.ts
    M comixed-web/src/app/reducers/session.reducer.ts
    M comixed-web/src/app/selectors/session.selectors.spec.ts
    M comixed-web/src/app/services/session.service.spec.ts
    M comixed-web/src/app/services/session.service.ts

  Log Message:
  -----------
  Added actions to update the library comics [#553]

 * Added new actions to update the library state.
 * Added a timestamp and a maximum records field to the request.
 * Added an updated and a removed comics field to the response.
 * Added a latest timestamp to the response.


  Commit: f61472e94b7606240f46e1b4b7cddeb42cd0b2ce
      
https://github.com/comixed/comixed/commit/f61472e94b7606240f46e1b4b7cddeb42cd0b2ce
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M 
comixed-web/src/app/components/navigation-bar/navigation-bar.component.html
    M comixed-web/src/app/components/navigation-bar/navigation-bar.component.ts
    M 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.html
    M 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.scss
    M 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.spec.ts
    M 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.ts
    M comixed-web/src/app/core/core.module.ts
    M comixed-web/src/app/library/library.module.ts
    M comixed-web/src/app/library/library.routing.ts
    A comixed-web/src/app/library/pages/all-comics/all-comics.component.html
    A comixed-web/src/app/library/pages/all-comics/all-comics.component.scss
    A comixed-web/src/app/library/pages/all-comics/all-comics.component.spec.ts
    A comixed-web/src/app/library/pages/all-comics/all-comics.component.ts
    M comixed-web/src/app/library/reducers/library.reducer.ts
    M comixed-web/src/assets/i18n/en/app.json
    M comixed-web/src/assets/i18n/es/app.json
    M comixed-web/src/assets/i18n/fr/app.json
    M comixed-web/src/assets/i18n/pt/app.json
    M comixed-web/src/styles.scss

  Log Message:
  -----------
  Added the all comics page [#553]

 * Added a library menu to the navigation bar.
 * Added busy and blurring to the comic details component.


  Commit: 492430c263d7fd8cea7d157f3bea942174b97041
      
https://github.com/comixed/comixed/commit/492430c263d7fd8cea7d157f3bea942174b97041
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M comixed-web/package.json
    M comixed-web/pom.xml

  Log Message:
  -----------
  Changed the application and submodule names [#553]


  Commit: e6cb3184d86996f2c5ccf2bdb0345df70c5f5cca
      
https://github.com/comixed/comixed/commit/e6cb3184d86996f2c5ccf2bdb0345df70c5f5cca
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M comixed-web/src/app/app.component.spec.ts
    M 
comixed-web/src/app/components/navigation-bar/navigation-bar.component.spec.ts
    M 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.spec.ts
    M 
comixed-web/src/app/core/components/comic-page/comic-page.component.spec.ts
    M comixed-web/src/app/core/components/comic-page/comic-page.component.ts
    M 
comixed-web/src/app/core/components/confirmation/confirmation.component.spec.ts
    M comixed-web/src/app/core/core.module.ts
    M 
comixed-web/src/app/library/components/comic-edit/comic-edit.component.spec.ts
    M 
comixed-web/src/app/library/components/comic-file-details/comic-file-details.component.spec.ts
    M 
comixed-web/src/app/library/components/comic-file-list/comic-file-list.component.spec.ts
    M 
comixed-web/src/app/library/components/comic-pages/comic-pages.component.spec.ts
    M 
comixed-web/src/app/library/components/comic-story/comic-story.component.spec.ts
    M 
comixed-web/src/app/library/components/import-toolbar/import-toolbar.component.spec.ts
    M 
comixed-web/src/app/library/pages/comic-details/comic-details.component.spec.ts
    M comixed-web/src/app/library/pages/comic-details/comic-details.component.ts
    M 
comixed-web/src/app/library/pages/import-comics/import-comics.component.spec.ts
    M comixed-web/src/app/user/pages/login/login.component.spec.ts

  Log Message:
  -----------
  Added unit tests fixes to remove console output [#553]


Compare: https://github.com/comixed/comixed/compare/393f822a1d16...e6cb3184d869

Other related posts:

  • » [comixed-dev] [comixed/comixed] 6a1913: Added the comic details page [#547] - Darryl L. Pierce