Skip to content

Commit

Permalink
Merge pull request #912 from kiosion/design-update
Browse files Browse the repository at this point in the history
Improve loading, SSR, update design
  • Loading branch information
kiosion authored Sep 16, 2023
2 parents 77ba611 + ed9416e commit 1c1a92a
Show file tree
Hide file tree
Showing 76 changed files with 823 additions and 1,872 deletions.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 0 additions & 40 deletions svelte-app/cypress/e2e/features/sounds.cy.ts

This file was deleted.

2 changes: 1 addition & 1 deletion svelte-app/cypress/e2e/routes/blog.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('E2E | Blog', () => {
cy.visit('/blog');

cy.get('div.main', { timeout: 4000 }).should('exist');
cy.get('div.main').should('contain', 'kio.dev | Thoughts');
cy.get('div.main').should('contain', 'Recent posts');
});

// TODO: This should be a separate test
Expand Down
4 changes: 2 additions & 2 deletions svelte-app/cypress/e2e/routes/index.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ describe('E2E | Index', () => {
cy.intercept('GET', '/api/get/config');
cy.visit('/');

cy.get('div.main', { timeout: 4000 }).should('contain', 'kio.dev | Index');
cy.get('div.main', { timeout: 4000 }).should('contain', 'About me');
cy.get('[data-test-id="error-text"]').should('not.exist');

cy.reload();

cy.get('div.main', { timeout: 4000 }).should('contain', 'kio.dev | Index');
cy.get('div.main', { timeout: 4000 }).should('contain', 'About me');
cy.get('[data-test-id="error-text"]').should('not.exist');
});
});
6 changes: 2 additions & 4 deletions svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sanity/image-url": "^1.0.2",
"@sveltejs/adapter-netlify": "^2.0.7",
"@sveltejs/adapter-node": "^1.0.0",
"@sveltejs/kit": "^1.22.4",
"@sveltejs/kit": "^1.25.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@testing-library/cypress": "^9.0.0",
"@testing-library/svelte": "^3.2.2",
Expand Down Expand Up @@ -62,13 +62,12 @@
"prettier-plugin-tailwindcss": "^0.2.2",
"rimraf": "^4.4.1",
"sass": "^1.58.3",
"svelte": "^4.1.2",
"svelte": "^4.2.0",
"svelte-body": "^1.4.0",
"svelte-breakpoints": "0.2.0",
"svelte-check": "^3.4.3",
"svelte-eslint-parser": "^0.32.2",
"svelte-highlight": "^7.3.0",
"svelte-loading-spinners": "^0.1.7",
"svelte-maybe-transition": "^0.1.2",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.2",
Expand All @@ -77,7 +76,6 @@
"ts-essentials": "^9.3.0",
"tslib": "^2.5.0",
"typescript": "^5.2.2",
"uifx": "^2.0.7",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.35",
"vite-plugin-test-selectors": "0.0.2",
Expand Down
Loading

0 comments on commit 1c1a92a

Please sign in to comment.