apps icon indicating copy to clipboard operation
apps copied to clipboard

daily.dev application suite

Results 39 apps issues
Sort by recently updated
recently updated
newest added

## Changes * Replaced SourceMembers query with BasicSourceMembers query on squad page, stripping a lot of unused properties. * Removed the FeedPreferences query from squad page, as it seems to...

## Changes Linked Issue: (https://github.com/dailydotdev/daily/issues/1357) ### Describe what this PR does This pr aims to fix the shortcut link input box UI glitch in the extension of daily.dev as shown...

## Changes ### Before - LCP 2.2s / Blocking time 7.380s ### After - LCP 2.0s / Blocking time 6.790s ## Events Did you introduce any new tracking events? ##...

## Changes - Added post approval switch in squad settings - ## Events Did you introduce any new tracking events? ## Experiment Did you introduce any new experiments? ## Manual...

## Changes ## Events Did you introduce any new tracking events? ## Experiment Did you introduce any new experiments? ## Manual Testing > [!CAUTION] > Please make sure existing components...

At this stage it causes an infinite loop with rerenders. ## Changes - update modal to be used through lazy modals ## Events Did you introduce any new tracking events?...

### https://github.com/dailydotdev/docs/issues/400 This issue is solved in this PR. ### This PR changes the error message seen by user during registering and having their username. - When people select/enter their...

## Changes "create new squad" option in the squad dropdown of "new post" is now the last option ## Events Did you introduce any new tracking events? ## Experiment Did...

Fixes [#1443](https://github.com/dailydotdev/daily/issues/1443) ## Changes - Replaced window.opener.postMessage with [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API) for better tab synchronization. - Improved support for scenarios where new tabs are opened with cmd+click or target=_blank, ensuring messages are...