Skip to content

Commit

Permalink
Merge branch 'main' into doc-1364-next.js-ssr-auth-demo-add-await-to-…
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
hefler authored Nov 7, 2024
2 parents e9f3bec + e59d2fa commit 6ea1a15
Show file tree
Hide file tree
Showing 263 changed files with 6,313 additions and 3,910 deletions.
7 changes: 7 additions & 0 deletions docker/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ services:
- --providers.docker.exposedByDefault=false
- --entrypoints.web.address=:80
- --entrypoints.websecure.address=:443
- --entrypoints.web.transport.lifeCycle.requestAcceptGraceTimeout=60s
- --entrypoints.web.proxyProtocol.trustedIPs=10.0.0.0/8
- --entrypoints.websecure.transport.lifeCycle.requestAcceptGraceTimeout=60s
- --entrypoints.websecure.proxyProtocol.trustedIPs=10.0.0.0/8
- --entryPoints.websecure.forwardedHeaders.trustedIPs=103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,104.16.0.0/13,104.24.0.0/14,108.162.192.0/18,131.0.72.0/22,141.101.64.0/18,162.158.0.0/15,172.64.0.0/13,173.245.48.0/20,188.114.96.0/20,190.93.240.0/20,197.234.240.0/22,198.41.128.0/17
- --ping
- --ping.entryPoint=web
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
- --providers.docker.constraints=Label(`traefik.constraint-label-stack`,`appwrite`)
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@types/morgan": "^1.9.9",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"analytics": "^0.8.14",
"clsx": "^2.1.1",
"cva": "npm:class-variance-authority@^0.7.0",
"date-fns": "^3.6.0",
Expand All @@ -65,6 +66,7 @@
"node-html-parser": "^6.1.13",
"openapi-types": "^12.1.3",
"oslllo-svg-fixer": "^3.0.0",
"plausible-tracker": "^0.3.9",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.5",
Expand Down
3,733 changes: 1,789 additions & 1,944 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

40 changes: 0 additions & 40 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
--color-white: hsl(0 0% 100%);
--color-black: hsl(0 0% 0%);
--color-transparent: rgba(0, 0, 0, 0);
--color-smooth: hsl(var(--color-greyscale-hue) 6%, 10%, 0.04);
--color-greyscale-25: hsl(var(--color-greyscale-hue) 11% 98%);
--color-greyscale-50: hsl(var(--color-greyscale-hue) 11% 94%);
--color-greyscale-100: hsl(var(--color-greyscale-hue) 6% 90%);
Expand All @@ -69,16 +68,8 @@
--color-greyscale-850: hsl(var(--color-greyscale-hue) 3% 14%);
--color-greyscale-900: hsl(var(--color-greyscale-hue) 5.7% 10.4%);

/* utility colors */
--color-badge-bg-light: #f2c8d6;
--color-badge-border-light: #f69db7;
--color-badge-bg-dark: #2c2c2f;
--color-badge-border-dark: #39393c;

/* Animations */
--animate-scale-in: scale-in 200ms ease-out forwards;
--animate-text: fade-in 0.75s ease-in-out both, blur 0.75s ease-in-out both,
up 0.75s ease-in-out both;

/* Pink polyfills */
--transition: 0.2s;
Expand All @@ -93,33 +84,6 @@
}
}

@keyframes blur {
0% {
filter: blur(5px);
}
100% {
filter: blur(0);
}
}

@keyframes up {
0% {
transform: translateY(8px);
}
100% {
transform: translateY(0px);
}
}

@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/* Fonts */
--font-family-sans: 'Inter', arial, sans-serif;
--font-family-mono: 'Fira Code', monospace;
Expand Down Expand Up @@ -188,16 +152,12 @@
--color-primary: var(--color-greyscale-900);
--color-secondary: var(--color-greyscale-700);
--color-accent: var(--color-pink-600);
--color-badge-bg: var(--color-badge-bg-light);
--color-badge-border: var(--color-badge-border-light);
}

/* dark theme */
.dark {
--color-primary: var(--color-greyscale-100);
--color-secondary: var(--color-greyscale-300);
--color-badge-bg: var(--color-badge-bg-dark);
--color-badge-border: var(--color-badge-border-dark);
}

