Piotr Tomczewski

Results 9 issues of Piotr Tomczewski

Schema: ```tsx { name: 'content', type: 'array', title: 'Content', of: [ { type: 'youtube', }, { name: 'productSection', type: 'productSection', title: 'Products', } ] } ``` Data: ```tsx content: [...

Use system quick look to preview images instead of custom popup

Typing `:` should open emoji autocomplete list just like in discord/slack

c: feature
c: ui

Can we move the image modal close button to the right corner to prevent overlap with window controls on mac? ![image](https://user-images.githubusercontent.com/244174/213726775-cc80230f-6907-49ea-95a5-91f794563622.png)

good first issue
c: ui
s: pending triage

[Cal.com template](https://railway.app/template/cal) is not working and throws an error 500 when you try to access `AvailabilityPage`. This only happens on the railway and I am unable to reproduce it locally....

## Summary This PR adds support for displaying the names of changed hooks directly in the Profiler tab, making it easier to identify specific updates. A `HookChangeSummary` component has been...

CLA Signed
Component: Developer Tools

## Summary This PR improves the Trace Updates feature by letting developers see component names directly on the update overlay. Before this change, the overlay only highlighted updated regions, leaving...

CLA Signed