-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix/bugs (username and create user) (#137) #139
Merged
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
…n instead of the icon itself only
Fix: Gate Creation visual tweaks
* fix(gate-card): comment bookmark functionality (temporary) * fix(daos): change dao categories to regular cap + fix spacing * fix(create-gate): fix input background turning blue on autocomplete
* style: added icons on navbar * feat: added wallet related details * refactor: done some minor changes * refactor: imports wagmi
* added wip kubernetes * fixed issues with frontend dockerfile
* fix : completed bars and icons and text * Co-authored-by: Nuno Carvalho <NunoMartins21@users.noreply.github.com> * fix : circular progress
* feat: connected guide card to backend information * fix: removed console.log
* feat(create-gate): add save draft button, change validation onsubmit * feat(draft-gate): update gate query for draft and add draft method * fix(create-gate): remove commented code (validation on task add) * feat(draft-gate): fix draft gate data format if null for backend * feat(draft-gate): add published state chip + fix redirection onclick * feat(draft-gate): redirection depending on published state * feat(draft-gate): remove published chip for daos * feat(draft-gate): hide gate status on explore page * fix(draft-gate): fix build * feat(draft-gate): hide gate state on daos where user is not admin * feat(draft-gate): fetch draft gate data and pass it as props * feat(draft-gate): draft gate wip * fix merge * fix build * fix gate card redirection, broken by merge * feat(draft-gate): add gate options popover, new gate data loading add popover with unpublish/delete gate, load categories and skills in the inputs on the create gate page from draft data * load tasks from draft data * fix: tasks titles being overriden by task untitled * load image from draft data on create gate * filter published gates only on explore page * fix gate state chip size on gate cards * filter unpublished daos on overview tab from dao profile * fix cardactionarea height on gatecards * fix: overview query on dao profile selected non published gates * hide admin option is user is not an admin * fix save as draft and publish gate * fix explore page fetching non published gates * change featured gates limit on dao profile to 3 * add edit gate option when gate is paused * refactor savedraft and creategate functions into one * fix draft by removing gate_id from tasks * change redirection to the gate profile after draft or creation * fix edit option not showing when gate is in not_published state * add gate state chip on list view and fix word break * fix dao name on gate view width * fix description see more when description is short * add dialogs when publish/unpublish or delete gate * refactor togglestate and delete gate functions * tweak buttons on confirm dialog * reload page on publish/unpunlish instead of redirecting to dao profile * disable gate completed modal if gate has no tasks * fix crash on save draft gate by cleaning gate_ids from the tasks * fix: enabling draft without tasks * fix: upload image * fix: upload image FOR REAL THIS TIME * fix description being required by gql query * fix description required on view gate * add validation back to the submit draft mode * fix requested changes: remove console logs, remove eslint disable * Fix adding tasks when creation a new gate without draft * replace state with simple variables in gate state chip * fix isadmin permissions on view gate * fix build: save draft breaking on change categories and skills to nested * change gate card to always redirect to the view page * fix snackbar message on publish/unpublish gate * change gate state chip to use materialui attributs instead of sx * hide task completion button if gate is not published * fix admin permission check for gate edit * fix: fixed problem with GateStateChip rendering (yey!) * fix: added dynamic publish/unpublish chip * fix key problem on dao profile * add spinning buttons for save draft and create gate * fix crash when trying to set untitled tasks from draft * fix tasks deletion on edit gate * fix admin is not allowed to publish a gate without a task * fix once a gate is published it shouldnt be editable anymore even on unpublish * add confirmation dialog on create gate * add gate published modal * fix crash on trying to load deleted gate + redirect to 404 * remove redirection from landing to explore if user already authenticated and initialized * add redirection to the view gate page on edit gate if the gate is paused or published * prevent confirm publish dialog from appearing when form data is invalid * fix gate state chip not updating on publish/unpublish from the view gate page * fix adding tasks not being taken into account before multiple refreshes * fix: gate viewing permissions Co-authored-by: Nuno Carvalho <NunoMartins21@users.noreply.github.com> * add redirect if user doesnt have permission for gate view * fix: added SSR on published gates * fix: wrong redirection * fix missing prop types * fix onclick on a non-button component Co-authored-by: Nuno Carvalho <nunoormaker21@gmail.com>
* feat: create mint button * feat: change status and add transaction url on credential mint * feat: started creating mint modal; improved mint card * fix: mint card, mint button; added menus on credential view and card; other minor things * fix: mint button state * fix: removed console.log * feat: created Biconomy provider * fix: added mint chain for different environments * feat: add snackbar; fixed minor bugs * fix: solved experiences' delay problem; updated credential cache after minting/completing gate; fixed snackbar color * fix: fixed MintCredentialButton type
* fix : task self-verify user flow * fix : dynamic text and border for button * refactor : redirection for url
* fix :added sharing functinality and fixed whole page layout * style : fixin responsiveness for mobile * fix: sharing message for socials * fix: collapse issue when it is completed * fix : conflicts
* style : new 404 page * feat : added translation * fix : conflict issue * refactor : 404 page
* fix: some bugs with cache; added mint button on Gate page * fix: type error * fix: changed getStaticProps to getServerSideProps; fixed Gate Completed design * fix: fixed editing flow on gate * fix: problem with gate creation * fix: fixed credential page design * fix: changed nomenclature from "gate" to "credential" * fix: changed remaining nomenclature * fix: close behavior on completed credential * fix: removed commented code
* fix: fixed problem of quiz answers appearing; changed copy * fix: fixed timezone bug * fix: typo * fix: changed nomenclature from DAOs to Organizations * fix: typos on task errors * fix: fixed error "undefined address" on navbar * fix: add line break on bio; changed default bio text * fix: wrong query key on biconomy
* fix: fixed username regex * fix: made profile pictures optional * chore: changed default avatar image
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
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.
fix: fixed username regex
fix: made profile pictures optional
chore: changed default avatar image
[PR Name]
Type of PR
Description
Lorem Ipsum
Checklist