2931 Commits

Author SHA1 Message Date
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
srgooglo
0f2a4ac384 added to lib global (wip) 2020-10-07 18:17:44 +02:00
srgooglo
aa75f8f9ed added window.openLink() for support electron desktop to open new window with the default os browser 2020-10-07 18:17:15 +02:00
srgooglo
af1c26aa0c added new schemas for functional modules (schema-21) 2020-10-07 16:36:20 +02:00
srgooglo
e978014260 Merge pull request #9 from srgooglo/master-cf-autofix
Apply fixes from CodeFactor
2020-10-07 15:14:44 +02:00
codefactor-io
da2fba0dd0 [CodeFactor] Apply fixes to commit f493c83 2020-10-07 13:13:23 +00:00
srgooglo
668a6c7985 Merge branch 'master' of https://github.com/srgooglo/Comty-Development 2020-10-07 15:12:51 +02:00
srgooglo
3142059177 refactor & other changes 2020-10-07 15:11:43 +02:00
srgooglo
125d732b4f updated verbosity module with fixed method 2020-10-07 15:06:12 +02:00
srgooglo
0d30c8ced3 Merge pull request #7 from srgooglo/master-cf-autofix
Apply fixes from CodeFactor
2020-10-07 11:18:57 +02:00
srgooglo
6454287277 [update] improved render methods for childrens with selectKey 2020-10-07 11:16:26 +02:00
srgooglo
9023493d02 [added] GetPropertyValue => to core functions 2020-10-07 11:13:19 +02:00
srgooglo
dd1c97aec8 created new snippets for vscode, with create componets schema & switched (RPC) rich presence discord to "enabled" 2020-10-07 11:12:28 +02:00
srgooglo
6e2b3f92e5 Merge branch 'master' of https://github.com/srgooglo/Comty-Development 2020-10-07 11:07:49 +02:00
srgooglo
437d59709e [update] verbosity removed legacy & refactor components, also tweaked string concat for support spread multiple data inputs 2020-10-07 11:07:36 +02:00
srgooglo
97e3508535 Merge pull request #8 from srgooglo/snyk-upgrade-448a54d0755f796663ec3bbcbdd9047c
[Snyk] Upgrade axios from 0.19.2 to 0.20.0
2020-10-07 10:22:12 +02:00
snyk-bot
d2c78f2636 fix: upgrade axios from 0.19.2 to 0.20.0
Snyk has created this PR to upgrade axios from 0.19.2 to 0.20.0.

See this package in npm:
https://www.npmjs.com/package/axios

See this project in Snyk:
https://app.snyk.io/org/srgooglo/project/32d7496a-6bfa-4eab-978c-5bc618fd2e41?utm_source=github&utm_medium=upgrade-pr
2020-10-07 00:44:05 +00:00
srgooglo
f04f626477 updated node-sass 2020-10-06 20:33:18 +02:00
srgooglo
e35b40590b Merge branch 'master' of https://github.com/srgooglo/Comty-Development 2020-10-06 20:30:05 +02:00
srgooglo
562e498757 fix misspelling 2020-10-06 20:30:03 +02:00