Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Jan 7, 2021
1 parent c0f2f81 commit 407790f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flatpak/generated-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -7801,4 +7801,4 @@
"x86_64"
]
}
]
]
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sleek",
"productName": "sleek",
"version": "0.7.0-Alpha",
"version": "0.7.0",
"description": "sleek is a todo app based on the concept of todo.txt",
"synopsis": "sleek is a todo app based on the concept of todo.txt",
"category": "ProjectManagement",
Expand All @@ -19,6 +19,16 @@
"main": "src/main.js",
"buildResources": "src",
"build": {
"files": [
"!snap${/*}",
"!flatpak${/*}",
"!.git${/*}",
"!dist${/*}",
"!**.pfx",
"!**.bak",
"!**.md",
"!assets/screenshots${/*}"
],
"appId": "RobinAhle.sleektodomanager",
"linux": {
"icon": "assets/icons/512x512.png",
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: sleek is a todo app based on todo.txt, free and open-source
description: |
sleek offers a clean and simple interface that can be used with mouse and keyboard, keyboard only or touch devices. You will use an easy to understand but powerful syntax to create todos. According to the concept of todo.txt you can add contexts to your todos or assign them to projects you're working on. Priorities can be set and if you add due dates sleek will send you notifications just in time.
All that can be done guided by sleeks interface that for instance will present suggestions on contexts and projects while typing or offers a date picker to ease the selection of due dates.
All that can be done typing plain text or guided by sleeks interface that for instance will present suggestions on contexts and projects while typing, offers a date picker to ease the selection of due dates or presents a recurrence picker, if your todos should repeat themselves.
There is no cloud integration, but as sleek writes your todos into a plain text file, you can put it anywhere and sync it to all your devices. That also means if you don't have sleek at hand or if you don't like it any more you can just edit the todo.txt file with any text editor or other todo.txt application.
Expand Down
2 changes: 1 addition & 1 deletion src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ nav {
label {
width: 100%;
padding: 0;
margin: .25em 0;
margi,n: .25em 0;
}
}
.card.is-active {
Expand Down

0 comments on commit 407790f

Please sign in to comment.