okfn / opendataeditor

The Open Data Editor (ODE) is a no-code application to explore, validate and publish data in a simple way. Forever free and open source project powered by the Frictionless Framework.
http://opendataeditor.okfn.org
MIT License
183 stars 22 forks source link

[WiP] Add top menu to app #557

Closed guergana closed 1 month ago

guergana commented 1 month ago
cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying opendataeditor with  Cloudflare Pages  Cloudflare Pages

Latest commit: ff92835
Status: ✅  Deploy successful!
Preview URL: https://10c7b15c.opendataeditor.pages.dev
Branch Preview URL: https://417-top-menu.opendataeditor.pages.dev

View logs

roll commented 1 month ago

I guess to get actual implementation of this you need to pass all the actions and store changes through the electron bridge which is quite a task

guergana commented 1 month ago

I guess to get actual implementation of this you need to pass all the actions and store changes through the electron bridge which is quite a task

@roll yes, and I am stuck. I would appreciate your help since the code I have currently in this PR is supposed to work but it isn't working :sob: do you have any suggestions of what I might be doing wrong?

roll commented 1 month ago

@guergana No problem, I'm looking at it right now

guergana commented 1 month ago

Closing because I accidentally created another PR with the newer changes: https://github.com/okfn/opendataeditor/pull/585