-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: check available before displaying TrendingView
- Loading branch information
1 parent
4ddf2f4
commit bfd1fd0
Showing
7 changed files
with
88 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Plugin: Trader | ||
|
||
## Feature Set | ||
|
||
- [x] View trending info of a cryptocurrency with cash tag. | ||
+ [ ] \[TODO\] View trending info of a stock with cash tag | ||
+ [ ] \[TODO\] Do trading between different cryptocurrencies | ||
|
||
## Files | ||
|
||
- `./apis/` - data vendor APIs | ||
- `./hooks/` - customized hooks | ||
- `./messages/` - customized typed messags | ||
- `./UI/` - UI related stuff | ||
- `./services.ts` - A plugin specific message center | ||
- `./settings.ts` - Some plugin specific settings | ||
- `./types.ts` - Some plugin specific TypeScript typings | ||
- `./constants.ts` - Some plugin specific constants | ||
- `./define.ts` - The definition of the plugin | ||
|
||
## Related discussion | ||
|
||
- <https://github.com/DimensionDev/Maskbook/issues/1399> | ||
|
||
## Pull requests | ||
|
||
- <https://github.com/DimensionDev/Maskbook/pull/1458> | ||
|
||
## Prototype | ||
|
||
- <https://www.figma.com/file/BN1c826vrISClNB34bgZRV/Plugin%3A-Trader-%5BPrototype%5D> |
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,2 @@ | ||
export const PLUGIN_IDENTIFIER = 'co.maskbook.trader' | ||
export const PLUGIN_METADATA_KEY = 'com.maskbook.trader:1' |
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