Skip to content

Commit

Permalink
feat: UI revamp + results from different doc sources (#17)
Browse files Browse the repository at this point in the history
* refactor: Redesign serch remove tech controls

* refactor: Redesign serch remove tech controls

* chore: Housekeeping

* feat: Splash screen

* chore: cleanup

* fix: set initial state of showSplash to false which prevents a hydration mismatch, moved window access in useLocalStorage into an useEffect

Signed-off-by: Raphael Arce <[email protected]>

* feat: combine search results from different sources

* fix: build errors

* fix: module

---------

Signed-off-by: Raphael Arce <[email protected]>
Co-authored-by: Raphael Arce <[email protected]>
Co-authored-by: Jonas Jaszkowic <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent 0c4e8bd commit ac24aaf
Show file tree
Hide file tree
Showing 32 changed files with 2,399 additions and 5,226 deletions.
16 changes: 16 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit ac24aaf

Please sign in to comment.