-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* eslint * tailwind * import css * bump deps * replace #f0f3f8 * update header logo * update next config * replace #f0f3f8 border * replace #ffffff * replace #ffffff color * update globals css * replace #ffffff text color * fix popup shadow * fix tooltip * update toast * replace textPrimary * replace textTertiary * replace textSecondary * replace #e2e8f0 * replace shadow * replace #b7c0cc * replace #e2e8f0 * use list loader * fix header menu * clean tooltip bak * fix step * replace fillBgSecondary * replace textTertiary * fix upload banner * replace box shadow * update * fix: datepicker * fix: chain, account selector * update * replace 04d2c5 * replace 04d2c5 text color * replace 04d2c5 background color * replace 04d2c5 svg * replace #6848FF * fix * bump previewer * replace #ee4444 * replace #FDECEC * replace #4CAF50 * replace #EDF7ED * replace blue * replace #A1A8B3 * replace #F0F3F8 * replace color * import previewer styles * fix: flash of invisible text (FOIT) * fix * bump icons * fix bell * fix: account menu click outside * use config provider * fix header * clean unused * lockfile * remove container * fix #ffffff text color * use ipfssquare * fix: popup children * bump icons * fix: notification icon * bump icons * fix: fonts * fix: colors * update * clean semantic css * avoid flicker * read theme mode from cookie * use cache key * unlink common ui * bump ui * fix: vote option * eslint fix * fix: eslint config * lint * bump eslint * fix: eslint config * fix: width
- Loading branch information
Showing
175 changed files
with
2,305 additions
and
2,426 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
module.exports = { | ||
env: { | ||
node: true, | ||
es2021: true, | ||
}, | ||
extends: ["eslint:recommended"], | ||
overrides: [ | ||
{ | ||
env: { | ||
node: true, | ||
}, | ||
files: [".eslintrc.{js,cjs}"], | ||
parserOptions: { | ||
sourceType: "script", | ||
}, | ||
}, | ||
], | ||
parserOptions: { | ||
ecmaVersion: "latest", | ||
sourceType: "module", | ||
}, | ||
plugins: [], | ||
rules: {}, | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module.exports = { | ||
extends: ["next/core-web-vitals", "@osn", "../.eslintrc.js"], | ||
parserOptions: { | ||
babelOptions: { | ||
presets: [require.resolve("next/babel")], | ||
}, | ||
}, | ||
rules: { | ||
"@next/next/no-img-element": "off", | ||
"jsx-a11y/alt-text": "off", | ||
}, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.