-
Notifications
You must be signed in to change notification settings - Fork 15
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
Dev --> Master #157
Merged
Merged
Dev --> Master #157
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* basic implementation done * Add a basic NIP Draft * added password support for forms * fixed some typing errors and ignoring es lint for now from build * using search params from react router and changed key to pwd * added support for form password in multiple places * all functionalities working * Update nostr-tools, implement nip-44 * yarn lock update * Create nip-101 * Add From Creation Kind * Ask for formId * Fix form settings * Fetch Forms working * Send Responses/ Fetch Responses * Working create forms version * actually working create forms * Get Options to work * CreateForm: create nostr events with new schema * Make it easier for diffs * Cleanup * Remove password generation * Respond to forms * Fix failing build * Encrypted Responses * Add Editor Config UI * Access Control on Create` * Add access control to form filler * Working Responses * Working End to end forms * Remove Old Create Forms * Add Dashboard, Move old Code * Add login mechanism * Add Rudimentary polling * Working Polls Implementation * Add gift Wraps * Fetch via Gift Wraps --------- Co-authored-by: Ramakrishna <[email protected]>
✅ Deploy Preview for hilarious-cupcake-5ce684 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* Add alias pubkey * Simply Form Access
* Simplify Responses * Automatically Add logged in user as editor * Use simplified key format * Add Submit condition for allowed users * Public Forms work * Add Pubkeys * Correct Dashboard handling
* Fix Dashboard Login * Remove Old Routes
* Add View Key in Configure Participants * Decrypt Form with params view Key * Fix Back button link
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Add View Results Button on Dashboard * Make Results work
* Use an app wide relay pool * Fix Empty Screen
* Add Support For Local forms * Add Dropdown menu * Fix keys and responses
* Save automatcially * Add Delete button
* Add Nostr Functions for create form on web-app * Use naddr with relay info as form link
* Fix Author and widths in responses * Bring back export as excel * work with old urls
* add delete button in the question card * add undo to delete button * move delete to a new component
* Fix Dashboard and addresses * Fix Url on form event card
* add image in markdown format * add modal and image url * upload multiple image and live change of the text field * removed redundent usestate and localstorage * move upload button to card * folder icon added * change to PictureOutlined, remove unwanted code
* Add Option for my forms * Add My Forms to formstr * Add Drafts back * Fix null drafts * Error handling
* added a modal to render the relays on publish * get relay list and update checks * use onRelayAccepted --------- Co-authored-by: abhay-raizada <[email protected]>
…nt (#190) * multiple fixes * multiple fixex * remove import * remove saveToMyForms.isRunning
* Bring back notifications * Fix Types * Add Tooltip on notifications
* Use Relays from forms, Fix Choice label in resposnes * Fixes before release
* console log removed, image upload added and draft size fix * upload on option * add ! to uploadimage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Branch Aims to incorporate the standards from the NIP: nostr-protocol/nips#1190