joystick icon indicating copy to clipboard operation
joystick copied to clipboard

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.

Results 199 joystick issues
Sort by recently updated
recently updated
newest added

I always rewrite this on projects and it'd be helpful to just have a pattern. Something like this: ```javascript import joystick from '@joystick.js/node'; joystick.app({ notifications: { providers: { email: {},...

feature
@joystick.js/node
idea

This adds syntax highlighting in an IDE fine and even renders HTML, but any `component()` render methods are broken. Seems to be a scoping issue of some sort? May need...

feature
todo
@joystick.js/ui

Noticing a gotcha where builds are not re-run when these packages are reinstalled/updated. No reason they shouldn't trigger a rebuild, but need to see what's up.

bug
@joystick.js/ui
@joystick.js/node
@joystick.js/cli

Right now, the CSS for a component must target an element _within_ the component but you can't target the Joystick wrapper `` directly. This should be possible so you can...

feature
@joystick.js/ui

When Joystick Deploy launches, it will have its own logs feature on the disk of instances, but it'd be good to support third-party logging tools at the app-level. Not 100%...

feature
@joystick.js/node

At the moment, passing a `.pem` or `.key` file for a remote database is not possible. Need to check for this in the connection settings (have a path relative to...

feature
@joystick.js/node

Writing this down but may not be worth it. Could be helpful to have a tool/function for transitioning users between DBs. Specifically doing a SQL to NoSQL or vice versa...

@joystick.js/node
idea