Skip to content

Commit

Permalink
Merge pull request #10 from conversionxl/anoblet/feat/icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Oct 10, 2024
2 parents 7337d9f + 0c6eacf commit ba988f1
Show file tree
Hide file tree
Showing 22 changed files with 189 additions and 13 deletions.
9 changes: 5 additions & 4 deletions platforms/web/.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
APP_API_BASE_URL=https://cdn.jwplayer.com
APP_PLAYER_ID=M4qoGvUk

# page metadata (SEO)
#APP_NAME=
#APP_SHORT_NAME=
#APP_DESCRIPTION
# Page metadata (SEO)
# These don't work in production. See platforms/web/vite.config.ts.
APP_NAME=CXL
APP_SHORT_NAME=CXL
APP_DESCRIPTION=CXL

# UI configuration
APP_VERSION=$npm_package_version
Expand Down
Binary file modified platforms/web/public/images/icons/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/favicon.ico
Binary file not shown.
Binary file modified platforms/web/public/images/icons/pwa-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/pwa-160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/pwa-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/pwa-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/pwa-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/pwa-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/pwa-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/icons/pwa-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platforms/web/public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
187 changes: 181 additions & 6 deletions platforms/web/public/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions platforms/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export default ({ mode, command }: ConfigEnv): UserConfigExport => {
}

const app: OTTConfig = {
name: process.env.APP_NAME || 'JW OTT Webapp',
shortname: process.env.APP_SHORT_NAME || 'JW OTT',
description: process.env.APP_DESCRIPTION || 'JW OTT Webapp is an open-source, dynamically generated video website.',
name: process.env.APP_NAME || 'CXL',
shortname: process.env.APP_SHORT_NAME || 'CXL',
description: process.env.APP_DESCRIPTION || 'CXL',
};

const bodyFonts = extractExternalFonts(env.APP_BODY_FONT_FAMILY);
Expand Down

0 comments on commit ba988f1

Please sign in to comment.