300 Commits

Author SHA1 Message Date
srgooglo
c646d18c1a refactorized verbosity with the correct array schema 2020-10-12 15:59:37 +02:00
srgooglo
1838682c2a Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-12 12:07:18 +02:00
srgooglo
c9aa8ad4f8 fixed duplicated queryIndexer & fixed bad schema for ipcInvoke in windowNavbar 2020-10-12 12:07:09 +02:00
srgooglo
eb53751f4f
Update trello_issue.yml 2020-10-12 11:50:41 +02:00
srgooglo
f9d83647cb
Update trello_issue.yml 2020-10-12 11:45:06 +02:00
srgooglo
d3576e23b9
Create trello_issue.yml 2020-10-12 11:41:53 +02:00
srgooglo
bbfe6f31cf add feature issue template 2020-10-12 11:20:54 +02:00
srgooglo
8badcbaa2e added Issues_Templates & added electron script 2020-10-12 11:12:11 +02:00
srgooglo
d094673bde updated api debugger for invalid import cause render crash and for stringify results 2020-10-12 09:02:10 +02:00
srgooglo
e5a5243dbe updated versions and added jest for tests 2020-10-12 08:57:34 +02:00
srgooglo
dbb752651b update nodecore-api-lib 2020-10-09 19:47:57 +02:00
srgooglo
821d183ef4 refactor DynamicSDCP lib for core 2020-10-09 19:16:05 +02:00
srgooglo
dfdbe2fc73 remove PageTransition and HeaderIconRender deprecated components 2020-10-09 19:14:48 +02:00
srgooglo
bd2b1fdbb4
Merge pull request #14 from srgooglo/apiv3-model-nodecore
Apiv3 model nodecore
2020-10-09 19:13:19 +02:00
codefactor-io
82404cc32a [CodeFactor] Apply fixes 2020-10-09 17:10:08 +00:00
srgooglo
dae830a7ce change api_v3 model with new @nodecore-api-lib 2020-10-09 19:07:14 +02:00
srgooglo
90ddeca69b this missed too 2020-10-09 17:45:35 +02:00
srgooglo
789c03cecf
Merge pull request #13 from srgooglo/added-user-model
Add user model to app models
2020-10-09 16:08:44 +02:00
codefactor-io
f5722f044d [CodeFactor] Apply fixes 2020-10-09 14:05:41 +00:00
srgooglo
91e7a162af Add user model to app models, user layout updated for gathering data from model instead local functions 2020-10-09 16:03:10 +02:00
srgooglo
5841296cd7 move verbosity call outside condition for avoid misbehaviors 2020-10-09 16:01:37 +02:00
srgooglo
5c6836245b wooups i forgot this again -.- 2020-10-09 15:28:50 +02:00
srgooglo
b59aef5d12 Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-09 15:27:28 +02:00
srgooglo
c141c3d689 updated ErrorHandler with new flags, component Invalid now supports typeByCode, also refactor dependents components and fix some methods, like returning and CustomInvalid when nothing to return render 2020-10-09 15:27:16 +02:00
srgooglo
d954b78f79
Update changelog.yml 2020-10-09 13:28:18 +02:00
srgooglo
22a888d51f
Create changelog.yml 2020-10-09 13:27:17 +02:00
srgooglo
477fe6608b
Merge pull request #11 from srgooglo/master-cf-autofix
Apply fixes from CodeFactor
2020-10-09 13:16:41 +02:00
srgooglo
ca669bf042
Merge pull request #12 from srgooglo/improve-error-handler
Better error handler
2020-10-09 13:10:29 +02:00
srgooglo
5e372157a4 better error handler 2020-10-09 13:01:13 +02:00
srgooglo
10d2138027 removed invalid props 2020-10-09 12:59:43 +02:00
codefactor-io
ad5e38ead1 [CodeFactor] Apply fixes to commit 95a74eb 2020-10-08 18:52:43 +00:00
srgooglo
95a74eb3a2 Add user profile layout 2020-10-08 20:52:28 +02:00
srgooglo
b500171b01 Added basicData endpoint & refactorize profileData 2020-10-08 20:51:42 +02:00
srgooglo
005b6a41c9 woops i miss that one 2020-10-08 20:03:11 +02:00
srgooglo
0cae935aab refactor core "helpers" to "models" 2020-10-08 20:02:07 +02:00
srgooglo
296f12c67e Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-08 18:45:08 +02:00
srgooglo
d27d7e70a4 wtf 2020-10-08 18:43:34 +02:00
srgooglo
b58128519d
Update codeql-analysis.yml 2020-10-08 16:40:21 +02:00
srgooglo
95a8010042
Update codeql-analysis.yml 2020-10-08 16:39:26 +02:00
srgooglo
2e6db0c645
Update README.md 2020-10-08 16:27:40 +02:00
srgooglo
b7f6223ded added to core queryIndexer, used for index an input rules and returns parsed string with callback 2020-10-08 16:17:05 +02:00
srgooglo
4ce2564a50 woops 2020-10-08 15:15:15 +02:00
srgooglo
5012174297 Updated InvalidComponents with Custom, InvalidIndex classes 2020-10-08 15:14:58 +02:00
srgooglo
794e11c9eb remove some trash 2020-10-08 15:12:38 +02:00
srgooglo
dfeb56c8ea refactorize ListedMenu to .tsx and update methods on dependents components 2020-10-08 15:11:54 +02:00
srgooglo
69df0eb9d6 Added ListedMenu component for menu menu generation with applied schema(41) 2020-10-08 14:47:44 +02:00
srgooglo
d34614d178 Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-08 13:57:23 +02:00
srgooglo
a918c5821e switch to window.requireQuery method, also include URLSearchParams support for key indexing 2020-10-08 13:57:13 +02:00
srgooglo
a8fe322432
Update README.md 2020-10-07 18:36:00 +02:00
srgooglo
0d2e9eb907 added events handlers to basics events (" disconnect, connect... etc ") 2020-10-07 18:19:26 +02:00