nicgirault
9117c7c298
upgrade API client
2 years ago
nicgirault
2e6d741804
install new API and WIP setup first call with election creation
2 years ago
nicgirault
ecb9572cd6
add indications to install server locally
2 years ago
nicgirault
50fb74afab
🗑 cleanup unecessary folders
2 years ago
nicgirault
ed3a568e04
fix build
2 years ago
nicgirault
425fd2d090
fix e2e tests
2 years ago
nicgirault
a8f05289ce
remove next export
2 years ago
nicgirault
49ce3b83af
add netlify deployment
2 years ago
nicgirault
3ae0c95ba2
remove unused exports
2 years ago
nicgirault
377e3bcd10
⚙️ setup cypress & visual testing workflow
2 years ago
nicgirault
341bf89b28
import new design from Jeremie's repo
2 years ago
guhur
4c2759d8c9
fix: api connection ( #72 )
...
* fix: api connection
* fix: confirm page with delayed election
* fix: fr translation
3 years ago
Pierre-Louis Guhur
720a9d990d
fix env
3 years ago
Pierre-Louis Guhur
5344f5ede2
fix: email transaltion
3 years ago
Pierre-Louis Guhur
91e2bdd76a
update number of votes
3 years ago
Pierre-Louis Guhur
9226f699ae
fix: api calls
3 years ago
guhur
151ce5b963
fix: badge on README
3 years ago
guhur
ca97e76eb2
Update README.md
3 years ago
guhur
44126f4623
Update README.md
3 years ago
Pierre-Louis Guhur
30d2d5367b
fix: outdated deps
3 years ago
Pierre-Louis Guhur
c8d6f60239
fix: buttons on success pages
3 years ago
Pierre-Louis Guhur
51f179349c
fix: bump elliptic dep
3 years ago
Pierre-Louis Guhur
867042e791
switch to Nextjs
3 years ago
guhur
2fba1f7405
add an s to restrict_result
3 years ago
Pierre-Louis Guhur
bfa3d9c6b9
fix(i18n): translation in English by Lou D.
3 years ago
Clement G
4337264bca
typos in french version
3 years ago
guhur
fe16e28180
fix(ci): update docker image for Node orb ( #61 )
...
* fix(ci): update docker image for Node orb
CircleCi was complaining about:
```
error npm-check-updates@9.0.1: The engine "node" is incompatible with this module. Expected version ">=10.17". Got "10.16.3"
error Found incompatible module.
```
* fix(ci): docker image
* fix(ci): i18n.language is not defined on ci
3 years ago
dependabot[bot]
b149bfb856
build(deps): bump http-proxy from 1.18.0 to 1.18.1 ( #59 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Rémi BOIDET
8e9b0d89eb
updates ( #58 )
3 years ago
dependabot[bot]
2fcb515a8e
build(deps): bump elliptic from 6.5.2 to 6.5.3 ( #57 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
341854ad8f
build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 ( #55 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Clément
a9d03bbbc9
feat(vote-success): upate fontawesome ico on google form button ( #50 )
...
* feat(vote-success): upate fontawesome ico on google form button
* feat(create-success): upate fontawesome ico on participate button
* feat(create-success): reduce height of Facebook button
* feat(create-success): remove participate button if this is a closed election
* fix(restrict-result): fix parameter name "restrict_results" instead of "restrict_result"
* Delete CreateElection.jsx
Co-authored-by: guhur <12297742+guhur@users.noreply.github.com>
4 years ago
guhur
117824d1d2
fix(notice): update legal notices
4 years ago
Pierre-Louis Guhur
1dc30435ff
fix(gform): context was not loaded
...
switch back to a functional component
useContext to load context
add proptype
4 years ago
guhur
a1bab2ed73
Update Gform.jsx
4 years ago
guhur
13e165dc7c
fix(gform): switch to Component
4 years ago
guhur
0395ebd668
fix(feedback-form): move link to process env ( #47 )
...
* fix(feedback-form): move link to process env
* fix(feedback-form): update .env with new env var
* fix(feedback-form): update .env with new env var
* fix(feedback-form): factor code into AppContext
I also switch on the option in eslintrc for node and commonjs
Otherwise, process is declared as undefined
4 years ago
guhur
073211da26
Update Faq.jsx
4 years ago
guhur
8fc2ff444d
Merge pull request #46 from MieuxVoter/feature/static-pages
...
Add static pages
4 years ago
guhur
3125436330
Update resource.json
4 years ago
guhur
5b20e45f21
Update resource.json
4 years ago
Clement G
8362c1f2ea
feat(translation) : add somes translations (from deepl.com)
4 years ago
Clement G
0d3784222b
style(prettier) : prettier format
4 years ago
Clement G
763dd47d53
feat(create-election-success) : try new layout
4 years ago
Clement G
269e937d41
feat(create-election-success) : hide send by mail" form
4 years ago
Clement G
063572611d
feat(static-pages) : add content to Privacy Policy page
4 years ago
Clement G
cb0392c5e0
feat(results) : improve layout/ux on results and add share facebook button
4 years ago
Clement G
e2fbce8838
feat(create-vote-success) : Add Google FORM link
4 years ago
Clement G
7f2ed9f4c2
feat(create-election-success) : improve layout/ux and add tool for send by mail (front only)
4 years ago
Clement G
ab04929cd4
feat(create-election-success) : layout of warning message
4 years ago