cal.pub0.org/apps/web
Rob Jackson 171827f547
chore: recategorize apps (#9306)
* Remove unused code in InstalledAppsLayout

* Add new app categories "crm", "conferencing" and "messaging"

* Sort getAppCategories entries alphabetically

* Fix 404s on new category pages (and remove hardcoded category lists)

* Fix admin apps list not showing "no available apps" for new categories

* Recategorise apps

* Sync seed-app-store categories with config files

* Replace unnecessary seed-app-store.config.json with appStoreMetadata

* Copy video.svg to conferencing.svg

* Add messaging.svg

* Remove web3 from getAppCategories (used by installed apps, admin apps)

* Fix app-store-cli categories

- Add conferencing
- Add CRM
- Remove video
- Remove web3

* Remove outdated web3 comment in seed-app-store

* Update apps/web/public/static/locales/en/common.json

* Add cron script to keep db apps in sync with app metadata

* Add redirect for app category "video" to "conferencing"

* Fix up "video" category overrides to apply to conferencing

* Fix conferencing apps not showing as a location for non-team users

* Restore "installed_app" string for conferencing apps

* Make linter happier

* Remove my "installed_app_conferencing_description" as this was fixed upstream

* Quick tidy up

* Add dry-run to syncAppMeta via  CRON_ENABLE_APP_SYNC env

* Replace console.log with logger in syncAppMeta

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-28 18:22:51 +02:00
..
components chore: recategorize apps (#9306) 2023-06-28 18:22:51 +02:00
docs
fonts
lib chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
pages chore: recategorize apps (#9306) 2023-06-28 18:22:51 +02:00
playwright feat: Routing Forms/Teams Support (#9417) 2023-06-15 08:58:07 +00:00
public chore: recategorize apps (#9306) 2023-06-28 18:22:51 +02:00
scripts chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
server/lib chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
styles fix: Added relevant colors to preset and replaced with tailwind colors (#9733) 2023-06-23 09:05:37 +00:00
test test: Hotfix/Orgs rewrite causing 404 with 3 or more dots domains (#9803) 2023-06-27 12:01:30 -07:00
.eslintignore
.gitignore
.nvmrc
.prettierignore refactor: Moving from jest to vitest (#9035) 2023-05-24 23:35:44 +00:00
CHANGELOG.md fix: location for `@calcom/embed-react` types (#9090) 2023-05-29 20:30:52 -07:00
calendso.yaml
getSubdomainRegExp.js test: Hotfix/Orgs rewrite causing 404 with 3 or more dots domains (#9803) 2023-06-27 12:01:30 -07:00
middleware.ts feat: Organizations no middleware rewrite (#9548) 2023-06-21 21:12:12 +00:00
next-i18next.config.js
next.config.js chore: recategorize apps (#9306) 2023-06-28 18:22:51 +02:00
package.json v3.0.9 2023-06-28 13:54:45 +02:00
pages.js test: Add RegExp tests for Next.config.js rewrites (#9681) 2023-06-21 17:06:44 +02:00
postcss.config.js
project.toml
tailwind.config.js
tsconfig.json