-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from AlexGarrixen/next
Redesign and new functions
- Loading branch information
Showing
133 changed files
with
3,413 additions
and
2,855 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Binary file not shown.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
import { SamplesPreview } from "@/components/samples-preview"; | ||
import { Toolbar } from "@/components/toolbar"; | ||
|
||
export default function Home() { | ||
return <SamplesPreview />; | ||
return ( | ||
<> | ||
<Toolbar /> | ||
<SamplesPreview /> | ||
</> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/components/background-suggestions/__tests__/background-suggestions.test.tsx
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
src/components/background-suggestions/background-suggestions.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/components/color-inputs/__tests__/swap-button.test.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
src/components/color-inputs/color-control/__tests__/button-picker.test.tsx
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/components/color-inputs/color-control/__tests__/color-control.test.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.