/* Container */
Expand Down
104 changes: 52 additions & 52 deletions src/icons/output/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
$web-icon-apple: '\ea01';
$web-icon-appwrite: '\ea02';
$web-icon-arrow-down: '\ea03';
$web-icon-arrow-ext-link: '\ea04';
$web-icon-arrow-left: '\ea05';
$web-icon-arrow-right: '\ea06';
$web-icon-arrow-up: '\ea07';
$web-icon-calendar: '\ea08';
$web-icon-check: '\ea09';
$web-icon-chevron-down: '\ea0a';
$web-icon-chevron-left: '\ea0b';
$web-icon-chevron-right: '\ea0c';
$web-icon-chevron-up: '\ea0d';
$web-icon-close: '\ea0e';
$web-icon-command: '\ea0f';
$web-icon-copy: '\ea10';
$web-icon-daily-dev: '\ea11';
$web-icon-dark: '\ea12';
$web-icon-discord: '\ea13';
$web-icon-divider-vertical: '\ea14';
$web-icon-download: '\ea15';
$web-icon-ext-link: '\ea16';
$web-icon-firebase: '\ea17';
$web-icon-github: '\ea18';
$web-icon-google: '\ea19';
$web-icon-hamburger-menu: '\ea1a';
$web-icon-light: '\ea1b';
$web-icon-linkedin: '\ea1c';
$web-icon-location: '\ea1d';
$web-icon-logout-left: '\ea1e';
$web-icon-logout-right: '\ea1f';
$web-icon-mailgun: '\ea20';
$web-icon-message: '\ea21';
$web-icon-microsoft: '\ea22';
$web-icon-minus: '\ea23';
$web-icon-nuxt: '\ea24';
$web-icon-platform: '\ea25';
$web-icon-play: '\ea26';
$web-icon-plus: '\ea27';
$web-icon-product-hunt: '\ea28';
$web-icon-refine: '\ea29';
$web-icon-rest: '\ea2a';
$web-icon-search: '\ea2b';
$web-icon-sendgrid: '\ea2c';
$web-icon-star: '\ea2d';
$web-icon-system: '\ea2e';
$web-icon-textmagic: '\ea2f';
$web-icon-twitter: '\ea30';
$web-icon-vue: '\ea31';
$web-icon-x: '\ea32';
$web-icon-ycombinator: '\ea33';
$web-icon-youtube: '\ea34';
$web-icon-apple: "\ea01";
$web-icon-appwrite: "\ea02";
$web-icon-arrow-down: "\ea03";
$web-icon-arrow-ext-link: "\ea04";
$web-icon-arrow-left: "\ea05";
$web-icon-arrow-right: "\ea06";
$web-icon-arrow-up: "\ea07";
$web-icon-calendar: "\ea08";
$web-icon-check: "\ea09";
$web-icon-chevron-down: "\ea0a";
$web-icon-chevron-left: "\ea0b";
$web-icon-chevron-right: "\ea0c";
$web-icon-chevron-up: "\ea0d";
$web-icon-close: "\ea0e";
$web-icon-command: "\ea0f";
$web-icon-copy: "\ea10";
$web-icon-daily-dev: "\ea11";
$web-icon-dark: "\ea12";
$web-icon-discord: "\ea13";
$web-icon-divider-vertical: "\ea14";
$web-icon-download: "\ea15";
$web-icon-ext-link: "\ea16";
$web-icon-firebase: "\ea17";
$web-icon-github: "\ea18";
$web-icon-google: "\ea19";
$web-icon-hamburger-menu: "\ea1a";
$web-icon-light: "\ea1b";
$web-icon-linkedin: "\ea1c";
$web-icon-location: "\ea1d";
$web-icon-logout-left: "\ea1e";
$web-icon-logout-right: "\ea1f";
$web-icon-mailgun: "\ea20";
$web-icon-message: "\ea21";
$web-icon-microsoft: "\ea22";
$web-icon-minus: "\ea23";
$web-icon-nuxt: "\ea24";
$web-icon-platform: "\ea25";
$web-icon-play: "\ea26";
$web-icon-plus: "\ea27";
$web-icon-product-hunt: "\ea28";
$web-icon-refine: "\ea29";
$web-icon-rest: "\ea2a";
$web-icon-search: "\ea2b";
$web-icon-sendgrid: "\ea2c";
$web-icon-star: "\ea2d";
$web-icon-system: "\ea2e";
$web-icon-textmagic: "\ea2f";
$web-icon-twitter: "\ea30";
$web-icon-vue: "\ea31";
$web-icon-x: "\ea32";
$web-icon-ycombinator: "\ea33";
$web-icon-youtube: "\ea34";
Loading

0 comments on commit 6ea1a15

Please sign in to comment.