Eric Tuvesson
1190dbdf89
feat: Slider add children to thumb
...
I am not super happy with how this works as the child is inside the thumb div. Ideally it should be moving around the thumb, but then that might be a tooltip lib?
2024-05-21 16:47:16 +02:00
Eric Tuvesson
f8a2170f5d
fix: Pop Component Stack back actions ( #22 )
...
Fixes https://github.com/The-Low-Code-Foundation/Code-Crusher/issues/3
2024-05-20 22:49:26 +02:00
Eric Tuvesson
4237b9290d
fix: Logo TSX ( #21 )
2024-05-20 22:38:57 +02:00
Eric Tuvesson
c9243e355b
feat: Include project info when deploying Cloud Functions ( #19 )
2024-05-17 09:54:56 +02:00
Eric Tuvesson
4f85055fe8
feat: Editor Preview, patch "window.open" to navigate in same view ( #18 )
2024-05-16 10:58:02 +02:00
Eric Tuvesson
4e09a70a24
feat: Version control commit, View on GitHub ( #17 )
...
* feat: Version control commit, View on GitHub
* fix: MenuDialog allow undefined menu item
This makes it a lot easier to create conditional menu items
2024-05-14 14:00:43 +02:00
Eric Tuvesson
13c92779b2
fix: Video node attributes ( #16 )
...
Fixes https://github.com/noodlapp/noodl/issues/39
2024-05-09 16:49:09 +02:00
Eric Tuvesson
68e2070c61
fix: OpenAI Fetch API ( #15 )
2024-05-09 14:17:08 +02:00
Eric Tuvesson
c7053f6ddf
Fix: Javascript node error logs ( #14 )
...
In some cases the error is a string, and when logging it will write "undefined" into the console instead of providing a useful error message.
2024-05-09 14:09:37 +02:00
Eric Tuvesson
badc47e392
fix(build): macos-notarize.js
2024-04-18 22:55:13 +02:00
Eric Tuvesson
d14da98637
chore: Update "Build noodl-editor" GH workflow
2024-04-18 22:30:52 +02:00
Eric Tuvesson
ac1980fed6
feat: build ( #13 )
2024-04-09 22:37:17 +02:00
Eric Tuvesson
5ef436215d
chore: update icons and branding ( #11 )
...
Co-authored-by: alan-x-n <x.alanan.x@gmail.com >
2024-04-04 07:30:14 +02:00
Eric Tuvesson
9f85089bd6
feat: Add initial Fluxscape deploy popup ( #6 )
2024-04-03 18:56:07 +02:00
Eric Tuvesson
51224f9455
chore: Update more branding ( #9 )
...
Co-authored-by: alan-x-n <x.alanan.x@gmail.com >
2024-04-03 00:14:40 +02:00
Eric Tuvesson
d7147efa0c
feat: Updated SVG logos in Logo.tsx ( #8 )
...
Co-authored-by: alan-x-n <x.alanan.x@gmail.com >
2024-04-02 15:05:14 +02:00
Eric Tuvesson
f216e5844b
chore: Update more branding ( #7 )
2024-04-01 19:32:29 +02:00
alan-x-n
51f6263931
Merge pull request #2 from fluxscape/alan
...
feat: Update branding
2024-03-27 02:47:38 -07:00
alan-x-n
694963b310
Branding Logo Updates
2024-03-27 01:00:29 -07:00
Eric Tuvesson
3500ac3637
fix: docs link ( #5 )
...
Fixes https://github.com/noodlapp/noodl/issues/16
2024-03-26 22:53:55 +01:00
Eric Tuvesson
da0a17a6e8
feat: Improve build scripts signing ( #4 )
2024-03-26 22:32:04 +01:00
Eric Tuvesson
ff3b29b097
fix: import issue ( #3 )
2024-03-26 22:13:39 +01:00
Eric Tuvesson
247122633a
feat: Cloud Services, allow changing all fields ( #1 )
2024-03-26 22:05:21 +01:00
alan-x-n
2899ceace4
updated icons
...
brightness fix
2024-03-25 21:41:49 -07:00
alan-x-n
60c1899273
Updated Fluxscape Icons
...
Updated Fluxscape Icons
2024-03-21 13:04:34 -07:00
Michael Cartner
6e514f2521
fix: version control panel - show correct state when a push is rejected ( #23 )
2024-02-06 16:03:04 +01:00
Michael Cartner
8a88290dab
Update README.md
2024-01-31 16:59:06 +01:00
Michael Cartner
418eff7dc7
Update README.md
...
Clarified licensing information
2024-01-31 16:34:48 +01:00
Michael Cartner
c95725ec08
fix: syntax error
2024-01-31 16:05:07 +01:00
Michael Cartner
eae223a817
Fixes #13 . Missing verify button for OpenAI API key. ( #15 )
2024-01-31 15:34:56 +01:00
Noodl Windows Build User
57932fef3c
fix: final fix to windows to allow side-by-side install of open source noodl and legacy noodl
2024-01-30 20:51:20 +00:00
Noodl Windows Build User
42e065b586
fix: updated package name to follow best practices
2024-01-30 18:17:08 +00:00
Michael Cartner
78af7d6c2a
fix: update package name, commit #dedd2f4f1487462cc80454d0d8c72bc6b99eb898 didn't address the whole issue ( #12 )
2024-01-26 17:27:57 +01:00
Michael Cartner
6115782eed
chore: update version to 1.0.1
2024-01-26 17:01:05 +01:00
Michael Cartner
dedd2f4f14
fix: changed app id to enable the old closed-source Noodl to be installed at the same time ( #11 )
2024-01-26 17:00:18 +01:00
Eric Tuvesson
5976008ae3
chore: Update project/deploy settings base url text ( #10 )
2024-01-26 16:00:18 +01:00
Michael Cartner
48010f2c29
Update README.md ( #9 )
2024-01-26 15:23:42 +01:00
Eric Tuvesson
9bce91d5b3
fix: consistent behaviour of window title bar buttons on Linux ( #7 )
...
Ensures that the functionality of window title bar buttons on Linux matches that of Windows.
2024-01-26 13:53:02 +01:00
Michael Cartner
b9c60b07dc
Initial commit
...
Co-Authored-By: Eric Tuvesson <eric.tuvesson@gmail.com >
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com >
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com >
Co-Authored-By: Anders Larsson <64838990+anders-topp@users.noreply.github.com >
Co-Authored-By: Johan <4934465+joolsus@users.noreply.github.com >
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com >
Co-Authored-By: victoratndl <99176179+victoratndl@users.noreply.github.com >
2024-01-26 11:52:55 +01:00