Commit Graph
475 Commits
Author SHA1 Message Date
Evan Simkowitz b08af477bf fix typing some more 2024-09-07 11:01:46 -07:00
Evan Simkowitz 910683a825 clean up typing for markdown, add focusedHeading state for future links work 2024-09-07 10:59:33 -07:00
Red J AdayaandGitHub b278d11aca do no animate tabs on load (#351) 2024-09-06 17:41:00 -07:00
Evan Simkowitz 1591a0ca26 fix extern links md 2024-09-06 17:30:19 -07:00
Evan Simkowitz cab701d3ea fix resolveOpts props error in md image 2024-09-06 17:23:30 -07:00
Evan Simkowitz 88158289d2 remove debug log 2024-09-06 17:13:30 -07:00
Evan Simkowitz 6117929081 fix links in md preview when there's more than one heading with same name 2024-09-06 17:11:11 -07:00
Evan Simkowitz 1a7fb41182 Add back memoization for toc 2024-09-06 16:32:29 -07:00
Evan SimkowitzandGitHub afe73c3e85 Make the debounced node inner rect hook more reliable (#350)
Rather than try to track the transition state, which was proving
unreliable, I am just directly tracking the node state and determining
whether to debounce the inner rect based on whether the user has the
prefers-reduced-motion setting or query, whether the node is resizing,
and whether it's currently magnified. I'm then using the actual
animation time setting to determine how long to debounce.
2024-09-06 16:20:27 -07:00
sawka 30c1d56be6 fix condition 2024-09-06 16:13:16 -07:00
Evan Simkowitz bd43a4b61d clean up imports for markdown 2024-09-06 15:19:15 -07:00
Evan SimkowitzandGitHub 9f5ccddad2 Improve markdown TOC scrolling (#349)
Use a better system for scrolling using scrollTo on the
OverlayScrollbars ref. This lets me get the heading as close to the top
of the viewport as possible without the convoluted CSS tricks I was
trying before.
2024-09-06 15:11:46 -07:00
Mike SawkaandGitHub 566bf461ff implement img streaming (local and remote) for markdown (#348) 2024-09-06 12:59:28 -07:00
sawka f51678415c fix ts errors 2024-09-06 11:13:55 -07:00
sawka c00749efeb fix useWidth usage, use overlayref directly 2024-09-06 11:10:45 -07:00
Red J AdayaandGitHub a00dc5682e connection status overlay (#337) 2024-09-06 10:33:26 -07:00
Sylvie CroweandGitHub 11e4f6074d Input Modal Fixes (#336)
A couple small things:
- make the timer more robust in case of a timing issue where the timer
skips 0
- make the x button in the corner work
- style the title to stand out

The title will need more styling in the future, but this is still an
improvement.
2024-09-06 04:15:42 -07:00
Mike SawkaandGitHub acae25f6e3 connmodal updates. connection colors, conn status in modal (#335) 2024-09-05 23:09:30 -07:00
sawka 975b77e728 updates for suggestions 2024-09-05 22:15:14 -07:00
sawka a22b1cb9f5 fix reconnect suggestion 2024-09-05 19:25:52 -07:00
sawka a3296fc530 fix icon position, plus sign, etc. 2024-09-05 18:58:51 -07:00
sawka 98a55b2290 updates for local 2024-09-05 18:54:12 -07:00
Evan Simkowitz 9ef6745d66 fix regression in nodeModel.innerRect 2024-09-05 18:07:55 -07:00
Sylvie CroweandGitHub fc0b1929ec Connection Typeahead/Suggestions (#332)
Adds a list of potential remotes to add and filters it as you type. It
also provides options for reconnecting on a disconnection and
specifically connecting to a local connection
2024-09-05 17:02:44 -07:00
Evan SimkowitzandGitHub 015ebf5dd5 Make textAtom and showTocAtom in Markdown element optional (#331)
Fix backwards-compatibility for the Markdown element by adding back the option to pass text directly to the element and make atom parameters optional.
2024-09-05 15:35:57 -07:00