Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
50e9542
Merge pull request #787 from enkryptcom/develop
kvhnuke Feb 25, 2026
340fc60
fix: adjust fee for MEW referrer and update wallet identifier handlin…
kvhnuke Feb 26, 2026
57b18b7
fix: bump version to 0.0.9 in package.json
kvhnuke Feb 26, 2026
4a35d2c
Refactor code structure for improved readability and maintainability
kvhnuke Feb 26, 2026
0e80c0c
fix: update version to 2.17.0 in package.json
kvhnuke Feb 27, 2026
8cea407
fix: update layout and styling for network assets header and item com…
kvhnuke Mar 5, 2026
3d3c1b1
feat: enhance UI components with improved styling and animations
kvhnuke Mar 6, 2026
f834902
feat: add loading state and validation for metadata updates in dot-up…
kvhnuke Mar 16, 2026
3b08672
fix: update transaction fees for various providers in swap configuration
kvhnuke Mar 26, 2026
9d6456f
fix: update version to 0.0.16 in package.json
kvhnuke Mar 27, 2026
7f1cf13
feat: enable NFT tab on Rootstock
ahsan-javaiid Mar 27, 2026
93b7b55
Refactor code structure for improved readability and maintainability
kvhnuke Apr 6, 2026
32c085d
refactor: remove Telos activity handler and related configurations
kvhnuke Apr 6, 2026
11940a5
refactor: remove Taraxa network and related configurations
kvhnuke Apr 6, 2026
ab67051
fix: update Shibarium node URL to the correct endpoint
kvhnuke Apr 6, 2026
ee010ac
refactor: remove Edgeware network and related configurations
kvhnuke Apr 6, 2026
9ff1468
refactor: remove Amplitude network and related configurations
kvhnuke Apr 6, 2026
37156e9
Merge pull request #791 from ahsan-javaiid/feat/nft/rootstock
kvhnuke Apr 6, 2026
1339421
fix: ensure storageKeys are initialized for accessList and log errors…
kvhnuke Apr 6, 2026
337cd96
Merge branch 'devop/release-v2-17' of github.com:enkryptcom/enKrypt i…
kvhnuke Apr 6, 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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@swc/core": "^1.15.11",
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@swc/core": "^1.15.13",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"node-notifier": "^10.0.1",
"nodemon": "^3.1.11",
"nodemon": "^3.1.14",
"ultra-runner": "^3.10.5",
"vite-plugin-node-polyfills": "0.25.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/extension-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/node": "^22.19.11",
"@types/webextension-polyfill": "^0.12.4",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@types/node": "^22.19.13",
"@types/webextension-polyfill": "^0.12.5",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"bumpp": "^10.4.1",
"eslint": "^9.39.2",
"eslint": "^9.39.3",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -61,6 +61,6 @@
"tsup": "^8.5.1",
"type-fest": "^5.4.4",
"typescript": "^5.9.3",
"typescript-eslint": "8.56.0"
"typescript-eslint": "8.56.1"
}
}
18 changes: 9 additions & 9 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/extension",
"version": "2.16.0",
"version": "2.17.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"watch:firefox": "yarn prebuild && cross-env BROWSER='firefox' vite"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.35.0",
"@amplitude/analytics-browser": "^2.35.3",
"@enkryptcom/extension-bridge": "workspace:^",
"@enkryptcom/hw-wallets": "workspace:^",
"@enkryptcom/keyring": "workspace:^",
Expand Down Expand Up @@ -79,7 +79,7 @@
"switch-ts": "^2.0.0",
"url-parse": "^1.5.10",
"uuid": "^13.0.0",
"vue": "^3.5.28",
"vue": "^3.5.29",
"vue-echarts": "8.0.1",
"vue-router": "^4.6.4",
"vue3-lottie": "^3.3.1",
Expand All @@ -100,13 +100,13 @@
"@rollup/plugin-typescript": "^12.3.0",
"@tsconfig/node20": "^20.1.9",
"@types/bs58": "^5.0.0",
"@types/chrome": "^0.1.36",
"@types/chrome": "^0.1.37",
"@types/ethereumjs-abi": "^0.6.5",
"@types/events": "^3.0.3",
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.8",
"@types/lodash": "^4.17.23",
"@types/node": "^22.19.11",
"@types/lodash": "^4.17.24",
"@types/node": "^22.19.13",
"@types/semver": "^7.7.1",
"@types/url-parse": "^1.4.11",
"@types/utf-8-validate": "^5.0.2",
Expand All @@ -119,7 +119,7 @@
"@vue/tsconfig": "^0.8.1",
"@vueuse/core": "^14.2.1",
"cross-env": "^10.1.0",
"eslint": "^9.39.2",
"eslint": "^9.39.3",
"eslint-plugin-vue": "^10.8.0",
"fs-extra": "^11.3.3",
"jsdom": "^27.4.0",
Expand All @@ -128,7 +128,7 @@
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"rollup": "^4.57.1",
"rollup": "^4.59.0",
"rollup-plugin-visualizer": "^6.0.5",
"semver": "^7.7.4",
"systeminformation": "^5.31.1",
Expand All @@ -139,7 +139,7 @@
"vite-plugin-node-polyfills": "0.25.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.4",
"vue-tsc": "^3.2.5",
"webextension-polyfill": "^0.12.0"
},
"installConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="network-assets__header__token">
<p>Token</p>
</div>
<div>
<div class="network-assets__header__last24h">
<p>Last 24h</p>
</div>
<div class="network-assets__header__price">
Expand All @@ -18,10 +18,10 @@
@import '@action/styles/theme.less';
.network-assets {
&__header {
padding: 10px 20px 2px 20px;
padding: 10px 24px 2px 24px;
position: relative;
display: flex;
justify-content: space-between;
justify-content: flex-start;
align-items: end;
flex-direction: row;
p {
Expand All @@ -34,14 +34,24 @@
margin: 0;
}
&__token {
width: 196px;
flex: 1;
min-width: 0;
p {
padding-left: 48px;
padding-left: 52px;
}
}

&__last24h {
width: 80px;
flex-shrink: 0;
p {
text-align: center;
}
}

&__price {
width: 162px;
width: 90px;
flex-shrink: 0;
p {
text-align: end;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ const toggleDetail = () => {
flex-direction: column;
align-items: center;
gap: 4px;
margin: 0 8px;
min-width: 64px;
width: 80px;
flex-shrink: 0;
}

&__change-badge {
Expand All @@ -304,7 +304,6 @@ const toggleDetail = () => {
letter-spacing: 0.02em;

&.is-positive {
background: rgba(34, 197, 94, 0.1);
color: #16a34a;

svg {
Expand All @@ -314,7 +313,6 @@ const toggleDetail = () => {
}

&.is-negative {
background: rgba(239, 68, 68, 0.1);
color: #dc2626;

svg {
Expand All @@ -332,7 +330,7 @@ const toggleDetail = () => {
// Value Section
&__value {
text-align: right;
min-width: 90px;
width: 90px;
flex-shrink: 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,28 @@ const changeFocus = (val: FocusEvent) => {
.send-address-input {
height: 64px;
background: #ffffff;
margin: 12px 32px 8px 32px;
box-sizing: border-box;
border: 1px solid @gray02;
box-sizing: border-box;
border-radius: 10px;
width: calc(~'100% - 64px');
width: 100%;
padding: 16px;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
position: relative;
transition: all 200ms ease-in-out;
box-shadow: 0 2px 8px rgba(98, 126, 234, 0.06);

&:hover {
border-color: rgba(98, 126, 234, 0.25);
box-shadow: 0 2px 8px rgba(98, 126, 234, 0.08);
}

&.focus {
border: 2px solid @primary;
width: calc(~'100% - 62px');
margin: 12px 31px 8px 31px;
padding: 15px;
box-shadow: 0 0 0 3px rgba(98, 126, 234, 0.12);
}

&__avatar {
Expand Down Expand Up @@ -166,7 +171,14 @@ const changeFocus = (val: FocusEvent) => {
cursor: pointer;
padding: 4px;
right: 8px;
top: 16px;
top: 50%;
transform: translateY(-50%);
border-radius: 6px;
transition: background 150ms ease-in-out;

&:hover {
background: rgba(0, 0, 0, 0.04);
}
}
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@ defineProps({
position: relative;
cursor: pointer;
text-decoration: none;
transition: background 300ms ease-in-out;
transition: all 200ms ease-in-out;

&:hover {
background: @black007;
background: rgba(98, 126, 234, 0.04);
}

&:active {
transform: scale(0.995);
}

&__image {
Expand Down Expand Up @@ -108,7 +112,24 @@ defineProps({
font-size: 0;
padding: 4px;
right: 8px;
top: 16px;
top: 50%;
transform: translateY(-50%);
border-radius: 6px;
transition: all 200ms ease-in-out;
background: rgba(0, 0, 0, 0.04);

svg {
opacity: 0.6;
transition: opacity 150ms ease-in-out;
}
}

&:hover &__arrow {
background: rgba(98, 126, 234, 0.1);

svg {
opacity: 1;
}
}
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,17 @@ const changeFocus = (newVal: boolean) => {
box-sizing: border-box;
border-radius: 10px;
position: relative;
transition: all 200ms ease-in-out;
box-shadow: 0 2px 8px rgba(98, 126, 234, 0.06);

&:hover {
border-color: rgba(98, 126, 234, 0.25);
box-shadow: 0 2px 8px rgba(98, 126, 234, 0.08);
}

&.focus {
border: 1px solid @primary;
box-shadow: 0 0 0 3px rgba(98, 126, 234, 0.12);
}

&__max {
Expand All @@ -87,7 +95,7 @@ const changeFocus = (newVal: boolean) => {
height: 24px;
right: 18px;
bottom: 30px;
background: rgba(0, 0, 0, 0.02);
background: linear-gradient(135deg, #627eea 0%, #8a64dc 100%);
border-radius: 6px;
cursor: pointer;
font-style: normal;
Expand All @@ -96,7 +104,19 @@ const changeFocus = (newVal: boolean) => {
line-height: 16px;
letter-spacing: 0.8px;
box-sizing: border-box;
color: @primaryLabel;
color: @white;
transition: all 200ms ease-in-out;
box-shadow: 0 2px 6px rgba(98, 126, 234, 0.3);

&:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(98, 126, 234, 0.4);
}

&:active {
transform: translateY(0);
box-shadow: 0 1px 4px rgba(98, 126, 234, 0.3);
}
}

&__fiat {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,14 @@ const open = () => {
position: relative;
cursor: pointer;
text-decoration: none;
transition: background 300ms ease-in-out;
transition: all 200ms ease-in-out;

&:hover {
background: @black007;
background: rgba(98, 126, 234, 0.04);
}

&:active {
transform: scale(0.995);
}

&__image {
Expand Down Expand Up @@ -140,6 +144,22 @@ const open = () => {
padding: 4px;
right: 8px;
top: 16px;
border-radius: 6px;
transition: all 200ms ease-in-out;
background: rgba(0, 0, 0, 0.04);

svg {
opacity: 0.6;
transition: opacity 150ms ease-in-out;
}
}

&:hover &__arrow {
background: rgba(98, 126, 234, 0.1);

svg {
opacity: 1;
}
}
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,17 @@ const tokenPrice = computed(() => {
box-sizing: border-box;
border-radius: 10px;
position: relative;
transition: all 200ms ease-in-out;
box-shadow: 0 2px 8px rgba(98, 126, 234, 0.06);

&:hover {
border-color: rgba(98, 126, 234, 0.25);
box-shadow: 0 2px 8px rgba(98, 126, 234, 0.08);
}

&.focus {
border: 1px solid @primary;
box-shadow: 0 0 0 3px rgba(98, 126, 234, 0.12);
}
Comment thread
kvhnuke marked this conversation as resolved.

&__max {
Expand Down
Loading
Loading