Skip to content

Commit 4ca4ea8

Browse files
authored
feat(sync): Fine tune Gist sync option in settings
* chore: version bump * refactor: major changes Rename file/dirs move common files to library tsconfig path config config file update changed ink -> drop removed unused files created index files for dirs created notfound page moved dump components to elements section * refactor: sync feature changes Add connected user detail Add Gist last sync data Add app version Add loadash utility * style: settings page style changes * refactor: moved service calls to state add new rxjs operator to find child remove unnecessary methods utilize ngxs selector decorator * refactor: linting, build * refactor: unhandled promise check * fix: response data mismatch * refactor: rename, reorder, and saperated actions by state and database * refactor: update components with newely created actions * refactor: wip * refactor: add local/remote setting actions * build: version bump
1 parent 2b628f2 commit 4ca4ea8

File tree

109 files changed

+1522
-1638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1522
-1638
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"typescript.tsdk": "node_modules\\typescript\\lib"
2+
"typescript.tsdk": "node_modules\\typescript\\lib",
3+
"gitflow4code.features": [
4+
{
5+
"name": "feature/refactor",
6+
"base": "develop"
7+
}
8+
]
39
}

0 commit comments

Comments
 (0)