fix: CollapseHistory: format profit display + fix package.json name for stable lock file (#245)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4b10dc91c3
commit
ca68c339ed
3 changed files with 7 additions and 3 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "harb-worktree-243",
|
"name": "harb",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
|
"name": "harb",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
"landing",
|
"landing",
|
||||||
|
|
@ -21,7 +22,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.9.10",
|
"@apollo/client": "^3.9.10",
|
||||||
"graphql": "^16.8.1",
|
"graphql": "^16.8.1",
|
||||||
"graphql-tag": "^2.12.6"
|
"graphql-tag": "^2.12.6",
|
||||||
|
"viem": "^2.22.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphql-codegen/cli": "^5.0.2",
|
"@graphql-codegen/cli": "^5.0.2",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"name": "harb",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.55.1",
|
"@playwright/test": "^1.55.1",
|
||||||
"playwright-mcp": "^0.0.12",
|
"playwright-mcp": "^0.0.12",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,8 @@
|
||||||
><span class="caption"> $KRK</span>
|
><span class="caption"> $KRK</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="subheader2">Profit</span><span class="number-small">{{ profit }}</span
|
<span class="subheader2">Profit</span
|
||||||
|
><span class="number-small">{{ typeof profit === 'string' ? profit : compactNumber(profit) }}</span
|
||||||
><span v-if="profit !== '—'" class="caption"> $KRK</span>
|
><span v-if="profit !== '—'" class="caption"> $KRK</span>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="isSnatched">
|
<template v-if="isSnatched">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue