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
format = """ | |
[░▒▓](#a3aed2)\ | |
[ ](bg:#a3aed2 fg:#090c0c)\ | |
[](bg:#769ff0 fg:#a3aed2)\ | |
$directory\ | |
[](fg:#769ff0 bg:#394260)\ | |
$git_branch\ | |
$git_status\ | |
[](fg:#394260 bg:#212736)\ | |
$time\ |
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
#ghostty-config | |
window-inherit-working-directory = false | |
working-directory = Users/dfosco/Workspace | |
theme = catppuccin-mocha | |
background-opacity = 0.8 | |
background-blur-radius = 20 |
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
#ghostty-config | |
window-inherit-working-directory = false | |
working-directory = Users/myuser/myfolder | |
theme = catppuccin-mocha | |
font-size = 20 | |
background-opacity = 0.8 | |
background-blur-radius = 20 |
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
--- | |
interface Props { | |
app?: string; | |
page?: string; | |
theme?: string; | |
device?: string; | |
shot?: string; | |
title?: string; | |
retake?: boolean; | |
} |

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
My Rewards - Summary Block | |
Regular States | |
Onboarding* | |
reward created -> Pending | |
reward created but missing cc -> Action Needed | |
text: "You don't have any rewards" | |
Pending | |
reward paid -> Rewarded | |
text: "You have a pending reward" |
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
import React from 'react' | |
export default function Component() { | |
return ( | |
<div></div> | |
) | |
} |
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
Essa é uma linha | |
Essa é outra linha |
NewerOlder