Feature/marketplace redesign (#2395)

* wip

* update marketplace categories styling

* update logo icons

* add sort pipe

* update search component styling

* clean up categories component

* cleanup and remove unnecessary sort pipe

* query packages in selected category

* fix search styling

* add reg icon and font, adjust category styles

* fix build from rebasing integration/refactors

* adjust marketplace types for icon with store data, plus formatting

* formatting

* update categories and search

* hover styling for categories

* category styling

* refactor for category as a behavior subject

* more category styling

* base functionality with new marketplace components

* styling cleanup

* misc style fixes and fix category selection from package page

* fixes from review feedback

* add and style additional details

* implement release notes modal

* fix menu when on service show page mobile to display change marketplace

* style and responsiveness fixes

* rename header to sidebar

* input icon config to sidebar

* add mime type pipe and type fn

* review feedback fixes

* skeleton text, more abstraction

* reorder categories, clean up a little

* audit sidebar, categories, store-icon, marketplace-sidebar, search

* finish code cleanup and fix few bugs

* misc fixes and cleanup

* fix broken styles and markdown

* bump shared marketplace version

* more cleanup

* sync package lock

* rename sidebar component to menu

* wip preview sidebar

* sync package lock

* breakout package show elements into components

* link to brochure in preview; custom taiga button styles

* move marketplace preview component into ui; open preview when viewing service in marketplace

* sync changes post file struture rename

* further cleanup

* create service for sidebar toggle and cleanup marketplace components

* bump shared marketplace version

* bump shared for new images needed for brochure marketplace

* cleanup

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Lucy
2023-12-08 15:12:38 -05:00
committed by GitHub
parent ad13b5eb4e
commit 0469aab433
115 changed files with 6434 additions and 5051 deletions

View File

@@ -46,14 +46,14 @@
"@start9labs/argon2": "^0.1.0",
"@start9labs/emver": "^0.1.5",
"@start9labs/start-sdk": "0.4.0-rev0.lib0.rc8.beta2",
"@taiga-ui/addon-charts": "3.56.0",
"@taiga-ui/addon-mobile": "3.56.0",
"@taiga-ui/cdk": "3.56.0",
"@taiga-ui/core": "3.56.0",
"@taiga-ui/experimental": "3.56.0",
"@taiga-ui/icons": "3.56.0",
"@taiga-ui/kit": "3.56.0",
"@taiga-ui/styles": "3.56.0",
"@taiga-ui/addon-charts": "3.57.0",
"@taiga-ui/addon-mobile": "3.57.0",
"@taiga-ui/cdk": "3.57.0",
"@taiga-ui/core": "3.57.0",
"@taiga-ui/experimental": "3.57.0",
"@taiga-ui/icons": "3.57.0",
"@taiga-ui/kit": "3.57.0",
"@taiga-ui/styles": "3.57.0",
"@tinkoff/ng-dompurify": "4.0.0",
"@tinkoff/ng-event-plugins": "3.1.0",
"ansi-to-html": "^0.7.2",
@@ -77,6 +77,7 @@
"pbkdf2": "^3.1.2",
"rxjs": "^7.5.6",
"swiper": "^8.2.4",
"tailwindcss": "^3.3.3",
"ts-matches": "^5.2.1",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
@@ -97,10 +98,12 @@
"@types/node-jose": "^1.1.10",
"@types/pbkdf2": "^3.1.0",
"@types/uuid": "^8.3.1",
"autoprefixer": "^10.4.14",
"husky": "^4.3.8",
"lint-staged": "^13.2.0",
"ng-packagr": "^16.1.0",
"node-html-parser": "^5.3.3",
"postcss": "^8.4.21",
"prettier": "^2.6.1",
"raw-loader": "^4.0.2",
"ts-node": "^10.7.0",