Skip to content
Open

Main #14

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f36add3
Added image
saketh-kowtha Nov 5, 2020
c51eda4
Create LICENSE
saketh-kowtha Nov 5, 2020
43b26e4
Update README.md
saketh-kowtha Nov 5, 2020
89bbd6f
Updated workflow file
saketh-kowtha Nov 7, 2020
e7658cf
Removed unnecessary files.
saketh-kowtha Nov 7, 2020
0fd13d0
1.Changed file structure, 2. Added lints and test coverage
saketh-kowtha Nov 9, 2020
137ce5e
Added tests for editorHelpers and Added download as HTML feature
saketh-kowtha Nov 11, 2020
43940a7
Increased Test coverage
saketh-kowtha Nov 14, 2020
6a33dc2
Added babel-plugin-react-remove-properties plugin to remove unnecessa…
saketh-kowtha Nov 14, 2020
5c2e265
Fixed failed tests
saketh-kowtha Nov 14, 2020
1e76e00
Fixed auto updater build issues
saketh-kowtha Nov 15, 2020
3a9aecd
Added icon
saketh-kowtha Nov 16, 2020
2c7643c
Changes favicons path
saketh-kowtha Nov 16, 2020
f3e4a22
Added png format favicon
saketh-kowtha Nov 16, 2020
8f25076
Removed unwanted code of auto update feature
saketh-kowtha Nov 17, 2020
dad2f81
Added notifications while updating
saketh-kowtha Nov 18, 2020
ec1cc8b
Removed debugging code.
saketh-kowtha Nov 24, 2020
36c7035
Update README.md
saketh-kowtha Jan 7, 2021
cb95d8b
Add GitHub workflows for CI/CD and automated builds
saketh-kowtha Oct 6, 2025
ba59284
Merge pull request #13 from saketh-kowtha/main
saketh-kowtha Oct 6, 2025
8cf6ac4
Update dependencies and enhance file handling features
Oct 6, 2025
cc58689
Electron to tauri
saketh-kowtha Oct 6, 2025
04c86ce
Enhance application features and update dependencies
saketh-kowtha Oct 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": ["next/babel"],
"env": {
"production": {
"plugins": [
["react-remove-properties", {"properties": ["data-test"]}]
]
}
}
}
Loading