-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* trying out debounce with textInput, but debounce causes form inptut to reset * working on CSS revamp (working off of debounce branch) * fixed existing compilation issues * extraced css to metajelo-ui-css-classes repo * fixes for pulling in css * extracting styles for: record, production, location, identifier * CSS for sustainability and identifiers * basic metadata fields * resource type css * resource metadata source and formats * removing extraneous textInput/urlInput args * institution contact and policy; all text now extracted to CSS
- Loading branch information
Showing
15 changed files
with
184 additions
and
364 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ generated-docs/ | |
.purs* | ||
.psa* | ||
.spago/ | ||
|
||
css | ||
metajelo-ui-css-classes | ||
prod/ | ||
prod/css | ||
|
||
|
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 was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
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
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,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
npm install && \ | ||
npm install && npm run getcss && \ | ||
(npm run build && npm run prod) && \ | ||
(cd tests && npm run testbrowser) | ||
|
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,6 @@ | ||
#!/usr/bin/env sh | ||
|
||
git clone --depth 1 https://github.com/labordynamicsinstitute/metajelo-ui-css-classes.git | ||
cp -R metajelo-ui-css-classes/uicss css | ||
|
||
# rm -fr metajelo-ui-css-classes |
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
Oops, something went wrong.