flow-playground icon indicating copy to clipboard operation
flow-playground copied to clipboard

Flow Playground front-end app 🤹‍♂️

Results 134 flow-playground issues
Sort by recently updated
recently updated
newest added

When deploying a contract with a storage initialized, storage container does not show. **To Reproduce** https://play.onflow.org/3a0ea2eb-f827-440e-a03f-13bb411e1518?type=account&id=ff3530f4-306d-4c0b-9c28-fe3e00691e71 Deploy 0x01 then 0x02, Flow Vault does not show on 0x02. Execute transaction "Initialize...

Right now Flow Playground does not allow arrays/lists/structs to be inputs in transaction parameters. Will give the error: `Error: GraphQL error: failed to decode argument 0: failed to decode value:...

Improvement

**Is your feature request related to a problem? Please describe.** Sometimes you need to share a project big block of code (let's say full contract) and highlight only specific block...

Feature

Native token is an important part of the Flow development lifecycle. We should be able to represent and work with FLOW tokens in the Playground.

Feature
P-High

Right now there is no way of knowing what capabilities have been linked and stored in an account. Understanding capabilities and linking is important part of using Cadence, arguably the...

Feature
P-High

Running a tx that updates a resource finishes silently, with no indication that the resource in a user's account was updated. We should provide a subtle but visible notification any...

Improvement
Feedback

Migrate UI and theming improvements from @MaxStalker extension! Prior art: https://github.com/MaxStalker/flow-playground/tree/feature/theme-switcher

Improvement
P-Low

## Context Currently the account state is shown as JSON-CDC, as a string. It would be more user-friendly if it would be shown as a tree view. ## Definition of...

Improvement
P-Medium
Good First Issue

**Is your feature request related to a problem? Please describe.** Smart contracts can have arguments to their initializers, but we cannot submit arguments as part of contract deployment in the...

Feature
P-High
S-Playground

**Describe the bug** If a program runs into an exception of any kind, any logs that were to have happened during the execution of the running Cadence will not be...

Bug