sawka
9b380aee02
add function to detect user's shell
2023-10-05 09:42:48 -07:00
Amarsh Anand
9f284083bb
try now
2023-10-04 10:49:17 -07:00
Amarsh Anand
2f43a1096e
restoring LinkeRenderer
2023-10-03 15:02:55 -07:00
Amarsh Anand
3c320887d3
finding sessions settings in main
2023-10-03 14:40:06 -07:00
Amarsh Anand
a1329bfd45
ready for mike to have a look
2023-10-03 14:27:51 -07:00
anandamarsh
6e3b82f41b
Pe 125 128 tabs ( #28 )
...
* ready to redo tabs
* mov to tabs now
* we can do the tabs now
* tabs are done
2023-10-03 14:26:13 -07:00
anandamarsh
5a0effb691
Pe 96 left navbar ( #27 )
...
* nice. bottom done
* work on adding workspaces
* starting on Tabs
2023-09-30 12:13:40 -07:00
anandamarsh
b1820224d5
Pe 107 global changes ( #26 )
...
* chaged background etc. now making font changes
* need to go component by component now
2023-09-27 15:03:08 -07:00
anandamarsh
a25c7b4286
Pe 179 refactoring UI code ( #25 )
...
* refactored main JS files
* modals have been refactored
* lines and renderer refactored
* all refactoring done. ready for reskinning
2023-09-23 21:05:06 -07:00
anandamarsh
faeab0790a
refactored code editor ( #24 )
2023-09-19 17:08:35 -07:00
Amarsh Anand
f251718d62
Merge branches 'PE_153-Close_without_saving' and 'main' of github.com:commandlinedev/prompt-client
2023-09-19 16:42:59 -07:00
sawka
e30128d182
Mustache Template Renderer ( #23 )
...
* experimental version of the mustache renderer
* mustache error message / loading cleanup, add refresh button
2023-09-17 21:00:54 -07:00
sawka
aa5c09368e
bump version to v0.3.1
2023-09-17 20:32:35 -07:00
sawka
4953550425
bump version to v0.3.1
2023-09-17 20:31:55 -07:00
anandamarsh
7e4401a625
Ready for PR ( #22 )
...
* redy for PR
* marked readonly
2023-09-17 20:14:36 -07:00
Amarsh Anand
ac3765c16d
marked readonly
2023-09-17 19:45:03 -07:00
Amarsh Anand
83f1ec5c8b
redy for PR
2023-09-17 19:07:15 -07:00
sawka
6864f2b5a7
bump xterm.js version to v5.3.0 (perf improvements)
2023-09-17 14:14:51 -07:00
sawka
6563b5855c
better cmdrunner / linestate integration (lang, template, etc.). lineState is now passed to AddCmdLine
2023-09-17 14:10:35 -07:00
anandamarsh
9a578c04d3
PE-44 md viewer ( #21 )
...
* md does render. need cleanups
* simul scrolling works
* preview button works
* md previewer works
* use Markdown component from elements, fix null ptr with unset ref
* add scroller div back in
* scrollers should overscroll contain
---------
Co-authored-by: sawka
2023-09-17 13:58:12 -07:00
sawka
ca13c28a3f
minor bugs in markdown renderer, up max size to 200k
2023-09-17 01:35:41 -07:00
sawka
968cd462f5
mostly fix physical focus indicator for code editor
2023-09-16 23:20:47 -07:00
sawka
26eec11526
add notfound error handler (and fontsize override) to markdown viewer (to match image viewer)
2023-09-16 23:07:30 -07:00
sawka
8a4ff84e95
open all iframe (name=webview) links in new window. deny any other iframe navigation.
2023-09-16 22:58:28 -07:00
sawka
6e8dcad1f1
fix PE-152 and PE-146, font size for new state, and force connection terminal to scroll if too big (when font size doesnt match)
2023-09-16 14:27:17 -07:00
sawka
8b8f7cda7b
PE-151, need to use setWindowOpenHandler (in new version of electron) instead of new-window event.
2023-09-16 13:08:30 -07:00
sawka
caa11748e5
PE-150, error when image not found
2023-09-16 13:01:38 -07:00
sawka
de04a700d1
PE-117, PE-116, PE-149
2023-09-16 11:15:09 -07:00
sawka
975512d4eb
Merge branch 'codeedit-focus'
2023-09-15 17:25:01 -07:00
sawka
b9ff6bd20f
codeedit: on close, if we're focused, give focus back to the input box
2023-09-15 17:24:38 -07:00
sawka
f6b9b6df3e
CodeEdit Focus and Remove WebSharing ( #20 )
...
* implement codeedit focus with the help of a shouldFocus prop from the Line component. also update line status, and remove websharing in left nav
* remove webshare from screen settings
2023-09-15 17:19:24 -07:00
sawka
17fef0341d
remove webshare from screen settings
2023-09-15 15:46:17 -07:00
sawka
54c2087ad6
remove websharing backend, migrate db to stop websharing any screens that are currently shared
2023-09-15 13:48:58 -07:00
sawka
13fe90cdb5
implement codeedit focus with the help of a shouldFocus prop from the Line component. also update line status, and remove websharing in left nav
2023-09-15 13:01:04 -07:00
sawka
0df800a390
for codeedit, set the focus to the line (not the input)
2023-09-15 12:57:47 -07:00
sawka
5f04f14df6
link new website
2023-09-08 14:26:30 -07:00
sawka
b8ef07e064
updated go.sum
2023-09-07 15:12:50 -07:00
sawka
2fa0239c13
resolve typescript errors created from merging PRs
2023-09-07 13:05:02 -07:00
sawka
aaaf7af8a1
PE-74 and PE-54
...
pass isSelected (to prevent multiple scrolling). also fix initial editorheight to prevent jitter (#19 )
2023-09-07 13:02:45 -07:00
sawka
660795ea8f
codeview / codeedit commands working ( #17 )
...
* server is setting 'mode' linestate to 'view' or 'edit'. this change sets the editor in readonly mode based on this flag. (requires the new build of prompt-server)
* apply prettier
2023-09-07 13:01:07 -07:00
sawka
e78ea62932
bump mshell to v0.3, add readonly/notfound props. fix one mobx warning ( #16 )
2023-09-07 12:59:07 -07:00
sawka
7376ed2824
fix all typescript errors ( #18 )
2023-09-07 12:57:02 -07:00
sawka
d97c1862c7
should be 666 not 777 (don't set executable flag by default)
2023-09-06 21:57:41 -07:00
sawka
c7d09b4692
bump mshell version to v0.3
2023-09-06 21:50:59 -07:00
sawka
1127d2cfbd
bump mshell version to v0.3.0
2023-09-06 21:50:38 -07:00
sawka
71ba4b5b46
update writefile code. changed the way usetemp works to make sure file permissions/owner/attributes are kept on original file
2023-09-06 21:45:15 -07:00
sawka
8cb3bd49b5
bump prompt-server version to v0.3.0
2023-09-06 19:55:52 -07:00
sawka
baeafdce78
bump version to 0.3.0
2023-09-06 19:54:06 -07:00
anandamarsh
dee0ae4473
serving moncao from node_modules ( #15 )
...
* serving moncao from node_modules
* add monaco-editor to package.json
* allow node_modules/monaco-editor into the build
---------
Co-authored-by: sawka
2023-09-06 19:51:32 -07:00
anandamarsh
52a7e14df8
PE-71 close ( #13 )
...
* fixed expand issues
* removed expand
* can close the file, and min 5 lines are
* removed older file
* lag selection took some time :(
* ready for PR
* changed prompt:lang to lang
2023-09-06 16:36:49 -07:00