1
0
Fork 0
Commit graph

3314 commits

Author SHA1 Message Date
Enoch Riese
8fff3b28b2 remove daisy dropdown styling from headless dropdowns 2022-07-28 15:19:03 -05:00
Enoch Riese
04eae1f5fa deepscan fixes 2022-07-23 23:23:46 -05:00
Enoch Riese
e11489349b copy locale files to the sites in prebuild 2022-07-23 23:16:25 -05:00
Enoch Riese
cc233d66cc get rehype and remark on the same unist-util-visit version 2022-07-20 14:39:05 -04:00
Enoch Riese
640ee5f145 why were remark and rehype working before? 2022-07-20 14:23:25 -04:00
Enoch Riese
6153317a31 use the same i18n prebuild methods in the sites 2022-07-20 11:21:48 -04:00
Joost De Cock
6192b4dda9
Merge pull request #2428 from eriese/eriese-boundary-fix
Fix: Error Boundary internal errors
2022-07-19 17:11:42 +02:00
joostdecock
6671e86411 chore: Fixed linter warnings 2022-07-18 18:57:49 +02:00
joostdecock
406e38783e chore: More style tweaks for jargon 2022-07-18 18:50:34 +02:00
joostdecock
be70c5b424 wip: Work on new rehype-markdown plugin 2022-07-17 21:25:41 +02:00
Enoch Riese
0b18a3e1c5 add stuff that was mysteriously missing from error-boundary 2022-07-17 15:03:27 -04:00
joostdecock
28ef013b4e fix: Force inclusion of certain tailwind styles 2022-07-17 19:43:39 +02:00
Joost De Cock
872b377eea
Merge branch 'develop' into eriese-draftready 2022-07-17 19:30:01 +02:00
Joost De Cock
489626b230
Merge pull request #2421 from eriese/eriese-error-boundary
Error boundary
2022-07-17 19:28:23 +02:00
Joost De Cock
a8f4eb7e65
Merge pull request #2420 from eriese/eriese-menu-fixes
Menu fixes
2022-07-17 19:21:18 +02:00
joostdecock
32adf82a60 fix(shared): Keep it cjs 2022-07-17 19:07:37 +02:00
joostdecock
e9351bff57 fix(shared): avoid spread operator to sidestep #2424 2022-07-17 19:03:15 +02:00
Enoch Riese
a187892a37 better null check in hasRequiredMeasurementsMethod 2022-07-16 13:20:57 -04:00
Enoch Riese
129647fbdc hold off drafting till the gist is ready 2022-07-16 13:04:00 -04:00
Enoch Riese
a11971709d
Remove errant period 2022-07-16 09:37:05 -04:00
Enoch Riese
0aef9b5ace deepscan fixes 2022-07-16 08:22:51 -04:00
Enoch Riese
a1b80dd263 cleanup 2022-07-16 08:17:37 -04:00
Enoch Riese
65c219e376 end prop 2022-07-16 07:42:51 -04:00
Enoch Riese
72d756b621 some pattern picker fixes 2022-07-16 07:42:51 -04:00
Enoch Riese
8fc493858e add pattern titles back to swipe nav 2022-07-16 07:42:51 -04:00
Enoch Riese
9abea28b6e default error page 2022-07-16 07:38:51 -04:00
Enoch Riese
9bcfa4f39b add reset_all and undo buttons to error boundary. no styling 2022-07-16 07:38:51 -04:00
Enoch Riese
00953e9189 add more error handling to workbench 2022-07-16 07:38:51 -04:00
Enoch Riese
b047cb0e1f fixing little issues 2022-07-16 07:38:51 -04:00
Enoch Riese
c3f36c0499 fix problem imports 2022-07-15 16:30:40 -04:00
Joost De Cock
cc4889b4ec chore: Fixing linter warnings 2022-07-12 21:07:42 +02:00
Joost De Cock
a32e73f2fc chore: Fixing linter warnings 2022-07-12 20:47:39 +02:00
Joost De Cock
8225009e96 chore: Fixing linter warnings 2022-07-12 20:31:53 +02:00
Enoch Riese
9e65a7fa31 oops, one more partName needed changing 2022-07-12 00:27:36 -05:00
Enoch Riese
959345ead0 keep drag handlers off the pages part 2022-07-12 00:02:55 -05:00
Enoch Riese
2e09f31c99 pass partname to part pieces 2022-07-11 21:00:16 -05:00
Joost De Cock
8075a043a8 fix(shared): Assignment to const 2022-07-10 16:34:52 +02:00
Joost De Cock
b21d75f745 fix(workbench): Fix render loop in useEffect 2022-07-09 15:58:49 +02:00
Joost De Cock
859483816c fix(workbench): Be consistent in naming design/pattern 2022-07-09 15:58:13 +02:00
Joost De Cock
3124f72a2a fix(workbench): Guard against snippets without anchor 2022-07-09 15:44:11 +02:00
Joost De Cock
8b3cc99ebb fix(lab): Handle mm options gracefully 2022-07-03 12:56:10 +02:00
Joost De Cock
503e553c15 chore(shared): Phase-out use of utils package 2022-07-03 12:55:46 +02:00
Joost De Cock
dc9073f7fc chore(shared): Allow class override on popout 2022-07-02 22:54:59 +02:00
Joost De Cock
a0c7939be7 chore(shared): Style for lists in mdx 2022-07-02 22:54:30 +02:00
Joost De Cock
9362f227ea fix: Check for NodeJS before using browser API 2022-07-02 22:53:30 +02:00
Joost De Cock
474188a05e fix(shared): Don't import from core source files
Importing from source files (of published packages) works fine
in the monorepo, but breaks outside of it.
Specifically, it breaks in the standalone development environment
which spins up the lab outside the monorepo.

For a situation like this, you need to make sure we have a
named export that's available from the built package.
2022-07-02 20:21:36 +02:00
Joost De Cock
f7b9a8d52f chore: Reconfigure after version bump 2022-07-02 20:20:43 +02:00
Enoch Riese
e6cfde4f18 cleanup 2022-07-02 11:27:39 -05:00
Enoch Riese
57e93e1f12 higher contrast header styling 2022-07-01 22:09:14 -05:00
Enoch Riese
8875b82878 increase contrast with neutral focus color. undo hacky workaround 2022-07-01 21:30:39 -05:00