Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

more fixes and improvements #7

Merged
merged 42 commits into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ca3a134
feat: added about modal
dastrong-codiga Sep 4, 2022
a24a3a9
chore: moved page import to the correct area
dastrong-codiga Sep 4, 2022
815d209
fix: windows notification title
dastrong-codiga Sep 5, 2022
871504f
chore: increase minimum window dimensions
dastrong-codiga Sep 5, 2022
57a8216
feat: updated theme logic to follow the system setting
dastrong-codiga Sep 9, 2022
af11acd
chore: added hover animation to mac traffic lights
dastrong-codiga Sep 9, 2022
ff8882a
chore: installed rollbar
dastrong-codiga Sep 9, 2022
a8328e5
chore: ignore built file
dastrong-codiga Sep 9, 2022
f1afc43
feat: initial rollbar setup
dastrong-codiga Sep 9, 2022
29e03b5
fix: add validaty check
dastrong-codiga Sep 9, 2022
9fca718
fix: updated icns file
dastrong-codiga Sep 9, 2022
e91de13
fix: update rollbar config
dastrong-codiga Sep 9, 2022
0cea8f3
fix: change to single quotes
dastrong-codiga Sep 9, 2022
d779706
fix: changed quotes
dastrong-codiga Sep 9, 2022
8731045
fix: remove prettier from eslint
dastrong-codiga Sep 9, 2022
55cc4cd
Merge branch 'main' into daniel/1868
dastrong-codiga Sep 9, 2022
f8ebe4f
chore: bump version to 0.0.6
dastrong-codiga Sep 9, 2022
474872f
chore: testing rollbar
dastrong-codiga Sep 9, 2022
7895c8f
chore: bump version
dastrong-codiga Sep 9, 2022
5f3f718
fix: remove quotes
dastrong-codiga Sep 12, 2022
6646e5b
fix: add quotes back and lowercase env
dastrong-codiga Sep 12, 2022
3ce7d25
fix: moved quote
dastrong-codiga Sep 12, 2022
07ff0ae
chore: remove msi packaging
dastrong-codiga Sep 12, 2022
7277a9c
chore: debug prod
dastrong-codiga Sep 12, 2022
17e8e52
chore: bump version
dastrong-codiga Sep 12, 2022
f41d040
chore: testing ci token passing
dastrong-codiga Sep 12, 2022
90f13ba
chore: bump version
dastrong-codiga Sep 12, 2022
14a4193
fix: use secret instead
dastrong-codiga Sep 12, 2022
aa7544d
chore: bump version
dastrong-codiga Sep 12, 2022
c2a3082
chore: bump version
dastrong-codiga Sep 12, 2022
1ff1af6
chore: remove debug_prod flag
dastrong-codiga Sep 12, 2022
c1fcbff
chore: removed debugging helpers
dastrong-codiga Sep 12, 2022
fd3507c
chore: removed unused script
dastrong-codiga Sep 12, 2022
6d71a31
chore: update codiga component and removed unneeded peer dependencies
dastrong-codiga Sep 12, 2022
dfc1de6
chore: removed unused package
dastrong-codiga Sep 12, 2022
fff7ba9
feat: report errors to rollbar
dastrong-codiga Sep 12, 2022
17cbeb2
fix: scrollable code
dastrong-codiga Sep 13, 2022
556e343
chore: refine currentSnippet logic
dastrong-codiga Sep 13, 2022
f7437e2
chore: bump version
dastrong-codiga Sep 13, 2022
dc1c828
chore: updated component library version
dastrong-codiga Sep 14, 2022
ad9aa60
chore: added new languages
dastrong-codiga Sep 14, 2022
5fe7862
chore: bump version
dastrong-codiga Sep 14, 2022
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
1 change: 0 additions & 1 deletion .erb/configs/webpack.config.main.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const configuration: webpack.Configuration = {
*/
new webpack.EnvironmentPlugin({
NODE_ENV: 'production',
DEBUG_PROD: false,
START_MINIMIZED: false,
}),

Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
leadingUnderscore: 'allow',
},
],
'prettier/prettier': 'off',
},
parserOptions: {
ecmaVersion: 2020,
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
node-version: 14
- name: Install Packages
run: npm install
- name: Add Rollbar
run: echo export default "'${{ secrets.rollbar_token }}'" > ./src/renderer/lib/rollbarAccessToken.ts
- name: Build and Test
run: npm run build && npm test
- name: Lint
Expand Down
Binary file modified assets/icon.icns
Binary file not shown.
160 changes: 86 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"coding-assistant",
"codiga"
],
"version": "0.0.5",
"version": "0.0.12",
"homepage": "https://www.codiga.io/",
"bugs": {
"url": "https://github.com/codiga/code-snippets-manager/issues"
Expand Down Expand Up @@ -100,19 +100,18 @@
"@apollo/client": "^3.6.9",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@codiga/components": "^1.1.0",
"@codiga/components": "^1.3.0",
"@electron/remote": "^2.0.8",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@rollbar/react": "^0.11.1",
"apollo-link-debounce": "^3.0.0",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"frameless-titlebar": "^2.1.4",
"framer-motion": "^6.5.1",
"graphql": "^16.6.0",
"path-browserify": "^1.0.1",
Expand All @@ -121,7 +120,7 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.2",
"react-router-dom": "^6.3.0",
"reactstrap": "^9.1.3",
"rollbar": "^2.25.1",
"url": "^0.11.0"
},
"devDependencies": {
Expand Down Expand Up @@ -234,12 +233,7 @@
},
"win": {
"target": [
{
"target": "nsis"
},
{
"target": "msi"
}
"nsis"
],
"publisherName": "Xcoding Labs Inc.",
"signAndEditExecutable": true,
Expand Down
2 changes: 1 addition & 1 deletion release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codiga",
"version": "0.0.5",
"version": "0.0.12",
"description": "Codiga Code Snippets Manager",
"license": "MIT",
"author": {
Expand Down
Loading