Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badarsebard committed Jul 4, 2024
1 parent 849f20f commit 63c762f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
padding: 0 10rem;
}

button, input, select, textarea {
margin-right: .5rem !important;
}

$primary: #1F2937FF;
// Import Main CSS file from theme
@import "main";
9 changes: 8 additions & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,31 @@ permalink: /roadmap
- [ ] Card staging area (for inter-tab drag and drop)
- [ ] Convert email to task
- [ ] Drag and drop
{: style='list-style-type: none'}
{: style='list-style-type: none'}

## Calendar Integration
- [ ] Outlook calendar view
- [ ] Schedule, manage and rsvp
- [ ] Meeting as a card
{: style='list-style-type: none'}

## Enhancements
- [ ] Recurring tasks
- [ ] Multi-level sub-cards
- [ ] Cross-linked cards
- [ ] Cross-link with Todoist
{: style='list-style-type: none'}
- [ ] Additional themes
- [ ] Custom themes
- [ ] Multiple open drafts
- [ ] Window pop-outs
- [ ] Drafts
- [ ] Reading pane
{: style='list-style-type: none'}
{: style='list-style-type: none'}

## Improvements
- [ ] Address fields use tags instead of raw strings
- [ ] Connect address fields to contacts (people API)
- [ ] Connect address fields to contacts (people API)
{: style='list-style-type: none'}

0 comments on commit 63c762f

Please sign in to comment.