[comixed-dev] [comixed/comixed] d368e4: Added a toolbar for selecting and deselecting all ...

  • From: Darryl L. Pierce <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "noreply" for DMARC)
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Sat, 16 Jan 2021 06:57:33 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/comixed/comixed
  Commit: d368e455832d8b0afdfacf76a5f620885bfe6dd5
      
https://github.com/comixed/comixed/commit/d368e455832d8b0afdfacf76a5f620885bfe6dd5
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2021-01-16 (Sat, 16 Jan 2021)

  Changed paths:
    A 
comixed-web/src/app/library/components/library-toolbar/library-toolbar.component.html
    A 
comixed-web/src/app/library/components/library-toolbar/library-toolbar.component.scss
    A 
comixed-web/src/app/library/components/library-toolbar/library-toolbar.component.spec.ts
    A 
comixed-web/src/app/library/components/library-toolbar/library-toolbar.component.ts
    M comixed-web/src/app/library/library.module.ts
    M comixed-web/src/app/library/library.routing.ts
    R comixed-web/src/app/library/pages/all-comics/all-comics.component.html
    R comixed-web/src/app/library/pages/all-comics/all-comics.component.scss
    R comixed-web/src/app/library/pages/all-comics/all-comics.component.spec.ts
    R comixed-web/src/app/library/pages/all-comics/all-comics.component.ts
    R comixed-web/src/app/library/pages/comic-group/comic-group.component.html
    R comixed-web/src/app/library/pages/comic-group/comic-group.component.scss
    R 
comixed-web/src/app/library/pages/comic-group/comic-group.component.spec.ts
    R comixed-web/src/app/library/pages/comic-group/comic-group.component.ts
    A 
comixed-web/src/app/library/pages/library-group/library-group.component.html
    A 
comixed-web/src/app/library/pages/library-group/library-group.component.scss
    A 
comixed-web/src/app/library/pages/library-group/library-group.component.spec.ts
    A comixed-web/src/app/library/pages/library-group/library-group.component.ts
    A comixed-web/src/app/library/pages/library/library.component.html
    A comixed-web/src/app/library/pages/library/library.component.scss
    A comixed-web/src/app/library/pages/library/library.component.spec.ts
    A comixed-web/src/app/library/pages/library/library.component.ts
    M comixed-web/src/assets/i18n/en/library.json
    M comixed-web/src/assets/i18n/es/library.json
    M comixed-web/src/assets/i18n/fr/library.json
    M comixed-web/src/assets/i18n/pt/library.json

  Log Message:
  -----------
  Added a toolbar for selecting and deselecting all comics [#584]

 * Added the toolbar to the library page.
 * Added the toolbar to the comic group page.
 * Renamed AllComics => Library.
 * Renamed ComicGroup => LibraryGroup.


  Commit: a05fe77acfadf6e33a68deb817a3426b1e8540dc
      
https://github.com/comixed/comixed/commit/a05fe77acfadf6e33a68deb817a3426b1e8540dc
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2021-01-16 (Sat, 16 Jan 2021)

  Changed paths:
    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.ts
    M 
comixed-web/src/app/library/components/comic-covers/comic-covers.component.html
    M 
comixed-web/src/app/library/components/comic-covers/comic-covers.component.ts
    M 
comixed-web/src/app/library/pages/library-group/library-group.component.html
    M comixed-web/src/app/library/pages/library/library.component.html
    M comixed-web/src/styles.scss

  Log Message:
  -----------
  Added styling to indicate a selected comic [#584]


  Commit: 8f616b101df0ceb85e2c52fce5f3a8bd3631982f
      
https://github.com/comixed/comixed/commit/8f616b101df0ceb85e2c52fce5f3a8bd3631982f
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2021-01-16 (Sat, 16 Jan 2021)

  Changed paths:
    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
    M comixed-web/src/app/core/components/comic-page/comic-page.component.ts
    M comixed-web/src/app/core/index.ts
    A comixed-web/src/app/core/models/event/comic-select-event.ts
    M 
comixed-web/src/app/library/components/comic-covers/comic-covers.component.html
    M 
comixed-web/src/app/library/components/comic-covers/comic-covers.component.spec.ts
    M 
comixed-web/src/app/library/components/comic-covers/comic-covers.component.ts

  Log Message:
  -----------
  Added clicking on comic covers to toggle their selection [#584]


Compare: https://github.com/comixed/comixed/compare/317c59a4ed38...8f616b101df0

Other related posts:

  • » [comixed-dev] [comixed/comixed] d368e4: Added a toolbar for selecting and deselecting all ... - Darryl L . Pierce