Michael Peter

Results 67 issues of Michael Peter

To allow developers to style their BOS components without inlining all styles on each React component, we should support a CSS-in-JS solution styled-components is the initial target since it is...

Epic
P1 - Dev Expectations

There are two places where we maintain the same TS definitions which allow editors to do proper intellisense and linting: https://github.com/near/bos-web-engine/blob/ff266b1c9d3b69a2740dd0b6e0059fa3a759a6d3/apps/demos/globals.d.ts https://github.com/near/bos-web-engine/blob/ff266b1c9d3b69a2740dd0b6e0059fa3a759a6d3/packages/sandbox/src/constants.ts (see entry for `resolutionPath: 'file:///globals.d.ts'`) We should consolidate...

From @andy-haynes: > ... for me a big one is displaying compilation error w/stack trace in the preview. This involves a change to the compiler worker but I think just...

## Description It is common for web apps to manipulate the current URL on order to enable deep linking to specific content. This ticket should spawn a discussion on whether...

P3 - Med Impact
Epic

The following error messages appear in console when viewing the social feed demo ``` failed to send message to invalid iframe iframe-bwe-demos.near/Posts.Sidebar##left##bwe-demos.near/Posts.Feed {props: {…}, componentId: 'bwe-demos.near/Posts.Sidebar##left##bwe-demos.near/Posts.Feed', type: 'component.update'} failed to...

bug

Some popular tools like TailwindCSS require a build step. Maybe the build could be performed in a smart contract prior to chain save Setting as medium impact because developers really...

P3 - Med Impact
Epic