Commit Graph

49 Commits

Author SHA1 Message Date
2c4416804b make tests fail faster 2024-10-25 01:05:04 -05:00
a42afbc9d2 move away from dev container concept
it cause performance issues and didn't solve much - pandoc is a pretty easy install and we can just add docs to specify that it's needed.
2024-10-25 01:03:47 -05:00
feb7b2eee2 add playwright installation to dev container 2024-10-17 21:48:40 +00:00
e65fc854dc stubbed /render endpoint 2024-10-17 19:53:56 +00:00
6985b11352 added a dev container
this is to make testing the backend more consistent with the actual runtime environment
2024-10-17 18:44:12 +00:00
6fd6ce9e40 how'd that get there??? 2024-10-17 18:41:14 +00:00
9fa24754c3 add some mixins
noticed some content jump when switching between editors and preview on mobile. not sure what's causing this; but this commit improves (not fixes) the situation.
2024-10-17 12:35:13 -05:00
23655f71d3 add tests for preview 2024-10-17 11:49:22 -05:00
29a5c22b22 shortening the in preview component worked 2024-10-17 11:12:27 -05:00
9abf179d65 refactor preview logic out of component 2024-10-17 11:09:38 -05:00
aa5f8e15dd we have some functionality going 2024-10-16 15:23:51 -05:00
8f4787fba2 why was that still there anyway? 2024-10-16 12:37:42 -05:00
178bb31ec1 svelte 5 migration 2024-10-16 12:36:50 -05:00
b66eb042ce ran prettier 2024-10-16 12:05:07 -05:00
353a093516 restore editor right border on desktop 2024-10-12 23:56:50 -05:00
eadaaa25ba temporary styling for preview 2024-10-12 23:55:40 -05:00
574198c465 fix regression for code input sizing on desktop 2024-10-12 23:50:29 -05:00
8e32989785 refactor to use CSS grid 2024-10-12 23:47:09 -05:00
8ac0f6b931 add transition to nav tree
user-agent detection is employed to ensure that the SSR renders the nav items by default for desktop (opposite for mobile). CSS media queries take over after the content loads on the device.

TODO: fix preview pane jump on desktop
2024-10-12 14:38:35 -05:00
890f8c6c17 fix overscrolling on desktop 2024-10-12 13:01:22 -05:00
bcea7049da adjust preview pane upwards on desktop 2024-10-12 12:33:05 -05:00
cd439e5e06 whitespace in nav tree styles 2024-10-12 12:04:33 -05:00
e2917c3f4d add border between panes on desktop 2024-10-12 12:04:03 -05:00
8caf7ac85a fix sizing of nav items on desktop 2024-10-12 11:57:58 -05:00
3049446f65 fix pane sizing on desktop 2024-10-12 11:36:03 -05:00
75445601aa adjust code input styles to prevent zooming on mobile 2024-10-12 11:16:31 -05:00
424db4eaa1 hide "preview" nav item on desktop 2024-10-12 01:50:08 -05:00
ff98c46ed2 two column layout for desktop 2024-10-12 01:17:44 -05:00
5acb6af50a add mobile nav toggle 2024-10-12 00:53:39 -05:00
a5780c2f67 more less vars 2024-10-11 23:30:16 -05:00
fad87bdf44 desktop layout 2024-10-11 23:10:25 -05:00
e28fc30875 take advantage of less niceness 2024-10-11 22:59:30 -05:00
4d6cdf8f78 add some reactivity 2024-10-11 22:45:07 -05:00
fe46c54496 edit code input styles 2024-10-11 22:27:28 -05:00
2f2bac9351 add code input component
this involved some refactoring of styles
2024-10-11 22:16:42 -05:00
0a20db91ac strong type for selected in nav items 2024-10-11 21:34:10 -05:00
5198725153 nav item bug fix 2024-10-11 21:26:16 -05:00
e24b3be94d update tests to test nav items 2024-10-11 21:25:58 -05:00
a24618a873 added focus/hover states to nav items 2024-10-11 01:45:12 -05:00
defd5621bb adjust font weights 2024-10-11 01:36:09 -05:00
149a32ccfa add tabpanels 2024-10-11 01:27:23 -05:00
17870927fc enhanced nav tree 2024-10-11 01:03:27 -05:00
3d89c63f8f add nav tree 2024-10-11 00:23:32 -05:00
bba3cf4fc7 refactored so i can add another component to header 2024-10-11 00:14:26 -05:00
d87064b289 moved to less for styles 2024-10-11 00:11:27 -05:00
55aa163bc0 created a test 2024-10-11 00:03:49 -05:00
8130e0b614 reuse padding in style system 2024-10-10 21:56:00 -05:00
4086d24f28 some styling + headline refactoring 2024-10-10 21:46:58 -05:00
c0909c2cf3 project init 2024-10-10 21:05:40 -05:00