Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev deployment #1410

Merged
merged 2 commits into from
Feb 2, 2024
Merged

Dev deployment #1410

merged 2 commits into from
Feb 2, 2024

Conversation

0xNilesh
Copy link
Member

@0xNilesh 0xNilesh commented Feb 2, 2024

No description provided.

abhishek-01k and others added 2 commits January 30, 2024 18:40
* Sidebar Collapsable new UI and Logic

* Sidebar State persistant and Yield Farming logo done

* Sidebar components are adjusted according to the design

* Module width changes when collapsed

* Fixed the margin of dashboard, send and yield modules

* Removed the arrow in more button

* changes according to code rules

* Tooltip for collapsable sidebar

* name change
@0xNilesh 0xNilesh merged commit 4f5ed45 into main Feb 2, 2024
1 of 2 checks passed
Copy link

github-actions bot commented Feb 2, 2024

There are several issues and typos in the provided code:

  1. In the import statements, there are two typos: import { createGlobalStyle } from 'styled-components'; and import UserJourneySteps from 'segments/userJourneySteps';.

  2. In the extendConsole function, there are several syntax errors. The first error is a missing opening curly brace after the console.enable function declaration. The second error is a missing closing parenthesis after the closing curly brace of the console.enable function. The third error is a missing closing curly brace before the if (enabled) statement. The fourth error is a missing closing curly brace before the if (disabledConsoles[level]) statement.

  3. In the App component, there is a syntax error in the useEffect hook declaration. The closing parenthesis of the hook is missing. It should be }, [account]); instead of }, account);.

  4. In the App component, the HeaderContainer styled component is missing a closing curly brace.

  5. In the App component, the ParentContainer styled component is missing a closing parenthesis after the props.headerHeight}px value.

  6. In the App component, the ContentContainer styled component is missing a closing parenthesis after the props.leftBarWidth}px value.

  7. In the App component, the navContext variable is not being used and can be removed.

  8. In the App component, the navigation variable is not being used and can be removed.

  9. In the App component, the PushLogo styled component is not being used and can be removed.

  10. In the App component, the ProviderButton styled component is not being used and can be removed.

Aside from these issues, there are several missing files that cannot be reviewed. Please provide the missing files for further review.

@0xNilesh 0xNilesh deleted the dev-deployment branch February 2, 2024 09:43
0xNilesh added a commit that referenced this pull request Feb 13, 2024
* partial commit

* added search and dynamic linking in chatpreviewlist

* fixed dynamic link

* added formatting for .wallet

* Resolve verifier address issue

* Console error and warning fix (#1390)

* fixed button and chatviewlist warning

* fixed memory leak in useeffect

* Push admin address updated

* added chat components

* Added Collapsable Sidebar UI (#1410)

* Sidebar Collapsable new UI and Logic (#1396)

* Sidebar Collapsable new UI and Logic

* Sidebar State persistant and Yield Farming logo done

* Sidebar components are adjusted according to the design

* Module width changes when collapsed

* Fixed the margin of dashboard, send and yield modules

* Removed the arrow in more button

* changes according to code rules

* Tooltip for collapsable sidebar

* name change

* changes

---------

Co-authored-by: Abhishek <[email protected]>

* modified 404 page not found page (#1405)

* fixed button and chatviewlist warning

* fixed memory leak in useeffect

* modified 404 not found page in dapp

* removed unnecessary styles

* few tweaks

---------

Co-authored-by: harshrajat <[email protected]>

* Moved ChatuserContext to AppContext

* fixed reviw bugs

* fixed a bug

* fix: z-index of chat profile & chat preview load on big screen

* Update user is fixed and restapi version updated

* Read only mode active when user rejects signature

* rejection toast is added and chat is ready for read mode

---------

Co-authored-by: harshrajat <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Nilesh Gupta <[email protected]>
Co-authored-by: Satyam <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Pritipriya Singh <[email protected]>
0xNilesh added a commit that referenced this pull request Feb 13, 2024
* upgraded push user for push chat

* Moved chat user context to app context (#1412)

* partial commit

* added search and dynamic linking in chatpreviewlist

* fixed dynamic link

* added formatting for .wallet

* Resolve verifier address issue

* Console error and warning fix (#1390)

* fixed button and chatviewlist warning

* fixed memory leak in useeffect

* Push admin address updated

* added chat components

* Added Collapsable Sidebar UI (#1410)

* Sidebar Collapsable new UI and Logic (#1396)

* Sidebar Collapsable new UI and Logic

* Sidebar State persistant and Yield Farming logo done

* Sidebar components are adjusted according to the design

* Module width changes when collapsed

* Fixed the margin of dashboard, send and yield modules

* Removed the arrow in more button

* changes according to code rules

* Tooltip for collapsable sidebar

* name change

* changes

---------

Co-authored-by: Abhishek <[email protected]>

* modified 404 page not found page (#1405)

* fixed button and chatviewlist warning

* fixed memory leak in useeffect

* modified 404 not found page in dapp

* removed unnecessary styles

* few tweaks

---------

Co-authored-by: harshrajat <[email protected]>

* Moved ChatuserContext to AppContext

* fixed reviw bugs

* fixed a bug

* fix: z-index of chat profile & chat preview load on big screen

* Update user is fixed and restapi version updated

* Read only mode active when user rejects signature

* rejection toast is added and chat is ready for read mode

---------

Co-authored-by: harshrajat <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Nilesh Gupta <[email protected]>
Co-authored-by: Satyam <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Pritipriya Singh <[email protected]>

---------

Co-authored-by: harshrajat <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Nilesh Gupta <[email protected]>
Co-authored-by: Satyam <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Pritipriya Singh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants