Commit Graph
579 Commits
Author SHA1 Message Date
Sylvia Crowe 13f68c0cb8 fix: remove x overflow on directory view
The header wasn't moving along with the rows when they were scrolled, so
the scroll bar has been removed.
2024-07-10 02:36:41 -07:00
Sylvie CroweandGitHub cb77c2047e More Directory Formatting (#108)
This makes the following changes
- allow directory rows to overflow their container on resize (allowing
scroll as a temporary test)
- fix directory width to account for resizer width
- add ellipsis to name column on table resize
- add the rightmost resizer back (more as a temporary test)
- do not search when the filtered contents are empty
- cap the index to the end of the list of the number of entries becomes
less than the current index
- do not redo backend call on filter or search of directory results
- add letter spacing on header row
2024-07-10 02:21:29 -07:00
Red J AdayaandGitHub ff8fe94b1c use flexbox for responsive waveai (#107) 2024-07-09 18:15:37 -07:00
sawka be392ee755 start unix domain socket server. fix a couple small bugs 2024-07-09 14:31:16 -07:00
sawka edf4c45a6d remove height calculation (flex seems to work), also synchronize meta.url with the real url 2024-07-09 11:42:24 -07:00
Mike SawkaandGitHub 4be8a1e37e move codeedit to directory. new useLongClick hook. show quick navig… (#105)
move codeedit to directory. new useLongClick hook. show quick navigation for directoryview on longclick of folder icon. lots more generic
stuff for header
new fitaddon for xtermjs
more fixes for xtermjs scrollbars
2024-07-08 23:13:12 -07:00
Red J AdayaandGitHub 6d6102b912 fix blocks blurry border (#104) 2024-07-08 22:31:38 -07:00
sawka c57c7ea220 useAtomValueSafe 2024-07-08 18:30:11 -07:00
Sylvie CroweandGitHub f4702cca29 More Directory Formatting (#103)
This change is to make general directory formatting match the current
designs in figma. It doesn't change the resize behavior yet, but that
will be added very soon.
2024-07-08 16:42:01 -07:00
sawka b97802b1ac modifying viewmodel to be more flexible -- preicon button and endiconbuttons 2024-07-08 16:36:30 -07:00
sawka 3b01234914 POC to get new context menu items from the viewmodel -> settings 2024-07-08 15:32:10 -07:00
sawka 68db3d4757 fix object-fit 2024-07-08 15:20:52 -07:00
Mike SawkaandGitHub 848a9af9a0 dynamic header updates (#102) 2024-07-08 15:04:48 -07:00
Red J AdayaandGitHub 0cb9b8940b new tabs design 2 (#100) 2024-07-08 15:02:52 -07:00
Red J AdayaandGitHub 186ca686e3 use useParentHeight hook in waveai (#97) 2024-07-05 20:02:49 -07:00
Red J AdayaandGitHub 1d83062507 new tabs design (#99) 2024-07-05 19:54:28 -07:00
sawka b0ca64f3cb null check 2024-07-05 16:20:36 -07:00
sawka 15cc681b4b testing new default header 2024-07-05 15:47:35 -07:00
sawka a382d5d41e fix inter font for variable weight 2024-07-05 14:57:11 -07:00
sawka 85d8bd35c7 switch to use hacknerdmono font 2024-07-05 14:23:39 -07:00
sawka 11a4e4b2e1 switch to inter font 2024-07-05 14:09:27 -07:00
Red J AdayaandGitHub 9b3042829c ai chat enhancements (#96) 2024-07-04 09:07:29 -07:00
Red J AdayaandGitHub d8ff2cb806 height adjuster (#94)
This hook observes and returns the current height of a component.
2024-07-04 09:07:06 -07:00
Red J AdayaandGitHub cbd8512ed6 remove duplicate css vars (#95) 2024-07-04 09:04:59 -07:00
Evan Simkowitz 449f8bf7ef Fix error where resize handle doesn't work after creating new block 2024-07-03 15:31:39 -07:00