56 Commits

Author SHA1 Message Date
Eric Tuvesson
307a13f7be chore: bump version 2025-06-07 17:39:32 +02:00
Eric Tuvesson
4e96d23585 feat: Deploy popup forward in editor version (#96) 2025-06-03 00:17:55 +02:00
Eric Tuvesson
2fd4b67a08 feat: Command, add and use Cloud Service (#95) 2025-06-03 00:08:10 +02:00
Eric Tuvesson
50e266e3e4 feat: Save "nodelibrary.json" with the project (#94)
* feat: Save "nodelibrary.json" with the project

To manage the project without the editor/preview, we need to know more about the Node Library. To make this possible, let's save the Node Library next to the project. Hopefully it will work smoothly for a lot of projects.

I have tested it with a few big projects, and it works well for them.

* chore: clean up

* fix: Make compact and check if there is some data
2025-06-02 19:38:18 +02:00
Eric Tuvesson
80c7c01805 chore: Rename "Noodl AI" (#92) 2025-03-25 21:38:39 +13:00
Eric Tuvesson
fc89bd9ce1 feat(editor): Search only show ID searches when 1:1 match (#90)
This removes a lot of the clutter from the search results.
2025-02-25 15:39:15 +01:00
Eric Tuvesson
2cfd36147a chore(editor): Convert Universal Search to TypeScript (#89) 2025-02-25 13:55:53 +01:00
Eric Tuvesson
680bd58442 chore: Update "Used in x places" text (#84)
We cannot guarantee that this is always correct since there is repeaters and dynamic repeaters etc, but this can give a hint to how many times a component is used.
2025-01-08 22:02:10 +01:00
Eric Tuvesson
95db9f6528 chore: Add some TS types to WarningsModel (#86) 2025-01-08 21:58:37 +01:00
Eric Tuvesson
a98e381f8c fix: deploy in devmode (#74)
This occurred because building in dev mode does not create the source map files which it expects to copy over.
2024-09-23 08:44:54 +02:00
Eric Tuvesson
48541347f0 fix(editor): Remove all the Cloud Triggers from the Cloud Function node Functions dropdown (#69) 2024-09-09 17:35:08 +02:00
Eric Tuvesson
34c3d07112 feat(editor): Add "Used in x places" in Component List menu (#65) 2024-09-05 13:35:15 +02:00
Eric Tuvesson
d85dce8d02 refactor(editor): useNodeReferences to React context (#64) 2024-09-05 13:19:17 +02:00
Eric Tuvesson
94dd3dbf0e chore: bump version (#62) 2024-08-08 21:27:12 +02:00
Eric Tuvesson
c593a134b3 chore: rename project name (#60) 2024-08-08 21:23:23 +02:00
Eric Tuvesson
dc638ea8fc feat: Upgrade Electron (#61) 2024-08-08 21:12:39 +02:00
Eric Tuvesson
d61effc615 feat(editor): Deploy popup always mounted (#51)
This removes the delayed loading when opening the deploy popup
2024-07-08 12:47:28 +02:00
Eric Tuvesson
12be6dc69f feat(editor): Upgrade electron (#50) 2024-07-08 09:35:18 +02:00
Eric Tuvesson
17e3d16436 chore: clean up editor assets (#12) 2024-07-08 08:09:39 +02:00
Eric Tuvesson
233479a1bc feat: Add Support for Parse Server v7 (#20)
* feat: Upgrade Aggregate queries to latest Parse API

* feat: Save parse server major version in metadata

This can be used to determine which version of the Parse API that will be used.

* fix: Add support for both versions of aggregate queries
2024-07-08 08:06:47 +02:00
Eric Tuvesson
618955e1ee feat: Portal include Project ID (#47) 2024-06-28 00:43:34 +02:00
Eric Tuvesson
3fb3668fc3 feat: Allow relative git repository (#41) 2024-06-26 21:11:50 +02:00
Eric Tuvesson
0ee55c26eb feat(editor): Search panel show "(Cloud Function)" if result is in Cloud Functions sheet (#40) 2024-06-17 10:35:02 +02:00
Eric Tuvesson
0a69765460 chore: Update template provider name (#38) 2024-06-13 22:23:30 +02:00
Eric Tuvesson
eb71536cb0 chore: Update branding info (#31)
* fix: branding info for package.json

* fix: updated package jsons with updated contact & author info

---------

Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
2024-06-02 17:43:03 +02:00
Eric Tuvesson
1a048587d9 feat(editor): Tooltip support multiple fineTypes (#28) 2024-05-31 08:58:17 +02:00
Eric Tuvesson
8e16d5f9d4 feat: Add tooltip to cloud service "Open Dashboard" button (#27) 2024-05-29 10:05:38 +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
68e2070c61 fix: OpenAI Fetch API (#15) 2024-05-09 14:17:08 +02:00
Eric Tuvesson
badc47e392 fix(build): macos-notarize.js 2024-04-18 22:55:13 +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
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
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