Skip to content

Commit

Permalink
Read dev (#16)
Browse files Browse the repository at this point in the history
* let a repo specifcy a web font by readign arbitrary custom meta data in index.json

* had wrong link base for menu items

* Wk rework settings (#13)

* adjust css to container, text, buttons, but not menu

* refactor menu to make styles more consistent

* progress made on settings refactor

* let a repo specifcy a web font by readign arbitrary custom meta data in index.json (#11)

Co-authored-by: Will Kelly <[email protected]>

* sending setting refactor to thomas for review

* css tweak to background colors

* forgot to update the frozen lock file

* locked deps that were breaking

* integrate Thomas feedback on some ui bits

* integrate Thomas feedback on some ui bits

* integrate thomas feedback on settings module and add cloudflare tracking snippet

* tweaked one menu style and edited cors header

* move settings menu to right

* versioning the html service worker cache the minimize bad loads with broken styles

* remove comments and other dead code

---------

Co-authored-by: Will Kelly <[email protected]>

* adding logrocket.  updating deps

* forgot to save some files when fixing merge commit

---------

Co-authored-by: Will Kelly <[email protected]>
  • Loading branch information
wkelly17 and Will Kelly authored Sep 13, 2023
1 parent f963d5f commit 3f07518
Show file tree
Hide file tree
Showing 13 changed files with 3,582 additions and 4,721 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,46 +27,46 @@
"lint": "npx eslint ./"
},
"dependencies": {
"@astrojs/cloudflare": "6.2.2",
"@astrojs/solid-js": "2.1.0",
"@astrojs/tailwind": "^3.1.2",
"@kobalte/core": "^0.9.4",
"@solid-primitives/i18n": "^1.2.4",
"astro": "^2.3.4",
"fflate": "^0.7.4",
"idb-keyval": "^6.2.0",
"@astrojs/cloudflare": "7.0.2",
"@astrojs/solid-js": "3.0.1",
"@astrojs/tailwind": "^5.0.0",
"@kobalte/core": "^0.11.0",
"@solid-primitives/i18n": "^1.4.1",
"astro": "^3.0.11",
"fflate": "^0.8.0",
"idb-keyval": "^6.2.1",
"p-limit": "^4.0.0",
"solid-js": "^1.7.4",
"tailwindcss": "^3.3.2",
"vitest": "^0.30.1"
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vitest": "^0.34.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230404.0",
"@playwright/experimental-ct-solid": "^1.33.0",
"@playwright/test": "^1.33.0",
"@cloudflare/workers-types": "^4.20230904.0",
"@playwright/experimental-ct-solid": "^1.37.1",
"@playwright/test": "^1.37.1",
"@types/workbox-sw": "^4.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vite-pwa/astro": "^0.0.5",
"eslint": "^8.39.0",
"eslint-plugin-astro": "^0.26.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vite-pwa/astro": "^0.1.2",
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-solid": "^0.12.1",
"prettier": "2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vite-plugin-pwa": "^0.14.7",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-recipes": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-window": "^6.5.4",
"wrangler": "^2.18.0"
"eslint-plugin-solid": "^0.13.0",
"prettier": "3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-recipes": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-window": "^7.0.0",
"wrangler": "^3.7.0"
}
}
Loading

0 comments on commit 3f07518

Please sign in to comment.