Skip to content

Commit 1cfab33

Browse files
authored
Update README, closes #491 (#668)
1 parent 09f82d5 commit 1cfab33

File tree

9 files changed

+120
-554
lines changed

9 files changed

+120
-554
lines changed

.vscode/extensions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"formulahendry.auto-rename-tag",
88
"foxundermoon.shell-format",
99
"gencer.html-slim-scss-css-class-completion",
10-
"timonwong.shellcheck"
10+
"timonwong.shellcheck",
11+
"yzhang.markdown-all-in-one"
1112
]
1213
}

.vscode/settings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
],
77
"editor.formatOnSave": true,
8-
"[javascript][typescript][typescriptreact][json][jsonc][html]": {
8+
"[javascript][typescript][typescriptreact][json][jsonc][html][markdown]": {
99
"editor.defaultFormatter": "esbenp.prettier-vscode"
1010
},
1111
"editor.codeActionsOnSave": {
@@ -15,5 +15,6 @@
1515
"stylelint.snippet": ["scss"],
1616
"stylelint.validate": ["scss"],
1717
"scss.validate": false,
18-
"material-icon-theme.activeIconPack": "react_redux"
18+
"material-icon-theme.activeIconPack": "react_redux",
19+
"markdown.extension.toc.levels": "1..2"
1920
}

CHANGELOG.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
All notable changes to the app are documented in this file.
44

5-
## 0.2.0 (22nd January 2022)
6-
7-
- Add proper app logo.
8-
- Made preliminary changes to support custom categories. This functionality is not yet exposed in the app, will be added in [0.4.0](README.md#roadmap).
9-
- Minor bugfixes.
10-
115
## 0.1.1 (4th November 2020)
126

13-
- Usability and styling improvements based on user feedback.
147
- Added privacy and cookie policy.
8+
- Fixed usability issue with accidentally closing New item modal on clicking category or labels.
9+
- Fixed incorrect input being occasionally focused when clicking on a label in Edit label form.
10+
- Fixed minor styling issues with New label form.
11+
- Made text selection color less bright.
12+
- Updated README with a better screenshot.
1513

1614
## 0.1.0 (15th October 2020)
1715

README.md

+109-129
Large diffs are not rendered by default.

packages/shared/.vscode/settings.json

-3
This file was deleted.

packages/web-app/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.env.production.local
1212

1313
# Privacy policy content
14-
src/components/other/PrivacyPolicyPage/PrivacyPolicyContent.tsx
14+
PrivacyPolicyContent.tsx
1515

1616
# Copyrighted images
1717
src/images/copyrighted/

packages/web-app/src/components/pages/PrivacyPolicyPage/PrivacyPolicyContent.tsx

-411
This file was deleted.

screenshot.png

-676 KB
Binary file not shown.

screenshot.webp

178 KB
Binary file not shown.

0 commit comments

Comments
 (0)