Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Mixed controls of hints #1016

Merged
merged 19 commits into from
Jan 14, 2025
Merged

Conversation

janmichek
Copy link
Collaborator

@janmichek janmichek commented Dec 19, 2024

Description

fixes: #844
fixes: #493

image

Demo

Checklist:

  • I have read and followed the Contributing Guide
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link

🧪️ Preview Links 🔎️

Mainnet: https://pr-1016-aescan.stg.service.aepps.com
Testnet: https://pr-1016-aescan-testnet.stg.service.aepps.com

@@ -87,7 +87,7 @@ const activityDescription = computed(() => {
return 'Paid for'
case 'InternalTransferEvent':
if (props.activity.payload.kind === 'reward_block') {
return 'Beneficiary reward'
return 'Reward'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I shortened some names, which effectively resolved the fight for space while still making sense.


@media (--desktop) {
flex-direction: column;
}
}

&__link {
display: flex;
white-space: nowrap;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fix of chart navigation on mobile resolution

@janmichek janmichek force-pushed the Mixed-controls-of-hint-and-time-switch branch from c6295a0 to 13c5e95 Compare December 31, 2024 03:15
@janmichek janmichek force-pushed the Mixed-controls-of-hint-and-time-switch branch from c3254fa to 966715f Compare January 13, 2025 08:06
@janmichek janmichek force-pushed the Mixed-controls-of-hint-and-time-switch branch from 966715f to 0ec5856 Compare January 13, 2025 08:36
@janmichek janmichek merged commit 9d4a9c9 into develop Jan 14, 2025
3 of 4 checks passed
@janmichek janmichek deleted the Mixed-controls-of-hint-and-time-switch branch January 14, 2025 01:56
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.

Mixed controls of hint and time switch Fix token detail
1 participant