better curser on tooltips

This commit is contained in:
Seth Forsgren 2022-12-14 14:54:27 -08:00
parent 5b4486019f
commit 225c9e609a
2 changed files with 9 additions and 7 deletions

View File

@ -34,6 +34,9 @@ export default function PromptEntry({
<div className="tooltip text-left" data-tip="⏪ Jump to previous prompt?" onClick={() => { jumpToPrompt(prompt, inferenceResults, setPaused, nowPlayingResult) }} >
<p className={className}>{prompt}</p>
</div>
// <div className="tooltip cursor-pointer" data-tip="hello">
// <p className={className}>{prompt}</p>
// </div>
);
case 1:
return (
@ -136,7 +139,7 @@ export default function PromptEntry({
};
return (
<div className="flex">
<div className="flex cursor-pointer">
{getPromptCopy(prompt)}
{/* TODO(hayk): Re-enable this when it's working. */}

View File

@ -5,7 +5,7 @@ export const samplePrompts = [
"classical italian tenor operatic pop",
"edm electropop indietronica metropopolis",
"kygo tropical dance marvin gaye",
"detroit hip hop 808",
"eminem style rap",
"church bells",
"funk bassline with a jazzy saxophone",
"a pianist playing a concerto",
@ -42,15 +42,14 @@ export const rollTheDicePrompts = [
"baroque new wave pop",
"reggae fusion",
"tropical german dance house",
// TODO: consider adding samplePrompts to this list when using it
];
export const initialSeedImageMap = {
"og_beat": [3, 738973, 51209, 745234],
"og_beat": [3, 738973, 674, 745234],
"agile": [808, 231, 3324, 323984],
"marim": [123, 676, 6754, 8730],
// "motorway": [8730, 323984, 745234],
// "vibes": [4205, 94, 78530]
"marim": [123, 51209, 6754, 8730],
"motorway": [8730, 323984, 745234],
"vibes": [4205, 94, 78530]
}
export const initialSeeds = [