generated from effector/razzle-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(pages/search): adds search page, adds ability to search adds search ability with trigger on field change, with debounce ISSUES CLOSED: #61 * fix(pages/search): fixes empty query adds search ability with trigger on field change, with debounce ISSUES CLOSED: #61 * fix(pages/search): plural function adds search ability with trigger on field change, with debounce ISSUES CLOSED: #61 * fix(pages): suggestions from review babel plugin export ISSUES CLOSED: #61 * fix(app): use-query package added package from suggestions in review ISSUES CLOSED: #61 * feat(pages): search page changing view for search page changes view of users list changes view of card list ISSUES CLOSED: #65 * feat(ui/templates): header - changes color of button changed base button to match design ISSUES CLOSED: #65 * fix(app): review suggestions history, reflect (has bugs) ISSUES CLOSED: #65 * fix(app): fix reflext and package #65 * fix(app): fixed ssr for reflect in one place BREAKING CHANGE: missed reflect ISSUES CLOSED: #65 * fix(app): regenerate yarn lock * fix(app): fixes letter dublicates in user search ISSUES CLOSED: #137 * fix(features): card preview - make clickable ISSUES CLOSED: #138 * fix(features): card preview - make clickable ISSUES CLOSED: #141 * fix(app): regenerate lock * fix(app): remove package lock * fix(features): card list ellips for title, fix text selection ISSUES CLOSED: #140 * feat(api): adds simulation from api - adds reaction to search params ellips for title, fix text selection ISSUES CLOSED: #140 ISSUES CLOSED: #91 * fix(app): changes from review ellips for title, fix text selection ISSUES CLOSED: #140 ISSUES CLOSED: #91 * fix(app): review changes * fix(app): review changes * fix(app): review * fix(app): fixed autocomplete from tsconfig|styles (glogal props) * style: move focus funcs to hook * fix(app): review * fix(app): fixes card click on button * fix(app): adds todo
- Loading branch information
Showing
20 changed files
with
442 additions
and
237 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:root { | ||
--wizard500: #4231ff; | ||
--wizard300: #b6Afff; | ||
--wizard100: #f7f6ff; | ||
|
||
--gray100: #fbfafb; | ||
|
||
/* backgrounds */ | ||
--bnw100: #fbfafb; | ||
--bnw200: #eeeef1; | ||
--bnw0: #fff; | ||
|
||
--box-shadow-1: 0px 3px 9px #ebebeb; | ||
} |
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
Oops, something went wrong.