Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand Address Bar on wide screens, keep error box small #57

Open
wants to merge 77 commits into
base: main
Choose a base branch
from

Conversation

hsuperman
Copy link

Previously on widescreens, the error bar grows wide while the address bar has a max width. This wastes space because the error box never needs to grow that wide, while the URL bar in theory can be arbitrarily long. This small change reverses the logic so that the address bar takes up the maximum width possible.

alan-x-n and others added 30 commits March 21, 2024 13:04
Updated Fluxscape Icons
brightness fix
Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
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.
* feat: Version control commit, View on GitHub

* fix: MenuDialog allow undefined menu item

This makes it a lot easier to create conditional menu items
* 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>
erictuvesson and others added 30 commits July 15, 2024 15:21
This removes the initial visible layout shift
Same behaviour as Query Record's "First Record Id"
…pe#73)

* feat(runtime): Add "className" option support to "relatedTo"

Also includes error handling when "className" is not found.
This occurred because building in dev mode does not create the source map files which it expects to copy over.
…pe#78)

TypeError: Cannot read properties of undefined (reading 'replace')
    at Object.onClosePopup (navigation.js:10:1)
    at EventEmitter.<anonymous> (nodecontext.js:491:1)
    at Object.onceWrapper (events.js:242:1)
    at EventEmitter.emit (events.js:153:1)
    at NoodlRuntime._doUpdate (noodl-runtime.js:338:1)
…ape#80)

It is very nice to be able to inspect the value inside the variable even via the "Set Variable" node. Most of the time I see an additional variable node placed above the "Set Variable" node to just inspect the current value.
Error: "TypeError: Cannot read properties of undefined (reading 'replace')"
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants