Skip to content

feat: polish trading and responsive ui surfaces#3443

Merged
CharlVS merged 1 commit intodevfrom
polish/04-trading-responsive-ui
Mar 12, 2026
Merged

feat: polish trading and responsive ui surfaces#3443
CharlVS merged 1 commit intodevfrom
polish/04-trading-responsive-ui

Conversation

@CharlVS
Copy link
Copy Markdown
Collaborator

@CharlVS CharlVS commented Mar 12, 2026

Replacement for ineffective merge of #3437 (merged with empty diff after branch reset during conflict handling).

@CharlVS CharlVS merged commit 9106fd0 into dev Mar 12, 2026
@CharlVS CharlVS deleted the polish/04-trading-responsive-ui branch March 12, 2026 14:29
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 455814ff48

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +42 to +46
for (final option in options.skip(1)) {
final int diff = (option.seconds - seconds).abs();
if (diff < closestDiff) {
closest = option;
closestDiff = diff;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve exact update intervals when parsing stored configs

fromString now rounds any parsed value to the nearest enum option, which silently rewrites valid non-enum bot intervals (for example, a stored price_elapsed_validity of 1200 seconds becomes 900). Because edit flows read TradeCoinPairConfig.updateInterval and then save back the enum-derived seconds, users can change bot behavior without touching this field; this should keep exact values (or explicitly mark unsupported ones) instead of nearest rounding.

Useful? React with 👍 / 👎.

@github-actions
Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 455814f):

https://walletrc--pull-3443-merge-uk0jhxb3.web.app

(expires Thu, 19 Mar 2026 14:52:56 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc

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.

1 participant