This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* very basic cards vis * better trend and bar chart in kanban overview * now is better * fix delete bug * better-looking tray * setting up userguide * UserGuide * better card UI * add sortby in overview * add a basic tutorial * add demo data * set min-height for List.Cards * add scrollbar for the overview page * better sorting * fix test issue * refine UI detail
- Loading branch information
Showing
35 changed files
with
1,541 additions
and
302 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export const lang = { | ||
demoCardContent: | ||
'This is a demo Card 🎈. \n' + | ||
'## Usage \n\n' + | ||
'- **Draggable**\n' + | ||
'- Support **Markdown**\n' + | ||
'- Click to edit content\n' + | ||
'- Ctrl+F to search card\n' + | ||
'\n### Try it yourself!\n\n' + | ||
'[ ] Drag this card to In Progress\n' + | ||
'[ ] Edit me in Markdown\n' + | ||
'[ ] Set estimated time', | ||
welcome: 'Welcome✨' | ||
}; |
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.