Skip to content

Conversation

@Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Sep 20, 2024

Also remove case of overriding a built-in tokenId

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@Jon-edge Jon-edge force-pushed the jon/fix/dup-custom-tokens branch 4 times, most recently from ec99f0a to 60b8af6 Compare September 20, 2024 20:45
Copy link
Contributor

@peachbits peachbits left a comment

Choose a reason for hiding this comment

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

One tiny change requested, otherwise looks good

setLocation(location => {
const out = new Map(location)
out.set(item.key, value)
out.set(item.key, value.replace(/[\n\s]/g, ''))
Copy link
Contributor

Choose a reason for hiding this comment

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

This is redundant and can be simplified to /\s/g

@Jon-edge Jon-edge force-pushed the jon/fix/dup-custom-tokens branch 2 times, most recently from 44a6b5e to e84bf5f Compare September 23, 2024 18:53
@Jon-edge Jon-edge enabled auto-merge September 23, 2024 20:57
@Jon-edge Jon-edge force-pushed the jon/fix/dup-custom-tokens branch from e84bf5f to b393af3 Compare September 23, 2024 20:57
Also remove case of overriding a built-in tokenId
@Jon-edge Jon-edge force-pushed the jon/fix/dup-custom-tokens branch from b393af3 to e38c470 Compare September 23, 2024 22:01
@Jon-edge Jon-edge disabled auto-merge September 23, 2024 22:06
@Jon-edge Jon-edge force-pushed the jon/fix/dup-custom-tokens branch from e38c470 to 4765d7d Compare September 23, 2024 22:07
@Jon-edge Jon-edge enabled auto-merge September 23, 2024 22:16
@Jon-edge Jon-edge merged commit 4eb8156 into develop Sep 23, 2024
@Jon-edge Jon-edge deleted the jon/fix/dup-custom-tokens branch September 23, 2024 22:19
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