-
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
fixed queryClient error #183
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
NMCarv
added a commit
that referenced
this pull request
Oct 13, 2022
* Release - Prod (28/set) (#181) * fixed queryClient error (#183) * fix: allowed minting on different wallets (#195) * fix: walletconnect (#196) * fix: allowed minting on different wallets * fix: minting for walletconnect * feat: implemented computer field holder_count; fixed http 413 (#197) * Release - October 11th (#211) * Fix: Extend divider on gate creation page to full page width * Fix: Add margin at the bottom of the task area * Fix: Add a task component CSS tweaks * Fix: Files & Links task visual tweaks * Fix: Quiz task visual tweaks * Fix: Verification code task visual tweaks * Fix: Size of text and icon of the add task button * Fix: Font side and weight of task title inputs, disable underline when not focused * Fix: Quiz task padding on expansion * Fix: Move click zone for deleting and expanding task to the IconButton instead of the icon itself only * Fix flickering icon on task expansion, invert expandless and expandmore icons * Fix: Add expand functionality to all tasks * fix(materialui): change arrow icon size from large to medium * fix(materialui): change icon to del files or question to iconbutton * fix(explore): update mediaquery breakpoint on explore page (#90) * fix(global): change linear progress bar from next to materialui (#91) * Fixes: Bookmarking, DAO Categories, Inputs background (#92) * 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 * Feat/nav bar drop down (#88) * style: added icons on navbar * feat: added wallet related details * refactor: done some minor changes * refactor: imports wagmi * Dockering Next.js (#85) * added wip kubernetes * fixed issues with frontend dockerfile * Hide Edit option on Experience section * Changed Contributors to Followers * fix : disconnect issue and styling as remark by designers * Make title long to two lines * Fixed Responsiveness on Create gate Page * styles : fix tab border according to figma design * styles: text bold * Removed the commented line * fix : add new gate card on overview tab * refactor : remove commented code * refactor : removed commented code * fix: public env (#93) * feat: recover missing cache time * style: minor fixes * styles: done all the changes mentioned by desginers * styles: fixed some minor styling * fix : gate Tab - added EmptyCard Component * style : fix reponsiveness issue for dao card * styles : fix padding responsiveness issue * style: tulio feedback on padding * feat : added see more and see less global feature * style :change to cursor - pointer * feat : added navbar * Feat/guide card (#108) * feat : added guide card compoenent * style : added guidecard on private profile page * style : fix style for guide card * fix : added usestate for guidecard * refactor : guidecard Button functionality some handleCardProgress * fixing button still visible on task completion (#107) * fixing button still visible on task completion * added util to map object and tasks messages mapping * fixed issues TODO: move to locale * Front end error message changed (#98) * Create Page Ui Tweaks (#111) * fixed navbar and padding issue * Label and text overlapping fixed * Label and text overlapping fixed * Label and text overlapping fixed * proposal number box Width * fix: solved horizontal scrolling problem Co-authored-by: Ashish Goyal <> Co-authored-by: Nuno Carvalho <nunoormaker21@gmail.com> * hotfix: checked critical bug on quiz * Fixes/explorebar (#118) * fix : scrollable option for explore bar * fix : responsiveness and hover issue for scrollbar * feat: remove sentry (#119) * Fixes/gateviewing (#117) * fix : completed bars and icons and text * Co-authored-by: Nuno Carvalho <NunoMartins21@users.noreply.github.com> * fix : circular progress * added frontend base * feat: connected guide card to backend information (#114) * feat: connected guide card to backend information * fix: removed console.log * Finished debounced data, only missing the service itself * CyberConnect Friend Connection and Notifications (#122) * Feat/draft gate (#109) * 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> * Feature/credential-mint (#104) * 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 * Fixing/task self verify flow (#121) * fix : task self-verify user flow * fix : dynamic text and border for button * refactor : redirection for url * Fixes/gate completion (#120) * 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 * Fixes/404 page (#125) * style : new 404 page * feat : added translation * fix : conflict issue * refactor : 404 page * added twitter gql * Fix/qa-nuno (#127) * 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 routes and gate published modal * fix: small tweak on gate card * Gateview Responsivess. Author: @Ashishgy (#128) * feat: see-more only if text larger than 100 chars Author: @Ashishgy * feat: padding change Author: @Ashishgy * feat: dao description max 400 * feat: added read more on dao header. Author @Ashishgy * feat: drawer links. Author: @Ashishgy * feat: responsiveness * finished first integration with twitter * fix: changed "gates" to "credentials" on DAO profile * fix: biconomy * fix: unnecessary ternary * fix: merge issues * feat: remove playwright * feat: share button to share menu (#131) * fix: gateway icon link * Bug Fixes (for Prod) (#133) * 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 * Possible username chracters (#134) * fix: activate one chain at a time (#135) * Fix/bugs (username and create user) (#137) * fix: fixed username regex * fix: made profile pictures optional * chore: changed default avatar image * Load more button on explore page (#140) * feat: added react-virtual to people tab (#142) * Change DAO's URL from /dao/<uuid> to /dao/<slug> (#132) * feat: changed [id] to [slug] for DAOs * fix: avoid undefined * fix: external link doesnt need next/router * chore: rollback paths * fix: missing slugs * fix: missing id * feat: missing id Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> * updated wagmi and react-query (#145) * updated wagmi and react-query * fix: wtf * fix: connect wallet modal * fix: correct query key * chore: remove step * fix: address * fix: wrong usequery import * chore: unnecessary doubled array * chore: remove unused error message Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * fix:loading bar (#143) * feat: implemented cookies on authentication (#148) fix: fixed bug on gate view access * Fix/bugs-2 (#149) * fix: wrong locale for organizations on search * fix: dynamic credentials on DAO profile * fix: show 6 people on DAO overview; fix navbar on credential view * chore: removed commented code * fix: removed overflow on people-tab * fix: gate delete * fix: loading bar and library version (#154) * added validation and error messages * enhaced the types * Hotfix/gql-refresh (#157) * Bug Fixes (Prod) (#150) * Fix: Extend divider on gate creation page to full page width * Fix: Add margin at the bottom of the task area * Fix: Add a task component CSS tweaks * Fix: Files & Links task visual tweaks * Fix: Quiz task visual tweaks * Fix: Verification code task visual tweaks * Fix: Size of text and icon of the add task button * Fix: Font side and weight of task title inputs, disable underline when not focused * Fix: Quiz task padding on expansion * Fix: Move click zone for deleting and expanding task to the IconButton instead of the icon itself only * Fix flickering icon on task expansion, invert expandless and expandmore icons * Fix: Add expand functionality to all tasks * fix(materialui): change arrow icon size from large to medium * fix(materialui): change icon to del files or question to iconbutton * fix(explore): update mediaquery breakpoint on explore page (#90) * fix(global): change linear progress bar from next to materialui (#91) * Fixes: Bookmarking, DAO Categories, Inputs background (#92) * 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 * Feat/nav bar drop down (#88) * style: added icons on navbar * feat: added wallet related details * refactor: done some minor changes * refactor: imports wagmi * Dockering Next.js (#85) * added wip kubernetes * fixed issues with frontend dockerfile * Hide Edit option on Experience section * Changed Contributors to Followers * fix : disconnect issue and styling as remark by designers * Make title long to two lines * Fixed Responsiveness on Create gate Page * styles : fix tab border according to figma design * styles: text bold * Removed the commented line * fix : add new gate card on overview tab * refactor : remove commented code * refactor : removed commented code * fix: public env (#93) * feat: recover missing cache time * style: minor fixes * styles: done all the changes mentioned by desginers * styles: fixed some minor styling * fix : gate Tab - added EmptyCard Component * style : fix reponsiveness issue for dao card * styles : fix padding responsiveness issue * style: tulio feedback on padding * feat : added see more and see less global feature * style :change to cursor - pointer * feat : added navbar * Feat/guide card (#108) * feat : added guide card compoenent * style : added guidecard on private profile page * style : fix style for guide card * fix : added usestate for guidecard * refactor : guidecard Button functionality some handleCardProgress * fixing button still visible on task completion (#107) * fixing button still visible on task completion * added util to map object and tasks messages mapping * fixed issues TODO: move to locale * Front end error message changed (#98) * Create Page Ui Tweaks (#111) * fixed navbar and padding issue * Label and text overlapping fixed * Label and text overlapping fixed * Label and text overlapping fixed * proposal number box Width * fix: solved horizontal scrolling problem Co-authored-by: Ashish Goyal <> Co-authored-by: Nuno Carvalho <nunoormaker21@gmail.com> * hotfix: checked critical bug on quiz * Fixes/explorebar (#118) * fix : scrollable option for explore bar * fix : responsiveness and hover issue for scrollbar * feat: remove sentry (#119) * Fixes/gateviewing (#117) * 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 (#114) * feat: connected guide card to backend information * fix: removed console.log * CyberConnect Friend Connection and Notifications (#122) * Feat/draft gate (#109) * 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> * Feature/credential-mint (#104) * 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 * Fixing/task self verify flow (#121) * fix : task self-verify user flow * fix : dynamic text and border for button * refactor : redirection for url * Fixes/gate completion (#120) * 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 * Fixes/404 page (#125) * style : new 404 page * feat : added translation * fix : conflict issue * refactor : 404 page * Fix/qa-nuno (#127) * 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 routes and gate published modal * fix: small tweak on gate card * Gateview Responsivess. Author: @Ashishgy (#128) * feat: see-more only if text larger than 100 chars Author: @Ashishgy * feat: padding change Author: @Ashishgy * feat: dao description max 400 * feat: added read more on dao header. Author @Ashishgy * feat: drawer links. Author: @Ashishgy * feat: responsiveness * fix: changed "gates" to "credentials" on DAO profile * fix: biconomy * fix: unnecessary ternary * fix: merge issues * feat: remove playwright * feat: share button to share menu (#131) * fix: gateway icon link * Bug Fixes (for Prod) (#133) * 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 * Possible username chracters (#134) * fix: activate one chain at a time (#135) * Fix/bugs (username and create user) (#137) * fix: fixed username regex * fix: made profile pictures optional * chore: changed default avatar image * Load more button on explore page (#140) * feat: added react-virtual to people tab (#142) * Change DAO's URL from /dao/<uuid> to /dao/<slug> (#132) * feat: changed [id] to [slug] for DAOs * fix: avoid undefined * fix: external link doesnt need next/router * chore: rollback paths * fix: missing slugs * fix: missing id * feat: missing id Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> * updated wagmi and react-query (#145) * updated wagmi and react-query * fix: wtf * fix: connect wallet modal * fix: correct query key * chore: remove step * fix: address * fix: wrong usequery import * chore: unnecessary doubled array * chore: remove unused error message Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * fix:loading bar (#143) * feat: implemented cookies on authentication (#148) fix: fixed bug on gate view access * Fix/bugs-2 (#149) * fix: wrong locale for organizations on search * fix: dynamic credentials on DAO profile * fix: show 6 people on DAO overview; fix navbar on credential view * chore: removed commented code * fix: removed overflow on people-tab Co-authored-by: fbenfraj <farouk.ben-fraj@outlook.com> Co-authored-by: Manish Rawat <62084296+R11manish@users.noreply.github.com> Co-authored-by: Rafa Gomes <rafagomes@users.noreply.github.com> Co-authored-by: Ashish Goyal <> Co-authored-by: R11manish <github.jmtss@gmail.com> Co-authored-by: Ashish Goyal <98838199+Ashishgy@users.noreply.github.com> Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * fix: gate delete (#152) * Fix: Extend divider on gate creation page to full page width * Fix: Add margin at the bottom of the task area * Fix: Add a task component CSS tweaks * Fix: Files & Links task visual tweaks * Fix: Quiz task visual tweaks * Fix: Verification code task visual tweaks * Fix: Size of text and icon of the add task button * Fix: Font side and weight of task title inputs, disable underline when not focused * Fix: Quiz task padding on expansion * Fix: Move click zone for deleting and expanding task to the IconButton instead of the icon itself only * Fix flickering icon on task expansion, invert expandless and expandmore icons * Fix: Add expand functionality to all tasks * fix(materialui): change arrow icon size from large to medium * fix(materialui): change icon to del files or question to iconbutton * fix(explore): update mediaquery breakpoint on explore page (#90) * fix(global): change linear progress bar from next to materialui (#91) * Fixes: Bookmarking, DAO Categories, Inputs background (#92) * 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 * Feat/nav bar drop down (#88) * style: added icons on navbar * feat: added wallet related details * refactor: done some minor changes * refactor: imports wagmi * Dockering Next.js (#85) * added wip kubernetes * fixed issues with frontend dockerfile * Hide Edit option on Experience section * Changed Contributors to Followers * fix : disconnect issue and styling as remark by designers * Make title long to two lines * Fixed Responsiveness on Create gate Page * styles : fix tab border according to figma design * styles: text bold * Removed the commented line * fix : add new gate card on overview tab * refactor : remove commented code * refactor : removed commented code * fix: public env (#93) * feat: recover missing cache time * style: minor fixes * styles: done all the changes mentioned by desginers * styles: fixed some minor styling * fix : gate Tab - added EmptyCard Component * style : fix reponsiveness issue for dao card * styles : fix padding responsiveness issue * style: tulio feedback on padding * feat : added see more and see less global feature * style :change to cursor - pointer * feat : added navbar * Feat/guide card (#108) * feat : added guide card compoenent * style : added guidecard on private profile page * style : fix style for guide card * fix : added usestate for guidecard * refactor : guidecard Button functionality some handleCardProgress * fixing button still visible on task completion (#107) * fixing button still visible on task completion * added util to map object and tasks messages mapping * fixed issues TODO: move to locale * Front end error message changed (#98) * Create Page Ui Tweaks (#111) * fixed navbar and padding issue * Label and text overlapping fixed * Label and text overlapping fixed * Label and text overlapping fixed * proposal number box Width * fix: solved horizontal scrolling problem Co-authored-by: Ashish Goyal <> Co-authored-by: Nuno Carvalho <nunoormaker21@gmail.com> * hotfix: checked critical bug on quiz * Fixes/explorebar (#118) * fix : scrollable option for explore bar * fix : responsiveness and hover issue for scrollbar * feat: remove sentry (#119) * Fixes/gateviewing (#117) * 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 (#114) * feat: connected guide card to backend information * fix: removed console.log * CyberConnect Friend Connection and Notifications (#122) * Feat/draft gate (#109) * 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> * Feature/credential-mint (#104) * 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 * Fixing/task self verify flow (#121) * fix : task self-verify user flow * fix : dynamic text and border for button * refactor : redirection for url * Fixes/gate completion (#120) * 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 * Fixes/404 page (#125) * style : new 404 page * feat : added translation * fix : conflict issue * refactor : 404 page * Fix/qa-nuno (#127) * 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 routes and gate published modal * fix: small tweak on gate card * Gateview Responsivess. Author: @Ashishgy (#128) * feat: see-more only if text larger than 100 chars Author: @Ashishgy * feat: padding change Author: @Ashishgy * feat: dao description max 400 * feat: added read more on dao header. Author @Ashishgy * feat: drawer links. Author: @Ashishgy * feat: responsiveness * fix: changed "gates" to "credentials" on DAO profile * fix: biconomy * fix: unnecessary ternary * fix: merge issues * feat: remove playwright * feat: share button to share menu (#131) * fix: gateway icon link * Bug Fixes (for Prod) (#133) * 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 * Possible username chracters (#134) * fix: activate one chain at a time (#135) * Fix/bugs (username and create user) (#137) * fix: fixed username regex * fix: made profile pictures optional * chore: changed default avatar image * Load more button on explore page (#140) * feat: added react-virtual to people tab (#142) * Change DAO's URL from /dao/<uuid> to /dao/<slug> (#132) * feat: changed [id] to [slug] for DAOs * fix: avoid undefined * fix: external link doesnt need next/router * chore: rollback paths * fix: missing slugs * fix: missing id * feat: missing id Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> * updated wagmi and react-query (#145) * updated wagmi and react-query * fix: wtf * fix: connect wallet modal * fix: correct query key * chore: remove step * fix: address * fix: wrong usequery import * chore: unnecessary doubled array * chore: remove unused error message Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * fix:loading bar (#143) * feat: implemented cookies on authentication (#148) fix: fixed bug on gate view access * Fix/bugs-2 (#149) * fix: wrong locale for organizations on search * fix: dynamic credentials on DAO profile * fix: show 6 people on DAO overview; fix navbar on credential view * chore: removed commented code * fix: removed overflow on people-tab * fix: gate delete Co-authored-by: fbenfraj <farouk.ben-fraj@outlook.com> Co-authored-by: Manish Rawat <62084296+R11manish@users.noreply.github.com> Co-authored-by: Rafa Gomes <rafagomes@users.noreply.github.com> Co-authored-by: Ashish Goyal <> Co-authored-by: R11manish <github.jmtss@gmail.com> Co-authored-by: Ashish Goyal <98838199+Ashishgy@users.noreply.github.com> Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * fix: implemented gqlMethodsWithRefresh on credential page * fix: fixed 500 bug on credentials Co-authored-by: fbenfraj <farouk.ben-fraj@outlook.com> Co-authored-by: Manish Rawat <62084296+R11manish@users.noreply.github.com> Co-authored-by: Rafa Gomes <rafagomes@users.noreply.github.com> Co-authored-by: R11manish <github.jmtss@gmail.com> Co-authored-by: Ashish Goyal <98838199+Ashishgy@users.noreply.github.com> Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * Fix/bugs 3 (#160) * Bug Fixes (Prod) (#150) * Fix: Extend divider on gate creation page to full page width * Fix: Add margin at the bottom of the task area * Fix: Add a task component CSS tweaks * Fix: Files & Links task visual tweaks * Fix: Quiz task visual tweaks * Fix: Verification code task visual tweaks * Fix: Size of text and icon of the add task button * Fix: Font side and weight of task title inputs, disable underline when not focused * Fix: Quiz task padding on expansion * Fix: Move click zone for deleting and expanding task to the IconButton instead of the icon itself only * Fix flickering icon on task expansion, invert expandless and expandmore icons * Fix: Add expand functionality to all tasks * fix(materialui): change arrow icon size from large to medium * fix(materialui): change icon to del files or question to iconbutton * fix(explore): update mediaquery breakpoint on explore page (#90) * fix(global): change linear progress bar from next to materialui (#91) * Fixes: Bookmarking, DAO Categories, Inputs background (#92) * 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 * Feat/nav bar drop down (#88) * style: added icons on navbar * feat: added wallet related details * refactor: done some minor changes * refactor: imports wagmi * Dockering Next.js (#85) * added wip kubernetes * fixed issues with frontend dockerfile * Hide Edit option on Experience section * Changed Contributors to Followers * fix : disconnect issue and styling as remark by designers * Make title long to two lines * Fixed Responsiveness on Create gate Page * styles : fix tab border according to figma design * styles: text bold * Removed the commented line * fix : add new gate card on overview tab * refactor : remove commented code * refactor : removed commented code * fix: public env (#93) * feat: recover missing cache time * style: minor fixes * styles: done all the changes mentioned by desginers * styles: fixed some minor styling * fix : gate Tab - added EmptyCard Component * style : fix reponsiveness issue for dao card * styles : fix padding responsiveness issue * style: tulio feedback on padding * feat : added see more and see less global feature * style :change to cursor - pointer * feat : added navbar * Feat/guide card (#108) * feat : added guide card compoenent * style : added guidecard on private profile page * style : fix style for guide card * fix : added usestate for guidecard * refactor : guidecard Button functionality some handleCardProgress * fixing button still visible on task completion (#107) * fixing button still visible on task completion * added util to map object and tasks messages mapping * fixed issues TODO: move to locale * Front end error message changed (#98) * Create Page Ui Tweaks (#111) * fixed navbar and padding issue * Label and text overlapping fixed * Label and text overlapping fixed * Label and text overlapping fixed * proposal number box Width * fix: solved horizontal scrolling problem Co-authored-by: Ashish Goyal <> Co-authored-by: Nuno Carvalho <nunoormaker21@gmail.com> * hotfix: checked critical bug on quiz * Fixes/explorebar (#118) * fix : scrollable option for explore bar * fix : responsiveness and hover issue for scrollbar * feat: remove sentry (#119) * Fixes/gateviewing (#117) * 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 (#114) * feat: connected guide card to backend information * fix: removed console.log * CyberConnect Friend Connection and Notifications (#122) * Feat/draft gate (#109) * 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> * Feature/credential-mint (#104) * 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 * Fixing/task self verify flow (#121) * fix : task self-verify user flow * fix : dynamic text and border for button * refactor : redirection for url * Fixes/gate completion (#120) * 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 * Fixes/404 page (#125) * style : new 404 page * feat : added translation * fix : conflict issue * refactor : 404 page * Fix/qa-nuno (#127) * 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 routes and gate published modal * fix: small tweak on gate card * Gateview Responsivess. Author: @Ashishgy (#128) * feat: see-more only if text larger than 100 chars Author: @Ashishgy * feat: padding change Author: @Ashishgy * feat: dao description max 400 * feat: added read more on dao header. Author @Ashishgy * feat: drawer links. Author: @Ashishgy * feat: responsiveness * fix: changed "gates" to "credentials" on DAO profile * fix: biconomy * fix: unnecessary ternary * fix: merge issues * feat: remove playwright * feat: share button to share menu (#131) * fix: gateway icon link * Bug Fixes (for Prod) (#133) * 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 * Possible username chracters (#134) * fix: activate one chain at a time (#135) * Fix/bugs (username and create user) (#137) * fix: fixed username regex * fix: made profile pictures optional * chore: changed default avatar image * Load more button on explore page (#140) * feat: added react-virtual to people tab (#142) * Change DAO's URL from /dao/<uuid> to /dao/<slug> (#132) * feat: changed [id] to [slug] for DAOs * fix: avoid undefined * fix: external link doesnt need next/router * chore: rollback paths * fix: missing slugs * fix: missing id * feat: missing id Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> * updated wagmi and react-query (#145) * updated wagmi and react-query * fix: wtf * fix: connect wallet modal * fix: correct query key * chore: remove step * fix: address * fix: wrong usequery import * chore: unnecessary doubled array * chore: remove unused error message Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * fix:loading bar (#143) * feat: implemented cookies on authentication (#148) fix: fixed bug on gate view access * Fix/bugs-2 (#149) * fix: wrong locale for organizations on search * fix: dynamic credentials on DAO profile * fix: show 6 people on DAO overview; fix navbar on credential view * chore: removed commented code * fix: removed overflow on people-tab Co-authored-by: fbenfraj <farouk.ben-fraj@outlook.com> Co-authored-by: Manish Rawat <62084296+R11manish@users.noreply.github.com> Co-authored-by: Rafa Gomes <rafagomes@users.noreply.github.com> Co-authored-by: Ashish Goyal <> Co-authored-by: R11manish <github.jmtss@gmail.com> Co-authored-by: Ashish Goyal <98838199+Ashishgy@users.noreply.github.com> Co-authored-by: Lucas Inacio <lucas1inacio7souza@gmail.com> Co-authored-by: Rafa Gomes <rafaelgomes.web@gmail.com> * fix: gate delete (#152) * Fix: Extend divider on gate creation page to full page width * Fix: Add margin at the bottom of the task area * Fix: Add a task component CSS tweaks * Fix: Files & Links task visual tweaks * Fix: Quiz task visual tweaks * Fix: Verification code task visual tweaks * Fix: Size of text and icon of the add task button * Fix: Font side and weight of task title inputs, disable underline when not focused * Fix: Quiz task padding on expansion * Fix: Move click zone for deleting and expanding task to the IconButton instead of the icon itself only * Fix flickering icon on task expansion, invert expandless and expandmore icons * Fix: Add expand functionality to all tasks * fix(materialui): change arrow icon size from large to medium * fix(materialui): change icon to del files or question to iconbutton * fix(explore): update mediaquery breakpoint on explore page (#90) * fix(global): change linear progress bar from next to materialui (#91) * Fixes: Bookmarking, DAO Categories, Inputs background (#92) * 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 * Feat/nav bar drop down (#88) * style: added icons on navbar * feat: added wallet related details * refactor: done some minor changes * refactor: imports wagmi * Dockering Next.js (#85) * added wip kubernetes * fixed issues with frontend dockerfile * Hide Edit option on Experience section * Changed Contributors to Followers * fix : disconnect issue and styling as remark by designers * Make title long to two lines * Fixed Responsiveness on Create gate Page * styles : fix tab border according to figma design * styles: text bold * Removed the commented line * fix : add new gate card on overview tab * refactor : remove commented code * refactor : removed commented code * fix: public env (#93) * feat: recover missing cache time * style: minor fixes * styles: done all the changes mentioned by desginers * styles: fixed some minor styling * fix : gate Tab - added EmptyCard Component * style : fix reponsiveness issue for dao card * styles : fix padding responsiveness issue * style: tulio feedback on padding * feat : added see more and see less global feature * style :change to cursor - pointer * feat : added navbar * Feat/guide card (#108) * feat : added guide card compoenent * style : added guidecard on private profile page * style : fix style for guide card * fix : added usestate for guidecard * refactor : guidecard Button functionality some handleCardProgress * fixing button still visible on task completion (#107) * fixing button still visible on task completion * added util to map object and tasks messages mapping * fixed issues TODO: move to locale * Front end error message changed (#98) * Create Page Ui Tweaks (#111) * fixed navbar and padding issue * Label and text overlapping fixed * Label and text overlapping fixed * Label and text overlapping fixed * proposal number box Width * fix: solved horizontal scrolling problem Co-authored-by: Ashish Goyal <> Co-authored-by: Nuno Carvalho <nunoormaker21@gmail.com> * hotfix: checked critical bug on quiz * Fixes/explorebar (#118) * fix : scrollable option for explore bar * fix : responsiveness and hover issue for scrollbar * feat: remove sentry (#119) * Fixes/gateviewing (#117) * 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 (#114) * feat: connected guide card to backend information * fix: removed console.log * CyberConnect Friend Connection and Notifications (#122) * Feat/draft gate (#109) * 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> * Feature/credential-mint (#104) * 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 * Fixing/task self verify flow (#121) * fix : task self-verify user flow * fix : dynamic text and border for button * refactor : redirection for url * Fixes/gate completion (#120) * 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 * Fixes/404 page (#125) * style : new 404 page * feat : added translation * fix : conflict issue * refactor : 404 page * Fix/qa-nuno (#127) * 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 routes and gate published modal * fix: small tweak on gate card * Gateview Responsivess. Author: @Ashishgy (#128) * feat: see-more only if text larger than 100 chars Author: @Ashishgy * feat: padding change Author: @Ashishgy * feat: dao description max 400 * feat: added read more on dao header. Author @Ashishgy * feat: drawer links. Author: @Ashishgy * feat: responsiveness * fix: changed "gates" to "credentials" on DAO profile * fix: biconomy * fix: unnecessary ternary * fix: merge issues * feat: remove playwright * feat: share button to share menu (#131) * fix: gateway icon link * Bug Fixes (for Prod) (#133) * 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 * Possible username chracters (#134) * fix: activate one chain at a time (#135) * Fix/bugs (username and create user) (#137) * fix: fixed username regex * fix: made profile pictures optional * chore: changed default avatar image * Load more button on explore page (#140) * feat: added react-virtual to people tab (#142) * Change DAO's URL from /dao/<uuid> to /dao/<slug> (#132) * feat: changed [id] to [slug] for DAOs * fix: avoid undefined * fix: external link doesnt need next/router * chore: rollback paths * fix: missing slugs * fix: missi…
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.
[PR Name]
Type of PR
Description
Lorem Ipsum
Checklist