27 Commits

Author SHA1 Message Date
540c93236a
Updated packages and removed yarn.lock 2021-02-05 20:57:35 +05:00
dependabot[bot]
5a4795a66e
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 07:03:18 +00:00
65a6ca3e03 Some deployment fixes 2020-11-11 19:12:15 +03:00
2634f64d1f
Added serve package 2020-11-11 00:03:10 +05:00
53ea63b35f
Removed development console.log's and added Dockerfile 2020-11-07 07:08:28 +05:00
19fa7fc4e5
Create LICENSE 2020-11-07 06:09:09 +05:00
6ef34c6ab8
Added styles for form creation page and all components in it. Some minor improvements in another pages 2020-11-07 06:07:27 +05:00
85d7e48e0d
Added styles for entrie form view: form submission and list submissions components. Some minor code refactors 2020-11-07 03:33:30 +05:00
c94dab4a9b
Merge branch 'main' of https://github.com/Dm1tr1y147/questionForm_frontend into main
I used dependabot to fix some dependencies errors and didn't commit them before local commits
2020-11-06 22:39:17 +05:00
eaba1665ce
Massive code refactor, added initial states to form submission component (named DoForm) 2020-11-06 22:38:28 +05:00
228ad884bc
Merge pull request #2 from Dm1tr1y147/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-11-05 02:01:23 +05:00
743742b757
Merge pull request #1 from Dm1tr1y147/dependabot/npm_and_yarn/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1
2020-11-05 02:00:01 +05:00
dependabot[bot]
46ffa05e14
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-04 16:59:14 +00:00
dependabot[bot]
c434429ed5
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-04 16:58:37 +00:00
6ff944f0ee
Merge pull request #3 from Dm1tr1y147/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-11-04 21:57:40 +05:00
dependabot[bot]
5be9ed5197
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-04 14:03:07 +00:00
1060ea4e41
Fixed some styling errors, updated home page content and styles, added some changes into data fetching 2020-11-04 18:58:12 +05:00
3f580213fa
Created styles for login and register pages. Started styling home page 2020-11-03 22:24:07 +05:00
6c60520aae
Added registration page and functionality, improved error handling, fixed some critical security problems 2020-10-20 00:35:08 +05:00
b8450525a5
Added form submissions showing for submitted forms and authors instead of forms itself 2020-10-19 22:48:51 +05:00
b7910a5de2
Added list of user's form to user page v1.0 2020-10-18 22:29:49 +05:00
95ec7daaef
Added form creation component and useFormCreator hook 2020-10-17 11:39:14 +05:00
4b84cb15e8
Added form submission 2020-10-14 21:00:25 +05:00
46389bad32
Added login and authorize routes and components, added basic UserPage component and query 2020-10-14 11:21:24 +05:00
16cdf92bfe
Switched to typescript CRA, added router, global user context and apollo client 2020-10-13 22:11:40 +05:00
cc63aede25
Removed unneded files, switched to typescript. 2020-10-03 17:47:57 +05:00
4f0557b2f6
Initialize project using Create React App 2020-10-03 14:22:05 +05:00