Skip to content

Commit 4497541

Browse files
authored
Andri/reroute to disco flow (#3015)
* start adding functionality from branch * package feature flags into readable store while retaining class - thus enabling lazy-loading and nicer syntax in future sveltification * update typing * remove browser import for showcase * add comment * re-add an empty hooks.client.ts file because thomas said it's important for his build config * develop functionality * fix feature flags being reset every time they are queried * reinstate hooks.client.ts * refactor into proper proper stores * fix tests * fix tests * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * fix typing * refactor to be cleaner and more readable * fix tests * cleanup * add rerouting, styling and tests * regenerate with new prettierignore * change function name to be in line with did * add comment * update IdentityAnchorInfo to calm down candid test * update tests * revert did and backend types changes to satisfy failing tests and align with main * fix formatting * align did * cleanup * cleanup * cleanup * fix rename * update did * cleanup * format again * fix tests * fix tests * add logging to debug tests * fix tests? * fix linting in tests * hopefully really fix tests * finally fix tests * use document.styleSheets to hopefully finally fix tests * fix eslint * Update internet_identity_idl.js * Update featureFlags.ts * try updating skeleton import * comment out @source for pipeline * remove cerberus for pipeline * change plugin order * comment in everything and move app.css * adjust import path * comment out all of skeleton * put app css in lib * completely comment out app.css * import empty css file * check if its the vitePreprocess * move tailwind stuff from dep to devdep * import empty tailwindcss * try github solution * re-add skeleton
1 parent cbe197b commit 4497541

File tree

13 files changed

+295
-29
lines changed

13 files changed

+295
-29
lines changed

.prettierrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"plugins": [
3-
"prettier-plugin-svelte"
4-
],
2+
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
53
"overrides": [
64
{
75
"files": "*.svelte",

0 commit comments

Comments
 (0)