Skip to content

Commit

Permalink
Single-line textfield is now also multiline compatible, removed Enter…
Browse files Browse the repository at this point in the history
… shortcut for adding todo (is now Ctrl/CMD + Enter), attribute fields are updated during typing, adding attributes in multi-line textfield using pickers has been improved, ongoing refactoring
  • Loading branch information
ransome1 committed Dec 23, 2023
1 parent 900b9e0 commit ff1839f
Show file tree
Hide file tree
Showing 59 changed files with 650 additions and 858 deletions.
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

7 changes: 0 additions & 7 deletions .erb/configs/.eslintrc

This file was deleted.

3 changes: 0 additions & 3 deletions .erb/configs/webpack.config.eslint.ts

This file was deleted.

4 changes: 4 additions & 0 deletions .erb/configs/webpack.config.main.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ const configuration: webpack.Configuration = {
},
},

resolve: {
extensions: ['.tsx', '.ts', '.js'],
},

optimization: {
minimizer: [
new TerserPlugin({
Expand Down
8 changes: 0 additions & 8 deletions .erb/scripts/.eslintrc

This file was deleted.

33 changes: 0 additions & 33 deletions .eslintignore

This file was deleted.

37 changes: 0 additions & 37 deletions .eslintrc.js

This file was deleted.

12 changes: 0 additions & 12 deletions .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ The following versions of sleek are provided with security updates.

## Reporting a Vulnerability

If you find a vulnerability in sleek, please send as much detail as possible to ransome@duck.com.
If you find a vulnerability in sleek, please send as much detail as possible to ransome@mailbox.org.
154 changes: 0 additions & 154 deletions assets/architecture.drawio

This file was deleted.

2 changes: 1 addition & 1 deletion flatpak/com.github.ransome1.sleek.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<developer_name>Robin Ahle</developer_name>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.0.4-rc.3" date="2023-12-19"/>
<release version="2.0.4-rc.4" date="2023-12-23"/>
</releases>
<url type="homepage">https://github.com/ransome1/sleek</url>
<url type="contact">https://github.com/ransome1/sleek/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion flatpak/com.github.ransome1.sleek.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=2.0.4-rc.3
Version=2.0.4-rc.4
Name=sleek
Exec=sleek
Type=Application
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sleek",
"version": "2.0.4-rc.3",
"version": "2.0.4-rc.4",
"main": "./src/main/main.tsx",
"scripts": {
"build": "concurrently \"yarn run peggy\" \"yarn run build:main\" \"yarn run build:renderer\"",
Expand Down Expand Up @@ -90,15 +90,15 @@
"sugar": "^2.0.6"
},
"devDependencies": {
"@electron/notarize": "^1.2.3",
"@electron/notarize": "^2.2.0",
"@electron/rebuild": "^3.2.13",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^8.0.1",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/node": "20.2.5",
"@types/node": "20.10.5",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-test-renderer": "^18.0.0",
Expand All @@ -119,7 +119,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^2.8.8",
"prettier": "^3.1.1",
"react-refresh": "^0.14.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.1",
Expand Down
Loading

0 comments on commit ff1839f

Please sign in to comment.