Commit Graph
579 Commits
Author SHA1 Message Date
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
Evan Simkowitz 86685e4bcf simplify waveai imports 2024-09-05 14:43:14 -07:00
Evan Simkowitz 7393e5e7b6 Missed one 2024-09-05 14:40:25 -07:00
Evan Simkowitz 959255af30 Fix markdown impl in waveai 2024-09-05 14:40:24 -07:00
Red J AdayaandGitHub 9a361d21d5 responsive typeahead modal (#324) 2024-09-05 14:38:36 -07:00
Mike SawkaandGitHub a5f563b52d new directory structure and oldmigrate (#327) 2024-09-05 14:05:42 -07:00
Evan SimkowitzandGitHub debbed7003 Remove WOS dependency from wshrpc (#329)
The frontend wshserver.ts had a weird circuitous dependency on wos.ts,
which was unnecessary. This moves the misplaced functions into wshrpc.ts
and updates the generation logic.
2024-09-05 13:17:35 -07:00
Evan Simkowitz 779d2d35b7 make window opacity and window tile gap size pointers so the value gets sent if it is zero 2024-09-05 11:19:52 -07:00
Mike SawkaandGitHub 3e0ca6b41e connection handling / block controller handling (#326) 2024-09-05 00:21:08 -07:00
Evan Simkowitz b796ec9729 reorganize 2024-09-04 23:44:23 -07:00
Evan Simkowitz 4e49549cac fix padding during magnified 2024-09-04 23:43:26 -07:00
Evan Simkowitz e1a19a0b80 add user setting for sticky scroll 2024-09-04 23:08:56 -07:00