export { ZandersComponent } from './ZandersComponent'
<ZandersComponent>Some content</ZandersComponent>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use client'; | |
import { createClientComponentClient } from '@supabase/auth-helpers-nextjs'; | |
import { ReactNode, createContext, useCallback, useContext } from 'react'; | |
import { useRealtimeProfile } from '../hooks/useRealtime'; | |
import { UserProfile } from '../types/db'; | |
export type UseUpdateReturn = (action: UIStateAction) => void; | |
type UIState = UserProfile['settings']; | |
export type UIStateAction = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[data-hotkey]:not(.selected)::after { | |
content: attr(data-hotkey); | |
color: var(--color-fg-muted); | |
background-color: var(--color-neutral-subtle); | |
margin-left: var(--primer-control-medium-gap, 4px); | |
border-radius: 2em; | |
font-family: monospace; | |
display: inline-block; | |
font-size: var(--primer-text-body-size-small, 12px); | |
font-weight: var(--base-text-weight-medium, 500); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BIG iOS URL SCHEME LIST | |
HAD TO MAKE A DROPBOX FILE BECAUSE THIS LIST WAS TOO LONG TO POST IN THE COMMENTS OR NOT MAKE THE WORKFLOW APP TAKE FOREVER TO READ IT. | |
☠JAILBREAK/SYSTEM APPS | |
-------------------------- | |
activator:// | |
itms-apps:// | |
itms-services:// |
Generated: Wed, 20 Jan 2021 09:41:50 GMT User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36 Edg/81.0.416.68
Extensions: 23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"[handlebars]": { | |
"editor.formatOnSave": false | |
}, | |
"[markdown]": { | |
"editor.quickSuggestions": { | |
"comments": "off", | |
"other": "on", | |
"strings": "off" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": [ | |
[ | |
"env", | |
{ | |
"modules": false | |
} | |
], | |
"react" | |
], |
NewerOlder