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

Would like to have this so we can handle linting of code for undefined variables.

feature

Was spacing out and had this thought...it'd be relatively simple to do a lightweight full-text search engine. Did a quick test to prove it and sure enough the basic idea...

feature
@joystick.js/node

Implementing this manually now and it should just come standard so you don't have to waste time.

feature
@joystick.js/node

This was just an oversight on the initial implementation, but should come standard. Needs: - [x] `emailVerified` field added to all new users by default - [x] An `accounts.send_email_verification()` method...

feature
@joystick.js/ui
@joystick.js/node

Have a way to autopopulate a form based on name fields using a defaults object on the component.

feature
@joystick.js/ui

Thinking a lot about this tweet https://twitter.com/natac131/status/1483058573240328194. Working now and an idea came to mind to add an `accessibility` option to components. Idea would be to pass an object of...

question
@joystick.js/ui
idea

This doesn't break anything right now, but you get a lot of console chatter if `data.refetch()` is called in an interval.

refactor
@joystick.js/ui

Right now if you have a syntax error (e.g., missing quote on an attribute), Joystick just renders "undefined" which is confusing. Worth trying to find a lightweight way to validate...

feature
@joystick.js/ui

Just realized this is possible while working on an i18n email. If `i18n()` is called with a string, it should check all of the provided i18n files and see if...

feature
@joystick.js/ui
@joystick.js/node

Running into a scenario where a built-in middleware can't be configured via the settings file (requires a function) which makes the implementation difficult. As a middle ground, it should be...

feature
refactor
@joystick.js/node