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

<EzqlPrompt /> #24

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

<EzqlPrompt /> #24

wants to merge 10 commits into from

Conversation

jmonster
Copy link
Collaborator

@jmonster jmonster commented Mar 3, 2023

Todo

  • stub out the React component for public consumption via Vite
  • configure/build it for NPM distribution
  • implement <EzqlPrompt />; locally observable/testable via:
cd src/react-ezql
npm install
npm run dev
  • add token to code, with instructions
  • make actual API call
  • confirm working in a third-party project
  • deploy a publicly accessible demo page -- provided that the updated GH Action works 😅
  • beautiful landing page -- @stritt this will live at https://outerbase.github.io/ezql/
  • display results on demo page
  • improve default styling of ezql-prompt
  • also expose the generic library on the demo page (i.e. what currently exists on the demo site)
  • use publicly available CSS variables for styling overrides (maybe?)
  • thorough docs
  • more better tests
  • deploy to npm as react-ezql

Local Demo Screenshot

As of now, you land on a page with text instructing you to press Command-K. Upon doing so, the modal appears as displayed here:
image

@stritt
Copy link
Member

stritt commented Mar 6, 2023

Hi Johnny I've put together some mocks here, let me know if you want to talk through state or anything else:

https://www.figma.com/file/8lBAyxpQifcsckpJVkkALT/EZQL_React?node-id=1%3A2528&t=UvDpTIkpENc4gq9C-1

@jmonster jmonster marked this pull request as draft March 6, 2023 17:48
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.

2 participants