Skip to content

OKO-373,OKO-388 - #111

Merged
eldenpark merged 14 commits into
mainfrom
OKO-373,OKO-388
Dec 12, 2025
Merged

OKO-373,OKO-388#111
eldenpark merged 14 commits into
mainfrom
OKO-373,OKO-388

Conversation

@editaahn

@editaahn editaahn commented Dec 10, 2025

Copy link
Copy Markdown
Contributor

Pull Request

Thank you for raising a Pull Request. Please follow the instruction.

  • I’ve read CONTRIBUTING.md and followed the guidelines.

Summary

  • Mobile Responsive
  • Add Transaction History Page
  • Favicon, title change

Links (Issue References, etc, if there's any)

@editaahn
editaahn requested a review from eldenpark December 11, 2025 05:13
@eldenpark

Copy link
Copy Markdown
Contributor

@editaahn Is this review ready?

@@ -1,18 +1,65 @@
import cn from "classnames";
import Image from "next/image";
import { Typography } from "@oko-wallet-common-ui/typography/typography";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"oko-wallet-common-ui" invalid usage here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Oh, it happens 'cause I'm using auto import. I'll fix them right now

@eldenpark eldenpark Dec 12, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Got it. Later, I can disable it so that no one has to pay attention. But it will come with a cost of re-compiling the common-ui package everytime (I'll do later though)

text-align: center;
max-width: 498px;
white-space: pre-line;
} No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

newline

const nextConfig: NextConfig = {
/* config options here */
typescript: {
ignoreBuildErrors: true, // Rita: it should be removed after modularChainInfo changes in Wallet packages

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

noted

@eldenpark

Copy link
Copy Markdown
Contributor

@editaahn Is this merge ready? Or do you want to add more?

@editaahn

Copy link
Copy Markdown
Contributor Author

There'll be a few more commits. Clara has started testing. I'll ping you when it's done! @eldenpark

@editaahn

Copy link
Copy Markdown
Contributor Author

@eldenpark additional commits are ready for review!

modularChainInfo.evm.currencies[0].coinMinimalDenom ===
currency.coinMinimalDenom
) {
// Intentionally left empty: display the native currency (first in the list), even if its balance is zero.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

too long line

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done! But it seems the formatter (Biome) doesn't break lines of annotations.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

thx for letting us know!

modularChainInfo.evm.currencies[0].coinMinimalDenom ===
currency.coinMinimalDenom
) {
// Intentionally left empty: display the native currency (first in the list), even if its balance is zero.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

too long line

@eldenpark
eldenpark merged commit fc8d2ea into main Dec 12, 2025
3 checks passed
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.

3 participants