-
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(plan-manager): add correct linking for manage plan buttons #2004
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
pugakn
approved these changes
Feb 10, 2023
arsenijesavic
added a commit
that referenced
this pull request
Mar 6, 2023
* feat(mobile): add multi sig styles (#1997) * fix(proposal): remove edit button (#2006) * feat(login-view): add redirect when login via onboard (#2005) * fix(plan-manager): add correct linking for manage plan buttons (#2004) * fix(top-navigation): remove plan manager button (#2003) * fix(documentation-url): add dynamic links (#2002) * ci: remove documentation url from build (#2001) * refactor(calendar): return to quesar calendar (#2000) * feat(app-styl): add components module (#1996) * fix(comment-item): comment time since formating has been fixed (#1998) (#2008) * fix(proposal-detail): url preview (#1999) (#2009) * feat(badges): update card layout (#1981) (#2011) * feat(configuration-page): add community tab (#2013) * fix(style): rename rounded-corners to the rounded-full (#2016) * fix(badges): filter badge holders by dao (#2010) (#2014) * fix(badges): displaying active badges in dao page (#2018) (#2025) * fix(voting): vote button not visible in mobile design (#2019) (#2024) * fix(refactor): remove home page repeated template code * Revert "fix(refactor): remove home page repeated template code" This reverts commit 355d382. * fix(refactor): remove home page repeated template code (#2031) * fix(mobile): configration templates (#2030) * fix(mobile): general settings layout * fix(mobile): voting settings layout * fix(mobile): design settings layout * fix(mobile): plan settings layout * fix(mobile): communication config toggle * fix(mobile): buy token buttons * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat(configuration page): add createupvelc and editupvelc actions (#2044) * feat: add WIP files * feat: add editupvelc action * feat(configuration): add optional chaining for upvoteStartDateTime * feat(dao action): change UPVOTE string to const * refactor: combine upvelc actions into one * refactor: add separate array for upvelc actions * refactor(upvelc action): add empty cause --------- Co-authored-by: Irving Puga <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet in… (#2015) * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * fix: update the ppp-client-api library; add option to specify DGraph auth key * feat: add missing dgraph api key * fix: use the root dao id instead of the root document hash * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat: retrieve the configuration from github environment secrets and variables * feat: replace Telos with EOS --------- Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Evgeni B <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: use DHO with EOS account * feat: add login with EOS * fix: replace hardcoded kv contract name with config variable * fix: remove hardcoded contract names * fix: add missing spaces, make lint happy * fix: add BASE_APP as app id * fix: force new deploy - rollback * fix(graphql): missed variable --------- Co-authored-by: Irving Puga <[email protected]> Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Alex <[email protected]>
arsenijesavic
added a commit
that referenced
this pull request
Mar 6, 2023
* feat(mobile): add multi sig styles (#1997) * fix(proposal): remove edit button (#2006) * feat(login-view): add redirect when login via onboard (#2005) * fix(plan-manager): add correct linking for manage plan buttons (#2004) * fix(top-navigation): remove plan manager button (#2003) * fix(documentation-url): add dynamic links (#2002) * ci: remove documentation url from build (#2001) * refactor(calendar): return to quesar calendar (#2000) * feat(app-styl): add components module (#1996) * fix(comment-item): comment time since formating has been fixed (#1998) (#2008) * fix(proposal-detail): url preview (#1999) (#2009) * feat(badges): update card layout (#1981) (#2011) * feat(configuration-page): add community tab (#2013) * fix(style): rename rounded-corners to the rounded-full (#2016) * fix(badges): filter badge holders by dao (#2010) (#2014) * fix(badges): displaying active badges in dao page (#2018) (#2025) * fix(voting): vote button not visible in mobile design (#2019) (#2024) * fix(refactor): remove home page repeated template code * Revert "fix(refactor): remove home page repeated template code" This reverts commit 355d382. * fix(refactor): remove home page repeated template code (#2031) * fix(mobile): configration templates (#2030) * fix(mobile): general settings layout * fix(mobile): voting settings layout * fix(mobile): design settings layout * fix(mobile): plan settings layout * fix(mobile): communication config toggle * fix(mobile): buy token buttons * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat(configuration page): add createupvelc and editupvelc actions (#2044) * feat: add WIP files * feat: add editupvelc action * feat(configuration): add optional chaining for upvoteStartDateTime * feat(dao action): change UPVOTE string to const * refactor: combine upvelc actions into one * refactor: add separate array for upvelc actions * refactor(upvelc action): add empty cause --------- Co-authored-by: Irving Puga <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet in… (#2015) * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * fix: update the ppp-client-api library; add option to specify DGraph auth key * feat: add missing dgraph api key * fix: use the root dao id instead of the root document hash * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat: retrieve the configuration from github environment secrets and variables * feat: replace Telos with EOS --------- Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Evgeni B <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: use DHO with EOS account * feat: add login with EOS * fix: replace hardcoded kv contract name with config variable * fix: remove hardcoded contract names * fix: add missing spaces, make lint happy * fix: add BASE_APP as app id * fix: force new deploy - rollback * fix(upvote-banner): signup button title --------- Co-authored-by: Irving Puga <[email protected]> Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Alex <[email protected]>
arsenijesavic
added a commit
that referenced
this pull request
Mar 6, 2023
* fix: missed graphql variable (#2057) * feat(mobile): add multi sig styles (#1997) * fix(proposal): remove edit button (#2006) * feat(login-view): add redirect when login via onboard (#2005) * fix(plan-manager): add correct linking for manage plan buttons (#2004) * fix(top-navigation): remove plan manager button (#2003) * fix(documentation-url): add dynamic links (#2002) * ci: remove documentation url from build (#2001) * refactor(calendar): return to quesar calendar (#2000) * feat(app-styl): add components module (#1996) * fix(comment-item): comment time since formating has been fixed (#1998) (#2008) * fix(proposal-detail): url preview (#1999) (#2009) * feat(badges): update card layout (#1981) (#2011) * feat(configuration-page): add community tab (#2013) * fix(style): rename rounded-corners to the rounded-full (#2016) * fix(badges): filter badge holders by dao (#2010) (#2014) * fix(badges): displaying active badges in dao page (#2018) (#2025) * fix(voting): vote button not visible in mobile design (#2019) (#2024) * fix(refactor): remove home page repeated template code * Revert "fix(refactor): remove home page repeated template code" This reverts commit 355d382. * fix(refactor): remove home page repeated template code (#2031) * fix(mobile): configration templates (#2030) * fix(mobile): general settings layout * fix(mobile): voting settings layout * fix(mobile): design settings layout * fix(mobile): plan settings layout * fix(mobile): communication config toggle * fix(mobile): buy token buttons * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat(configuration page): add createupvelc and editupvelc actions (#2044) * feat: add WIP files * feat: add editupvelc action * feat(configuration): add optional chaining for upvoteStartDateTime * feat(dao action): change UPVOTE string to const * refactor: combine upvelc actions into one * refactor: add separate array for upvelc actions * refactor(upvelc action): add empty cause --------- Co-authored-by: Irving Puga <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet in… (#2015) * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * fix: update the ppp-client-api library; add option to specify DGraph auth key * feat: add missing dgraph api key * fix: use the root dao id instead of the root document hash * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat: retrieve the configuration from github environment secrets and variables * feat: replace Telos with EOS --------- Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Evgeni B <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: use DHO with EOS account * feat: add login with EOS * fix: replace hardcoded kv contract name with config variable * fix: remove hardcoded contract names * fix: add missing spaces, make lint happy * fix: add BASE_APP as app id * fix: force new deploy - rollback * fix(graphql): missed variable --------- Co-authored-by: Irving Puga <[email protected]> Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Alex <[email protected]> * fix/upvote banner signup button (#2058) * feat(mobile): add multi sig styles (#1997) * fix(proposal): remove edit button (#2006) * feat(login-view): add redirect when login via onboard (#2005) * fix(plan-manager): add correct linking for manage plan buttons (#2004) * fix(top-navigation): remove plan manager button (#2003) * fix(documentation-url): add dynamic links (#2002) * ci: remove documentation url from build (#2001) * refactor(calendar): return to quesar calendar (#2000) * feat(app-styl): add components module (#1996) * fix(comment-item): comment time since formating has been fixed (#1998) (#2008) * fix(proposal-detail): url preview (#1999) (#2009) * feat(badges): update card layout (#1981) (#2011) * feat(configuration-page): add community tab (#2013) * fix(style): rename rounded-corners to the rounded-full (#2016) * fix(badges): filter badge holders by dao (#2010) (#2014) * fix(badges): displaying active badges in dao page (#2018) (#2025) * fix(voting): vote button not visible in mobile design (#2019) (#2024) * fix(refactor): remove home page repeated template code * Revert "fix(refactor): remove home page repeated template code" This reverts commit 355d382. * fix(refactor): remove home page repeated template code (#2031) * fix(mobile): configration templates (#2030) * fix(mobile): general settings layout * fix(mobile): voting settings layout * fix(mobile): design settings layout * fix(mobile): plan settings layout * fix(mobile): communication config toggle * fix(mobile): buy token buttons * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat(configuration page): add createupvelc and editupvelc actions (#2044) * feat: add WIP files * feat: add editupvelc action * feat(configuration): add optional chaining for upvoteStartDateTime * feat(dao action): change UPVOTE string to const * refactor: combine upvelc actions into one * refactor: add separate array for upvelc actions * refactor(upvelc action): add empty cause --------- Co-authored-by: Irving Puga <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet in… (#2015) * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * fix: update the ppp-client-api library; add option to specify DGraph auth key * feat: add missing dgraph api key * fix: use the root dao id instead of the root document hash * feat(members): add community filter (#2035) * feat/upvote election flow (#2037) * feat(upvote-delegate-widget): added new upvote-delegate-widget with title and counter (#1943) * feat(upvote-delegate-widget): added user-card without icon and tag (#1943) * feat(upvote-delegate-widget): added head delegate tag and address-card icon (#1943) * feat(upvote-delegate-widget): update component story file (#1943) * feat(creation-stepper): added new prop title * feat(upvote-election): added new upvote-election route with sign-up screen (#1940) * feat(upvote-election): added new screen round-1 (#1940) * feat(upvote-election): added new screen chief delegates round (#1940) * feat(upvote-election): added new screen head delegate (#1940) * feat(upvote-election): added new screen results (#1940) * feat(upvote-election-banner): added upvote election banner(#1939) * fix(assets): assets grid after merge * feat(upvote-election): integrate graphql api for election * feat(upvote-election): integrate voting logic (intermediate commit) --------- Co-authored-by: Arsenije Savic <[email protected]> * fix: remove console.log (#2038) * fix/upvote election bugs (#2042) * fix(upvote-election): ability to unselect user and passing count (#2041) * fix(upvote-election): revoke action and one style bug * feat: retrieve the configuration from github environment secrets and variables * feat: replace Telos with EOS --------- Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Evgeni B <[email protected]> * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: add github actions for deploying eos mainnet and eos testnet instances * feat: retrieve the configuration from github environment secrets and variables * feat: retrieve the configuration from github environment secrets and variables * feat: use DHO with EOS account * feat: add login with EOS * fix: replace hardcoded kv contract name with config variable * fix: remove hardcoded contract names * fix: add missing spaces, make lint happy * fix: add BASE_APP as app id * fix: force new deploy - rollback * fix(upvote-banner): signup button title --------- Co-authored-by: Irving Puga <[email protected]> Co-authored-by: arsenijesavic <[email protected]> Co-authored-by: Alex <[email protected]> --------- Co-authored-by: Evgeni B <[email protected]> Co-authored-by: Irving Puga <[email protected]> Co-authored-by: Alex <[email protected]>
This was referenced Mar 6, 2023
This was referenced Apr 10, 2023
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.
🗃 Github Issue Or Explanation for this PR. (What is it supposed to do and Why is needed)
This PR adds correct links for manage plan buttons