3500 Commits

Author SHA1 Message Date
srgooglo
605550c124 refactorized verbosity with the correct array schema 2020-10-12 15:59:37 +02:00
srgooglo
71328b8704 Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-12 12:07:18 +02:00
srgooglo
8d33f882e6 fixed duplicated queryIndexer & fixed bad schema for ipcInvoke in windowNavbar 2020-10-12 12:07:09 +02:00
srgooglo
2cee256fcd Update trello_issue.yml 2020-10-12 11:50:41 +02:00
srgooglo
7b40921969 Update trello_issue.yml 2020-10-12 11:45:06 +02:00
srgooglo
b42faac2ba Create trello_issue.yml 2020-10-12 11:41:53 +02:00
srgooglo
73cf8a1239 add feature issue template 2020-10-12 11:20:54 +02:00
srgooglo
c6f4b6634b added Issues_Templates & added electron script 2020-10-12 11:12:11 +02:00
srgooglo
2d05c017e2 updated api debugger for invalid import cause render crash and for stringify results 2020-10-12 09:02:10 +02:00
srgooglo
9a123db67a updated versions and added jest for tests 2020-10-12 08:57:34 +02:00
srgooglo
9dc24d587a update nodecore-api-lib 2020-10-09 19:47:57 +02:00
srgooglo
0ca3d5bacc refactor DynamicSDCP lib for core 2020-10-09 19:16:05 +02:00
srgooglo
4e060760fd remove PageTransition and HeaderIconRender deprecated components 2020-10-09 19:14:48 +02:00
srgooglo
94fe497d69 Merge pull request #14 from srgooglo/apiv3-model-nodecore
Apiv3 model nodecore
2020-10-09 19:13:19 +02:00
codefactor-io
6399064cbf [CodeFactor] Apply fixes 2020-10-09 17:10:08 +00:00
srgooglo
8fe0c7ee44 change api_v3 model with new @nodecore-api-lib 2020-10-09 19:07:14 +02:00
srgooglo
0bbb168fcf this missed too 2020-10-09 17:45:35 +02:00
srgooglo
73b901163d 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
5591c32bec [CodeFactor] Apply fixes 2020-10-09 14:05:41 +00:00
srgooglo
ac6b2fb557 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
63dc7ea902 move verbosity call outside condition for avoid misbehaviors 2020-10-09 16:01:37 +02:00
srgooglo
ef20830152 wooups i forgot this again -.- 2020-10-09 15:28:50 +02:00
srgooglo
14a77a37e1 Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-09 15:27:28 +02:00
srgooglo
de20471641 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
f8a7b26868 Update changelog.yml 2020-10-09 13:28:18 +02:00
srgooglo
91ce2f806e Create changelog.yml 2020-10-09 13:27:17 +02:00
srgooglo
0b35f05be5 Merge pull request #11 from srgooglo/master-cf-autofix
Apply fixes from CodeFactor
2020-10-09 13:16:41 +02:00
srgooglo
2c00558ca2 Merge pull request #12 from srgooglo/improve-error-handler
Better error handler
2020-10-09 13:10:29 +02:00
srgooglo
08bf3a289f better error handler 2020-10-09 13:01:13 +02:00
srgooglo
f2ce280264 removed invalid props 2020-10-09 12:59:43 +02:00
codefactor-io
4277a864f9 [CodeFactor] Apply fixes to commit 95a74eb 2020-10-08 18:52:43 +00:00
srgooglo
bf1cd7780b Add user profile layout 2020-10-08 20:52:28 +02:00
srgooglo
a059a510f2 Added basicData endpoint & refactorize profileData 2020-10-08 20:51:42 +02:00
srgooglo
fbb3c2609b woops i miss that one 2020-10-08 20:03:11 +02:00
srgooglo
74354f0710 refactor core "helpers" to "models" 2020-10-08 20:02:07 +02:00
srgooglo
6aab1883aa Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-08 18:45:08 +02:00
srgooglo
f0c8b7af00 wtf 2020-10-08 18:43:34 +02:00
srgooglo
a86d118a7a Update codeql-analysis.yml 2020-10-08 16:40:21 +02:00
srgooglo
655811456e Update codeql-analysis.yml 2020-10-08 16:39:26 +02:00
srgooglo
ff4f2aba85 Update README.md 2020-10-08 16:27:40 +02:00
srgooglo
75af51f0ea 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
98e2db0b70 woops 2020-10-08 15:15:15 +02:00
srgooglo
c56cebb812 Updated InvalidComponents with Custom, InvalidIndex classes 2020-10-08 15:14:58 +02:00
srgooglo
2123ae6edd remove some trash 2020-10-08 15:12:38 +02:00
srgooglo
9a9372d253 refactorize ListedMenu to .tsx and update methods on dependents components 2020-10-08 15:11:54 +02:00
srgooglo
715dc7b5c8 Added ListedMenu component for menu menu generation with applied schema(41) 2020-10-08 14:47:44 +02:00
srgooglo
c9e62fa5e4 Merge branch 'master' of https://github.com/srgooglo/comty 2020-10-08 13:57:23 +02:00
srgooglo
4981cdf4bd switch to window.requireQuery method, also include URLSearchParams support for key indexing 2020-10-08 13:57:13 +02:00
srgooglo
d889fcd96f Update README.md 2020-10-07 18:36:00 +02:00
srgooglo
1ec9c2c822 added events handlers to basics events (" disconnect, connect... etc ") 2020-10-07 18:19:26 +02:00