[comixed-dev] [comixed/comixed] 11571f: Added the feature to change the displayed page siz...

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

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

  Changed paths:
    M 
comixed-model/src/main/java/org/comixedproject/model/user/LastReadDate.java
    M comixed-model/src/main/java/org/comixedproject/views/View.java
    M 
comixed-rest-api/src/main/java/org/comixedproject/controller/library/ComicController.java
    M 
comixed-rest-api/src/main/java/org/comixedproject/controller/user/UserController.java
    A 
comixed-rest-api/src/main/java/org/comixedproject/model/net/user/SaveUserPreferenceRequest.java
    A 
comixed-rest-api/src/main/java/org/comixedproject/model/net/user/SaveUserPreferenceResponse.java
    R 
comixed-rest-api/src/test/java/org/comixedproject/authentication/ComiXedUserDetailsServiceTest.java
    A 
comixed-rest-api/src/test/java/org/comixedproject/authentication/ComiXedUserDetailsViewServiceTest.java
    M 
comixed-rest-api/src/test/java/org/comixedproject/controller/user/UserControllerTest.java
    M comixed-web/src/app/app.component.ts
    M comixed-web/src/app/app.module.ts
    M 
comixed-web/src/app/components/navigation-bar/navigation-bar.component.html
    M 
comixed-web/src/app/components/navigation-bar/navigation-bar.component.spec.ts
    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.spec.ts
    M 
comixed-web/src/app/core/components/comic-detail-card/comic-detail-card.component.ts
    A comixed-web/src/app/library/actions/display.actions.ts
    A 
comixed-web/src/app/library/components/comic-display-options/comic-display-options.component.html
    A 
comixed-web/src/app/library/components/comic-display-options/comic-display-options.component.scss
    A 
comixed-web/src/app/library/components/comic-display-options/comic-display-options.component.spec.ts
    A 
comixed-web/src/app/library/components/comic-display-options/comic-display-options.component.ts
    A comixed-web/src/app/library/effects/display.effects.spec.ts
    A comixed-web/src/app/library/effects/display.effects.ts
    M comixed-web/src/app/library/index.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/pages/all-comics/all-comics.component.html
    A comixed-web/src/app/library/reducers/display.reducer.spec.ts
    A comixed-web/src/app/library/reducers/display.reducer.ts
    A comixed-web/src/app/library/selectors/display.selectors.spec.ts
    A comixed-web/src/app/library/selectors/display.selectors.ts
    M comixed-web/src/app/user/actions/user.actions.ts
    M comixed-web/src/app/user/effects/user.effects.spec.ts
    M comixed-web/src/app/user/effects/user.effects.ts
    A comixed-web/src/app/user/models/net/save-user-preference-request.ts
    A comixed-web/src/app/user/models/net/save-user-preference-response.ts
    M comixed-web/src/app/user/reducers/user.reducer.spec.ts
    M comixed-web/src/app/user/reducers/user.reducer.ts
    M comixed-web/src/app/user/selectors/user.selectors.spec.ts
    M comixed-web/src/app/user/services/user.service.spec.ts
    M comixed-web/src/app/user/services/user.service.ts
    M comixed-web/src/app/user/user.constants.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

  Log Message:
  -----------
  Added the feature to change the displayed page size [#555]

 * Added new actions and effects to the frontend.
 * Refactored the REST API.
 * Added a configuration dialog to set the new value.



Other related posts:

  • » [comixed-dev] [comixed/comixed] 11571f: Added the feature to change the displayed page siz... - Darryl L. Pierce