Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
914a1d4
Feature/logo upload (#109)
Vishwas1 Mar 2, 2026
7589f10
Feature/email otp (#110)
Vishwas1 Mar 2, 2026
0849b52
UI bug fix (#112)
varsha766 Mar 2, 2026
33ba311
Feature/user analytics (#115)
varsha766 Mar 2, 2026
ea9e0a6
Feature/sa/provide credit (#116)
varsha766 Mar 2, 2026
d1c2c41
fix
varsha766 Mar 2, 2026
ac8f113
implemented mode toggel
varsha766 Mar 2, 2026
57ec2ca
Fix: Update Ui
Pratap2018 Mar 3, 2026
37f4be7
Analytics empty data handling (#117)
Pratap2018 Mar 3, 2026
41f2119
updated kyc side nav (#120)
varsha766 Mar 9, 2026
aaf9e39
modified kyc credit page (#119)
varsha766 Mar 9, 2026
0168b10
Feature/api usage analytics (#118)
varsha766 Mar 9, 2026
edca048
update dockerfile
Pratap2018 Mar 9, 2026
9a7a18e
Update Dockerfile
Pratap2018 Mar 9, 2026
2417940
redesigned APIkey and webhook config pages and getting started page
Vishwas1 Mar 10, 2026
1fdb2e1
fixed nav
Vishwas1 Mar 10, 2026
88c676d
hidingi kyb widget temporariy
Vishwas1 Mar 10, 2026
909194c
fixed design
Vishwas1 Mar 10, 2026
b04ea92
Feature/sa/kyb compliance (#128)
varsha766 Mar 13, 2026
ef3320d
fix store and state for compilance
Pratap2018 Mar 13, 2026
7bf39b6
fix-ui
Pratap2018 Mar 13, 2026
9341962
Feature/sa/kyb compliance (#134)
Vishwas1 Mar 14, 2026
0d01c9e
design update
Vishwas1 Mar 14, 2026
e63e45c
fixed design | Added reusable ID solution
Vishwas1 Mar 15, 2026
6ac208c
minor design udpate
Vishwas1 Mar 15, 2026
e1e78f1
API usage design
Vishwas1 Mar 15, 2026
4eaa46b
added email notification toggel (#135)
varsha766 Mar 16, 2026
149a084
Implement/sa/seamless onboarding (#138)
varsha766 Mar 23, 2026
dd4db95
Fix UI bug (#137)
varsha766 Mar 23, 2026
d621d77
fixed issue of getting please pass authtoken (#136)
varsha766 Mar 23, 2026
3061729
regenrating kyc service access token once it is expired
varsha766 Mar 25, 2026
2e600ba
Minor improvement (#139)
varsha766 Mar 26, 2026
860e081
regenrating kyc service access token once it is expired (#140)
varsha766 Mar 26, 2026
f745e69
resolved conflict
varsha766 Mar 26, 2026
8d01575
Remove log (#141)
varsha766 Mar 26, 2026
053b646
fixed bug
varsha766 Mar 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM node:18 as build-stage
FROM node:18 AS build-stage

# RUN apt-get update && apt-get install -y git
# RUN git clone https://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@github.com/hypersign-protocol/entity-developer-dashboard.git /app

WORKDIR /app
COPY ./package.json .
RUN yarn
COPY ./yarn.lock .
RUN yarn install --frozen-lockfile

COPY . .
ENV VUE_APP_TITLE='__VUE_APP_TITLE__'
Expand All @@ -30,7 +31,7 @@ ENV VUE_APP_ORIGINS='__VUE_APP_ORIGINS__'

RUN yarn build

FROM nginx:latest as production-stage
FROM nginx:latest AS production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html

EXPOSE 80
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,21 @@ npm run dev


Make sure you have `.env` file.


# Design

Element,Specification
Color Palette,"Primary: #3b82f6 (Blue); Backgrounds: #f9fafb (Gray), #f0f7ff (Light Blue tint); Borders: #e5e7eb / #e2e8f0."
Typography,"Clean sans-serif; specialized input-label (0.72rem, bold, uppercase, letter-spacing); x-small (0.75rem); lh-lg (1.6 line height)."
Shape & Depth,Border-radius: 0.75rem (12px) for cards; Subtle borders (1px solid); Soft shadows for active elements.
Components,"Step-based roadmaps with vertical connectors; overview-container sidebars; Hover transitions (e.g., translateX(4px))."
Iconography,"Use of v-icon (Material Design Icons) for visual cues like mdi-arrow-right, mdi-book-open-variant, and mdi-lifebuoy."
πŸ› οΈ Key Implementation Details
To ensure consistency in future redesigns, I will focus on these structural patterns:

Layout: Using lg="8" for main content and lg="4" for sidebar resource panels.

Interactive Elements: Modern link styling with mdi-arrow-right and weight-based emphasis rather than heavy buttons.

Spacing: Heavy use of utility classes (mb-6, py-6, p-4) to maintain whitespace.
7 changes: 0 additions & 7 deletions imp-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,6 @@ async function start() {
const cred_data = groupByDay(credentials);
const schema_data = groupByDay(schemas);

console.log({
dids: Object.keys(did_data),
value: Object.values(did_data),
credentials: cred_data,
schemas: schema_data
})

}

start()
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@
"core-js": "^3.8.3",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.0.1",
"echarts": "^6.0.0",
"fs": "^0.0.1-security",
"gh-pages": "^1.2.0",
"hs-ssi-sdk": "^7.0.1",
"html2canvas": "^1.4.1",
"i18n-iso-countries": "^7.14.0",
"jsonld": "^8.3.2",
"jspdf": "^3.0.1",
"lds-sdk": "^4.0.1",
Expand Down
Loading
Loading