Skip to content

Conversation

@bhavanakarwade
Copy link
Contributor

@bhavanakarwade bhavanakarwade commented Aug 7, 2025

What?

  • Added session manager component for handling session details and session status
  • Integrated signout API and synchronised with nextAuth's signOut function
  • Handled redirection conditions

Important

Implements SSO using session details with a new SessionManager, integrates sign-out with NextAuth, and updates session handling logic.

  • Session Management:
    • Replaces SessionCheck and SessionSyncer with SessionManager in layout.tsx.
    • SessionManager in SessionManager.tsx handles session details and redirection.
    • Updates authSlice.ts to include sessionId.
  • Sign-out Integration:
    • Integrates sign-out API with NextAuth's signOut in user-nav.tsx.
    • Implements logoutUser function for API and local sign-out.
  • API Routes:
    • Adds signOut and fetchSessionDetails to apiRoutes.ts.
  • Miscellaneous:
    • Changes authOptions.ts to handle session ID.
    • Updates Loader.tsx to include isExpand prop.
    • Modifies GetHeaderConfigs.ts to include withCredentials.

This description was created by Ellipsis for 2e69a2b. You can customize this summary. It will automatically update as commits are pushed.

KambleSahil3 and others added 27 commits May 9, 2025 15:56
Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>
Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>
* DCO fixes for develop-nextjs branch (#1092)

* resolve unneccsary code

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* resolved type error

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* rename sigin file name

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* resolved interface confusion

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* take height and width from constants

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Remove duplicates from passwordRegex

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Remove duplicates

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* complete connection component and create wallet banner

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* WNP show schemas list

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* WIP credential definition

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Complete Credential Definitions implementation along with minor UI changes

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* refactor: organization list and dashoard components (#945)

* refactor: organization list and organization dashboard components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: Resolve conflicts

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarcloud duplication issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolved sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolved sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolved sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: create, edit and delete organization components (#946)

* refactor: organization list and organization dashboard components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarcloud duplication issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: create, edit and delete organization components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: create, edit and delete organization components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: create org component type error fix

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* feat: implemented user list and edit org modal

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved sonar cloud errors

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* feat: send invitations

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* Fix: email prepopulate issue on sign up page (#950)

* fix: resolved email prepopulation issue

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* refactor: loader & custome CSS changes

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* refactor: update organization model

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

---------

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* feat: accept and reject invitations

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: added responsiveness

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: added responsivness

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: remove unwanted refresh buttons

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved comment on pr

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* Refactor UI changes

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix: handle role-based conditions

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: handle delete invitation confirmation popup screen

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: added css for rejetc button

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved sonarlint errors

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolve sonar cloud errors

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved conflicts

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved conflicts

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved sonar cloud errors

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved sonar cloud errors

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* Resolved cred def SonarQube issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved SonarQube issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: shared agent config components (#948)

* refactor: shared agent configuration

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: create did component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: removed unecessary code

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: removed unecessary code

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: handled conditions

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: css for organization page (#958)

* refactor: css for organization page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: css for wallet spin up page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: css for wallet spin up page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: delete organization issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: api file changes

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: changes for import getheaderconfig for api components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: changes for organization data

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: org role condition

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: removed commented code

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* Fixed formatting issues using ESLint and Prettier. (#963)

* WIP:fixing the typescript related issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix: eslint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* WIP:resolved build related issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* added eslint rules

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix:Resolved create org data type related issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* eslint fixes

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* WIP:resolving eslint issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:lint stage issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:lintstagerc file added

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:modified the pre-commit file

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:lint-stage testing

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:modified pre-commit file

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:test lint stage

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:changed the pre-commit file to outside of next js

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix: import sorting issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: import sorting issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: import sorting issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: import sorting issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: eslint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: eslint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* WIP:resolving the return type issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix: eslint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* WIP:resolving eslint return type issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix: eslint issues for all pages

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* WIP:resolving es-lint issues

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix: eslint and prettier issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* crypto js issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fix:added package for dom-toimage

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

---------

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
Co-authored-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix: create org flow with agent setup (#960)

* refactor: org onboarding flow

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: create organization flow with wallet setup

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve logo issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: build issues (#972)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: table component lint (#971)

* feat: add generic table component

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: sorted selection

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: minor changes

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: sonarcloud and other formating issues

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: unnecessary components

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* add comments and fix table reset on org change

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* chore: remove unwanted components

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* chore: remove some more unwanted compoenets

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: sonar cloud issues

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: sonar cloud issues

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: sonar cloud issues

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* chore: fix imports and logs

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* refactor: remove unnecessary components

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: minor lintings

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: changes

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

---------

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: added role conditions (#973)

* fix: added role conditions

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved sonar lint errors

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

---------

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* feat: add passkey to user's profile section (#974)

* add passkey section to user profile

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* added passkey to users profile

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* added passkey to users profile

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* added passkey to profile

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issues on org dashboard and wallet creation (#975)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve extra semicolon issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolved issue on org dashboard (#976)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: Issuance API pages and routes (#966)

* fix:refactor of issuance api pages and routes

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:eslint fix

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: minor fix to pages removed unecessary div's

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* refactor: Added Issuance related components (#967)

* refactor/issuance related components

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix : merge conflict and eslint

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:redundant conditon check

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* refactor: Added Connection List page component and Credentials Page (#968)

* refactor/ Added Connection List page component and Credentials

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:sonar cube issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: redundant fragment removed

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:eslint errors

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: import sorting eslint rule removed

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Refactor/Issuance Dashboard page and types (#969)

* refactor/Issuance Dahsboard page and types

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:eslint issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* refactor: Storage Keys Redux Slice for storing local storage data (#970)

* refactor/ storage key redux slice

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:eslint issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: issues on org dashboard and wallet creation (#980)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: Resolved issues related to type and eslint (#977)

* fix/ issues faced after combining all pr for connection Issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: issues after merge

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* complete verification list and verify credential

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* install packages

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Added global css

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

Test lint-staged

revert precommit file

Resolved sonarQube issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

Resolve code duplicate error

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix: pnpm lock

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved sonar qube issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved sonar qube sortDataTable component issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved sonar qube qality issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved sonar qube quality

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved code duplication for model

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Remove inline css

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Remove commented code

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix: UI issues from organiation dashboard, wallet spinup and organization list components (#983)

* fix: UI issues from organiation dashboard, wallet spinup and organization list components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: resolved comments

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: resolved comments

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: resolved comments

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* feat: session management with nextAuth library (#982)

* feat: implemented next auth library

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: removed cookies on log out

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: added interface for authoptions

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

---------

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* feat: added updated yaml file (#985)

* feat: implemented next auth library

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: removed cookies on log out

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: added interface for authoptions

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* feat: added yaml file

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

---------

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: next js route issue (#986)

* feat: implemented next auth library

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: removed cookies on log out

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: added interface for authoptions

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* feat: added yaml file

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved next js route issue

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

---------

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* Refactor / Added functionality for bulk issuance (#981)

* refactor / bulk issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: sonar cube issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: breakdown of big file

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: minor fixes

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Complete single and multiple connection

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolve PR comments

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Fix: Breakdown of Large Files for Email Issuance (#991)

* fix:large file breakdown

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/pr comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: removed eslint disable rules

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Complete OOB for verification component

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved sonar qube error

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* WIP

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved PR comments

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Added svg icons in icons constant file

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved bugs signIn,orgDropDown and schemaList

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Fix/Breakdown of connection issuance large files (#995)

* wip started

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ complete breakdown of large files

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* merge: devlop-nextjs

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/file name for svg

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ removed fixme comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/resolved pr comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fix the functionality to reset password (#998)

* fix:password reset link not working

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/Password Reset

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/minor fixes

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ resolve pr comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/tooltip for dashboard (#999)

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Added validation to disable send button if data is invalid (#1000)

* fix/added validation to disable send button

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/security comment by sonar

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* WIP

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* refactor: Replaced list components with generic table component. (#993)

* replaced list components with generic table component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* changes in table component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: statuses css from global css

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: table column names and global css classes

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: resolve sonarlint duplication error

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: resolve sonarlint duplication issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Remove camelCase reule

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix/fixed path related issue on credential defination page for issuance (#1002)

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Separate svg icons

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix: network dropdown issue for did:web (#1003)

* fix: deployment issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: comments on PR for type fixes

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: enum values for hardcoded string values and fixed organization dashboard css inconsistency issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: enum values for hardcoded string values

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: enum changes for prsentation list

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: Incorrect navigation from the “Dashboard” breadcrumb on the Organization Dashboard (#1004)

* fix: navigation issue from the Dashboard breadcrumb on the Organization Dashboard

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: navigation issue for org dashboard

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: breadcrumb issue for organization dashboard

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: breadcrumb issue for organization dashboard

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* reverted org dashboard breadcrumb issue changes (#1006)

* reverted org dashboard breadcrumb issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* reverted org dashboard breadcrumb issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* [Deno Deploy] Update .github/workflows/deploy.yml

* [Deno Deploy] Update .github/workflows/deploy.yml

* Fix schema and credential definition pages UI related issues (#1005)

* fix/ui related issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:ui related issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/minor conditional correction for send button

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ attributes label css

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / theme related changes

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/removed comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ removed duplicates

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/renamed files and removed comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* WIP

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved CSS and User Profile Issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* changes for deployment for deno (#1008)

* changes for deployment for deno

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* changes for deployment for deno

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* changes for deploy.yml file

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: removed zod fron did list component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: removed zod fron did list component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: removed zod fron did list component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: table border issue and deployment issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: table border issue and deployment issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: table border issue and deployment issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Resolved sonar qube error

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* [Deno Deploy] Update .github/workflows/deploy.yml

* [Deno Deploy] Update .github/workflows/deploy.yml

* Resolved chatbot comments

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved PR comments

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Removed inline css

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Fixed UI for Organization Page and input placeholder (#1010)

* fix/oragnization page and input place holder

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / html tag issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / sonar cube issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ changed alignment for email issuance form

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix /missing changes

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fix/create cred def popup (#1011)

* fix:Created new popup for create cred-def

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* Fix:resolved commit errors

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:type error for schema list

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:PR comments

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

---------

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* refactor: css changes for components (#1012)

* refactor: css changes for components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: css changes for components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: button chnages

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: remove extra  code

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Resolved css in verification commponent

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Reset verification state after logout

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Fix issunce formik form alignment for connection issuance (#1013)

* fix/oragnization page and input place holder

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / html tag issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / sonar cube issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix - wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ bot comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Resolved .env demo file issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix:user and create-cred-def screen UI modification (#1016)

* fix:user and create-cred-def screen UI modification

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* fix:resolve PR comments

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

---------

Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>

* Fixed  loader component and alignment for it in organizations list  (#1015)

* fix/oragnization page and input place holder

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / html tag issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / sonar cube issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix - wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ bot comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:loader component

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fix/select dropdown fix (#1017)

* fix/oragnization page and input place holder

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / html tag issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / sonar cube issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix - wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ bot comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:loader component

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix / dropdowns and loaders

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix : removed unused parameters

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* refactor: CSS changes for organization, wallet and table components (#1018)

* refactor: css changes for components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: css changes for components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: css and theme changes for organization flow

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: css and theme changes for organization flow

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: css and theme changes for organization flow

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: deploy workflow file changes (#1019)

* refactor: deploy workflow file changes

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: changes in workflow file

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: added env secrets in workflow files (#1020)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Replace generic table for connection list in verification

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* wip : fix reset page

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Resolved fav icon issue and support multiple fav icon

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved ellise bot comment

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved pr comment

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Fixed the issues found on importing other color theme (#1021)

* fix/issuance card and color fix

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ added minor fix

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix : alert component issue error handling

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ sign in page

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Removed inline css

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved verify modal ui issue

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved refresh verification list

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved bot comment

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved cancel button css

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved bugs - schema card, verification list refresh

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* refactor: replace history and history details table with generic table component (#1023)

* refactor: replace history and history details table with generic table component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: table components

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint errors

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint duplication issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint duplication issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint duplication for table cells

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint duplication for table

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* handle view button as per hide column condition

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: comments or PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: comments or Pull request

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: create did issue for issuer and verifier role (#1028)

* fix: create did issue for issuer and verifier role

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: user profile section and developers setting page (#1027)

* refactor: user profile section and developers setting page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: organization already exist issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: ellipsis comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: ellipsis comments on pull request

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* developers settingUI rendering issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* developers settings rendering issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: changes for avatar component colors

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: svg changes for key icon on developer setting

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: developers setting page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: user profile section and developers setting page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* revert: icon issue for dedicated agent ledger icons

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* removed extra code

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: setup wallet later button issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Resolved role based isses

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved build related issues

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved type errors

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved chat bot comment

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved PR review comment

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Remove commented code

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix: organization dashboard issue (#1030)

* fix: organization breadcrumb issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* dedicated agent ledger icons

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: sonarcloud issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: common validation function for ledger config validations

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: passkey in profile section

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: ellipse comments

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: UI fixes for sign up page (#1031)

* fix: UI fixes for sign up page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: ellips suggestions on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Resolved button arrows and show all role issues

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* Resolved credef roles

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>

* fix: user profile and create did component. (#1038)

* fix: UI fixes for sign up page

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: ellips suggestions on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issues in profile section

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: ellipsis comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: ellipsis comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fixed issues related to loading and unnecessarily rendred components (#1037)

* fix/ui related bugs and issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix extra tab spaces

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: polygon UI issues (#1039)

* fix: polygon UI issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* remove: uneccessary code

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: display user profile organization issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fixed the No error message on invalid credentials on login and the alert component (#1040)

* fix/ui related bugs and issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ login alert message

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Added generic table for connections list for issuance (#1041)

* fix/added generic table for connections list

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/refactored common data in a single file

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ sonar qube comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Refactored code for create Schema page into smaller chunks (#1043)

* fix/refactor large code into smaller chunks for create schema page

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/removed eslint rule

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/code duplication comment by sonar cube

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/resolve sonar cube comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/moved the svg to seperate folder

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/removed the color argument for button

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Refactored members page from users route into smaller chunks (#1044)

* fix/refactored members page from users into smaller chunks

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Refactored large file verificationSchemaList to smaller components (#1046)

* fix/refactored large file verificationSchemaList

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* feat/added new color theme provided by ajay sir

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: polygon related issues (#1042)

* polygon related issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issue regarding passkey with next-auth (#1047)

* fix: issue regarding passkey with next auth

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolved: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issue regarding passkey

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix/connection list refresh issue , no org view conistency (#1049)

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* All schema issue from schema list (#1048)

* resolved: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issue regarding passkey

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: all schemas issue from schema list

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: schema list pagination issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issue regarding deployment (#1050)

* resolved: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issue regarding passkey

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: all schemas issue from schema list

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: error message for edit user profile. (#1051)

* resolved: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: issue regarding passkey

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: edit user profile error message

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: edit user profile error message

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: Schemas not displayed when selecting "All Schemas" from dropdown (#1052)

* fix: issue regarding all schemas

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: ellipsis comments

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: ellipsis comment

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fixed issue for credential message visibility and org switcher not switching orgs (#1053)

* fix/ issue for credential message visibility and org switcher

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fixed searching functionality for schemalist  (#1054)

* fix/search functionality for schema list page

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ sonar cube issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/pagination issue of last page being blank

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/theme fix for both credebl and sovio (#1056)

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: changes in organization list for org logo (#1057)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: changes in organization dropdown for logo issue (#1058)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fixed verify button functionality and cred def validation message (#1060)

* fix/verify button loader

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/invalid message for verifcation

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fixed w3c all schema issue for issuance while selecting from dropdown (#1059)

* wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/all schema in w3c

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ schema list issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/changed_name_for_file (#1061)

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: routing structure for authentication components (#1062)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* feat: added Dockerfile (#1063)

* feat: added Dockerfile

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>

* chore: updated port to 3000

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>

* chore: updated npm run build to pnpm run build

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>

---------

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>

* Fixed the ui related issue for profile and user page (#1065)

* fix/edit profile button fix, user invite modal fix

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/profile edit  button

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: passkey flow related issues (#1064)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: email type error (#1066)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: build issues (#1067)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: build errors (#1068)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* [Draft] feat: sso using nextauth (#1055)

* wip: nextauth sso

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* wip: org onboarding using sso

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* refactor: updated return type for session check

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: code warnings

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: route changes

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved comments on pr

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

---------

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* Fixed organization issues for switcher , delete wallet and schema list (#1070)

* fix/ org switcher issue , schema creation page issue , wallet deletion issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/removed extra parameters for get org api function

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Feat/nextauth sso org onboarding (#1072)

* wip: nextauth sso

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* wip: org onboarding using sso

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* refactor: updated return type for session check

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: code warnings

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: route changes

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved comments on pr

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: route issue

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

---------

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* refactor: added secure cookie protocol (#1073)

* wip: nextauth sso

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* wip: org onboarding using sso

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* refactor: updated return type for session check

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: code warnings

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: route changes

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: resolved comments on pr

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: route issue

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* refactor: added secure cookie protocol

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

---------

Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>

* fix: logout issue for add passkey pop up while entering password (#1069)

* fix: logout issue for add passkey pop up while entering password

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: logout issue for add passkey pop up while entering password

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fixed Ui issue for signin page logo responsiveness and link styling (#1074)

* wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* feat/added tooltip for schema list card

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: passkey related issues (#1075)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fixed verification button disable issue of verification list (#1076)

* fix/verification button disable issue

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comment

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix: sign up with passkey (#1077)

* fix: sign up with passkey

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolve: comments on PR

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: schema page UI, table view dropdown, and theme issues (#1078)

* wip search fix email and message fix

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* wip search and selection issue issuance connection

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/create creddef permissions , table view dropdown

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/back button issue (#1080)

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix:/color for side bar and removed user option from sidebar (#1081)

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fixed card animations and effects and org drop down position (#1082)

* wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* wip dropdown below sidebar

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* wip org drop down shifted left

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Update nextjs/src/app/globals.css

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* Fix/wallet creation refresh issue (#1079)

* Managed state for the wallet creation steps

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* minor ui fixes and text changes

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* enum added in common enums file

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* Added loaders to all the buttons

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* sonarcube issues resolved

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* Resolved issues of sonarqube

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* Resolved issues of sonarqube

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* Sonarqube issues resolved

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* Added loaders for remaining components

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* resolved comments of ellipsis bot

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* Minor changes done

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* moved interfaces in common file

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

---------

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* refactor: UI refactoring for organization and wallet flow. (#1083)

* fix: country,state and city dropdown issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: replaced dropdown with radio button in create wallet flow.

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: reduce code of lines in create organization modal

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: reduce code of lines

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* resolved: elipsis comments

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: wallet screens

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fix drawer padding and footer positioning on Dashboard and Signup pages (#1084)

* wip updated connections

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/connection sidebar and footer copyright added

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Added Side panel for schema list to show technical details of schema (#1085)

* wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/added side drawer for schema list

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/added fallback condition

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/commented code

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/sonarqube comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/verification list after change of schema list and card comp

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fix: Org flow UI changes (#1086)

* fix: country,state and city dropdown issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: replaced dropdown with radio button in create wallet flow.

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: wallet screens

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: user profile and edit user profile section

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: edit profile form

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fixed ui for organization details page (#1088)

* wip: fixed org dashboard issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* wip: org list

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* wip Did list

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/organization details updated

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/removed commented code

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Refactor: UI changes for developers setting and passkey components. (#1087)

* fix: country,state and city dropdown issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: replaced dropdown with radio button in create wallet flow.

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: wallet screens

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: developers setting and passkey UI changes

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: passkey device list table component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* refactor: passkey device list table component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>
Signed-off-by: alokmore-awts <alok.more@ayanworks.com>
Signed-off-by: rohit.shitre <rohit.shitre@ayanworks.com>
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>
Co-authored-by: sanjaykhondal-aw <sanjay.khondal@ayanworks.com>
Co-authored-by: Ajay Jadhav <ajay@ayanworks.com>
Co-authored-by: bhavanakarwade <bhavana.karwade@ayanworks.com>
Co-authored-by: alokmore-awts <alok.more@ayanworks.com>
Co-authored-by: shitrerohit <37360542+shitrerohit@users.noreply.github.com>
Co-authored-by: rohit.shitre <rohit.shitre@ayanworks.com>
Co-authored-by: Krishna Waske <krishna.waske@ayanworks.com>
Co-authored-by: sujitaw <sujit.sutar@ayanworks.com>
Co-authored-by: deno-deploy[bot] <75045203+deno-deploy[bot]@users.noreply.github.com>
Co-authored-by: Sahil Kamble <sahil.kamble@ayanworks.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* fix: sonarlint issues (#1094)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fix/sonarlint issues (#1095)

* fix: sonarlint authentication security hotspots

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fix/sonarlint issues (#1096)

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint errors

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fix/sonarlint issues (#1097)

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint errors

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fix/sonarlint issues (#1098)

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: JSX issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: JSX issue

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* Fix/sonarlint issues (#1099)

* fix: sonarlint authentication security issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint auth…
* fix: deploy.yml conflicts

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>

* fix: conflicts .env.demo

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>

* Create BUG-REPORT.md (#905)

* Create BUG-REPORT.md

Create BUG-REPORT.md

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* Create FEATURE-REQUEST.md

Create FEATURE-REQUEST.md

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* Update BUG-REPORT.md

Update links

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* Update FEATURE-REQUEST.md

Update links

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* Update FEATURE-REQUEST.md

customize acceptance crieteria

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

---------

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: deploy.yml conflicts

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>

---------

Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>
Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
Co-authored-by: Krishna Waske <krishna.waske@ayanworks.com>
Signed-off-by: Sahil Kamble <sahil.kamble@ayanworks.com>
* fixed table row issue for generic table component

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint issue for table

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

* fix: sonarlint issues

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>

---------

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
* feat/updated breadcrumb

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Fix/ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
* fix/overflowing user card

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Update nextjs/src/features/users/components/EditUserRoleModal.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>

* Update nextjs/src/features/invitations/components/sendInvitations.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* wip

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/added slider to verification credentials page

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Update nextjs/src/features/verification/components/VerificationCredentialList.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>

* Update nextjs/src/features/verification/components/VerificationCredentialList.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>

* merge

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
* feat/update dashboard design

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* feat/updated dashboard design

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/no organizations and dropdown update on deletion

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/ellipse comments

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/build test

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
* fix/email issuance payload fix

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* fix/updated minor issues

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>

* Update nextjs/src/features/organization/emailIssuance/components/EmailIssuanceFunctions.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>

---------

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: sujitaw <sujit.sutar@ayanworks.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
* chore: ability to add remediation commit

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

* fix: add trailing space

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>

---------

Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
….com>

On behalf of sujitaw <sujit.sutar@ayanworks.com>, I, Sujit <sujit.sutar@ayanworks.com>, hereby add my Signed-off-by to this commit: ab22d90
On behalf of sujitaw <sujit.sutar@ayanworks.com>, I, Sujit <sujit.sutar@ayanworks.com>, hereby add my Signed-off-by to this commit: 7d1f1cb
On behalf of sujitaw <sujit.sutar@ayanworks.com>, I, Sujit <sujit.sutar@ayanworks.com>, hereby add my Signed-off-by to this commit: 07c85d1

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
fix: Dco issue for branch using Remedeation
Fix Auth Tab Switch, UI Updates on Credentials, and Password Reset Bug
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Dashboard, Issuance, and Profile Enhancements with Breadcrumb & Routing Updates
* fix:socket-related-issue

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* fix:changed-redirection-path

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* resolved changes in code

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* removed comments from the code

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* resolved comments of ellipsis-dev

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* Resolved polygon related issue

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

---------

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>
@bhavanakarwade bhavanakarwade changed the title Feat/sso using nextauth feat: SSO implementation using session details Aug 7, 2025
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Changes requested ❌

Reviewed everything up to 2045aae in 1 minute and 49 seconds. Click for details.
  • Reviewed 757 lines of code in 17 files
  • Skipped 0 files when reviewing.
  • Skipped posting 8 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/next.config.js:18
  • Draft comment:
    Consider enabling reactStrictMode for better warning/error detection unless its disablement is intentional.
  • Reason this comment was not posted:
    Comment looked like it was already resolved.
2. nextjs/src/lib/authSlice.ts:28
  • Draft comment:
    Reset sessionId in the logout reducer to avoid retaining stale session data.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, explaining what the code does without suggesting any changes or asking for clarification. It doesn't align with the rules for useful comments.
3. nextjs/types/next-auth.d.ts:20
  • Draft comment:
    Consider extending the JWT interface to include 'sessionId' for type consistency with what is used in authOptions callbacks.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.
4. nextjs/src/features/components/UserInfoForm.tsx:130
  • Draft comment:
    Verify if changing the redirect route from sign-up to sign-in after account creation is intentional.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 0% vs. threshold = 50% This comment violates the rule about not asking authors to verify their intentions. The comment starts with "Verify if..." which is explicitly called out as likely not useful. The change appears to be intentional since it's consistent with the success path in the if branch which also redirects to /sign-in. Both paths include fidoFlag=false and method=password parameters. The route change could potentially break the user flow if sign-in requires different parameters than sign-up. There may be important context about the authentication flow that I'm missing. Even if there are authentication flow concerns, asking the author to verify their intention is not helpful - we should trust they understand their own auth flow. If there was a specific technical issue, that should be called out directly. Delete this comment as it violates the rule about asking authors to verify their intentions. The change appears intentional and consistent.
5. nextjs/src/features/components/SessionManager.tsx:92
  • Draft comment:
    Avoid using setTimeout for session validation as it might be fragile; consider using more reliable async state change handlers.
  • Reason this comment was not posted:
    Confidence changes required: 50% <= threshold 50% None
6. nextjs/src/features/components/user-auth-form.tsx:215
  • Draft comment:
    Ensure that the token from Redux is set and valid before using it to fetch user details; consider handling missing token more explicitly.
  • Reason this comment was not posted:
    Comment looked like it was already resolved.
7. nextjs/src/components/layout/providers.tsx:27
  • Draft comment:
    Ensure that 'session?.user.id' is reliably defined when used as a key; if it can be undefined, it may lead to unnecessary re-mounts.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 20% vs. threshold = 50% Using undefined values as React keys can cause issues. However, this is a high-level provider component and session?.user.id being undefined likely represents a valid unauthenticated state. The key is probably intentionally used to force remounts when the user changes. Adding a fallback could prevent desired remounting behavior. I could be wrong about the intention behind the key - maybe undefined keys really are unintentional. The current code could cause unnecessary remounts if session.user.id is sometimes undefined for logged-in users. Given this is a SessionProvider, undefined user.id likely represents intentional unauthenticated state. If there were issues with unnecessary remounts, they would likely be obvious during testing. Delete the comment. The suggestion could interfere with intentional remounting behavior and the current code appears intentional.
8. nextjs/src/config/apiRoutes.ts:4
  • Draft comment:
    Typo detected: The key 'sinIn' appears to be a misspelling. It likely should be 'signIn'.
  • Reason this comment was not posted:
    Comment was on unchanged code.

Workflow ID: wflow_9nYGRn1zjxHBQXvj

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

}
}

const state = store.getState()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fetch the refresh token inside the refreshAccessToken function instead of caching it outside to ensure you always use the latest value.

@bhavanakarwade bhavanakarwade self-assigned this Aug 7, 2025
…e did (#1143)

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Changes requested ❌

Reviewed 904083e in 1 minute and 48 seconds. Click for details.
  • Reviewed 209 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/src/features/components/SessionManager.tsx:24
  • Draft comment:
    Duplicate '/agent-config' entry found in preventRedirectOnPaths. Remove the duplicate to avoid confusion.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.
2. nextjs/src/services/axiosIntercepter.ts:118
  • Draft comment:
    In isTokenExpired, if the refresh token is expired, consider returning true immediately after calling logoutAndRedirect to clearly indicate the token is invalid. Also, avoid side effects in a utility check function.
  • Reason this comment was not posted:
    Comment was on unchanged code.

Workflow ID: wflow_46Isw84oKYh5XPbB

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

...config,
headers: new axios.AxiosHeaders({
...config.headers,
Authorization: `Bearer ${token}`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the request interceptor, logoutAndRedirect is invoked when the token is expired, but the interceptor still returns a config with the original (expired) token. Consider rejecting the request or halting further processing to prevent sending requests with an expired token.

Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed 1337a01 in 1 minute and 11 seconds. Click for details.
  • Reviewed 32 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/src/features/components/SessionManager.tsx:44
  • Draft comment:
    Remove dead code: commented out 'clientAlias' variable. If it's not used, consider removing it entirely.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
2. nextjs/src/features/components/SessionManager.tsx:101
  • Draft comment:
    Commented-out sign-in redirection logic: verify if unauthenticated flow should redirect to sign-in.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 10% vs. threshold = 50% The comment asks to "verify" something, which violates our rules about not asking for verification. It's also not clearly indicating a problem - commenting out code is a deliberate change that the author made. Without more context about why this code was commented out, we can't assume it's a mistake. Maybe the removal of sign-in redirection creates a security issue by leaving unauthenticated users with access to protected routes? While security is important, we don't have enough context to know if this is actually an issue. The author may have moved the authentication logic elsewhere or implemented it differently. The comment should be deleted as it violates our rules by asking for verification and doesn't clearly identify a concrete issue that needs fixing.

Workflow ID: wflow_ycYyOcy8FnObmqxS

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed b31896d in 1 minute and 57 seconds. Click for details.
  • Reviewed 46 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/src/features/components/SessionManager.tsx:26
  • Draft comment:
    Add an inline comment explaining the purpose of the 'excludeRouteForSessionCheck' constant. Also, consider if using startsWith for matching (e.g. '/verify-email-success') is appropriate or if an exact match would be safer.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 20% vs. threshold = 50% The first part about adding a comment is reasonable but not critical - the variable name is fairly self-descriptive. The second part about startsWith vs exact match is a valid security consideration, but without knowing the full routing structure and requirements, we can't be certain this is actually a problem. The current implementation might be intentional to catch sub-routes. I might be underestimating the security implications of using startsWith. Also, future maintainers might benefit from explicit documentation of the constant's purpose. While these suggestions could improve the code, neither rises to the level of requiring immediate action. The code is functional and reasonably clear as-is. This comment makes suggestions that could marginally improve the code but aren't critical issues that require changes. The suggestions are somewhat speculative without more context.
2. nextjs/src/features/components/SessionManager.tsx:102
  • Draft comment:
    In the unauthenticated/session null branch, the new exclusion check using startsWith may match unintended routes. Consider whether this logic is robust enough and possibly extract the 500ms delay to a named constant for clarity.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 20% vs. threshold = 50% The startsWith concern is speculative - there's no evidence of actual problems, just a hypothetical. The array only contains one very specific path. The 500ms extraction suggestion is a minor code quality issue that doesn't impact functionality. Neither point seems critical enough to warrant a comment. The startsWith check could theoretically match '/verify-email-success-fake' which might be a real security concern. The magic number 500 does make the code slightly less maintainable. The security concern is highly theoretical and the path is very specific. The delay extraction is too minor to force a code change. Delete the comment as it raises speculative concerns without strong evidence of actual problems, and makes minor stylistic suggestions that aren't worth blocking the PR for.
3. nextjs/src/features/components/SessionManager.tsx:45
  • Draft comment:
    The clientAlias is now actively extracted (uncommented). Ensure downstream logic properly handles cases where clientAlias might be null.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 40% <= threshold 50% The comment is asking the author to ensure that downstream logic handles null values for clientAlias. This is a request for confirmation of behavior, which violates the rules. However, it does point out a potential issue with null handling, which could be useful if rephrased as a suggestion or observation rather than a request for confirmation.

Workflow ID: wflow_uNCtk0ahmNOrLqMH

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed 0bcf1ce in 40 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/src/features/components/SessionManager.tsx:105
  • Draft comment:
    Good: formatting update improves readability by adding a space in the if condition.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_EVlrC47DwLf51RKg

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

sujitaw and others added 13 commits August 13, 2025 05:07
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
Fix bulk issuance notifications, clear old data on schema change, and resolve schema list create button permissions
Signed-off-by: Sujit <sujit.sutar@ayanworks.com>
…suance

Fix ellipse comment for bulk issuance for qa
* fix:Wallet creation steps issue resolved

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* resolved ellipsis-dev bot comments

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

* resolved ellipsis-dev bot comments

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>

---------

Signed-off-by: alokmore-awts <alok.more@ayanworks.com>
Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>
Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
@shitrerohit shitrerohit force-pushed the feat/sso-using-nextauth branch from 0bcf1ce to fd497aa Compare August 13, 2025 12:40
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Changes requested ❌

Reviewed f74fc22 in 1 minute and 45 seconds. Click for details.
  • Reviewed 47 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 4 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/src/services/axiosIntercepter.ts:4
  • Draft comment:
    Remove unused AxiosRequestConfig import since it's no longer used.
  • Reason this comment was not posted:
    Comment looked like it was already resolved.
2. nextjs/src/services/axiosIntercepter.ts:170
  • Draft comment:
    Consider removing the commented retry logic in the response interceptor or add a TODO if intended for future use.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 20% vs. threshold = 50% Commented out code can make files harder to maintain and understand. However, in this case, it appears the code was intentionally commented out as part of the changes, possibly as part of refactoring the auth flow. The comment doesn't point out a clear issue that needs fixing - it's more of a code cleanliness suggestion. The author likely has a reason for keeping the code commented rather than deleted. The code could be valuable reference material for future auth flow changes. Maybe the author is in the middle of refactoring and needs this code temporarily. While keeping reference code can be useful, the proper way would be to keep it in version control history rather than as comments. However, this is a minor stylistic preference rather than a critical issue. The comment should be removed as it's more of a style suggestion than a critical issue requiring action. The author can decide how to handle commented code based on their needs.
3. nextjs/src/services/axiosIntercepter.ts:125
  • Draft comment:
    Avoid side effects in a boolean check: calling logoutAndRedirect() inside isTokenExpired can be confusing. Consider separating the token check from the logout action.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.
4. nextjs/src/services/axiosIntercepter.ts:151
  • Draft comment:
    If the token is expired, the request is still sent with the expired token. Consider canceling the request or throwing an error instead of simply logging out.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.

Workflow ID: wflow_rlSsqD256EiqBG0C

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

const refreshAccessToken = async (): Promise<string | null> => {
const state = store.getState()
const refreshToken = state?.auth?.refreshToken
// interface jwtDataPayload extends JwtPayload {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove or clean up the commented-out jwtDataPayload interface if it's no longer needed.

Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Changes requested ❌

Reviewed e6b6f39 in 1 minute and 46 seconds. Click for details.
  • Reviewed 66 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/src/features/components/user-auth-form.tsx:97
  • Draft comment:
    No explicit success handling is provided after calling signIn. If no error is returned, the code does not redirect or update the UI – confirm if this behavior is intended.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 10% vs. threshold = 50% The comment points out there's no explicit success handling after signIn(). However, next-auth's signIn() function typically handles session management automatically. The code intentionally sets redirect:false, suggesting there may be custom routing logic elsewhere. Without seeing the full next-auth configuration and routing setup, we can't definitively say this is a bug. I could be wrong about next-auth's default behavior. There could be a legitimate issue where successful logins aren't properly handled. While possible, the comment is speculative without more context. It's asking for confirmation rather than pointing out a clear issue, which violates our review rules. The comment should be deleted as it's asking for confirmation of intended behavior rather than pointing out a clear, actionable issue.

Workflow ID: wflow_hWVqsqy5o0ufn7b7

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

isExpand?: boolean
}): JSX.Element => (
<div
className={`flex ${isExpand && 'h-full w-full'} items-center justify-center`}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using '${isExpand && "h-full w-full"}' can insert a 'false' string when isExpand is false. Use a ternary (e.g., isExpand ? 'h-full w-full' : '') instead.

Suggested change
className={`flex ${isExpand && 'h-full w-full'} items-center justify-center`}
className={`flex ${isExpand ? 'h-full w-full' : ''} items-center justify-center`

Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed 2e69a2b in 31 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. nextjs/src/components/Loader.tsx:11
  • Draft comment:
    Good change! Using a ternary avoids concatenating a boolean into the class string when isExpand is false.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative and does not provide any actionable feedback or suggestions for improvement. It simply praises the change without offering any constructive criticism or questions.

Workflow ID: wflow_Hnr72JohmOOLTWx3

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@sonarqubecloud
Copy link

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.

8 participants