Grafico dei commit

70 commit

Autore SHA1 Messaggio Data
John Doe
7fc89c24ee aggiunto italiano. 2023-01-17 16:41:26 +01:00
Jeremie Pardou-Piquemal
b1eafc78f3 Add demo games for learning purposes 2022-06-11 17:32:57 +02:00
Jeremie Pardou-Piquemal
2880c9c083 Add anchor 2022-05-10 22:31:17 +02:00
Jeremie Pardou-Piquemal
59f55dfe50 Add roll action 2022-05-03 23:08:35 +02:00
Jeremie Pardou-Piquemal
82b52bdcfc Improve shortcut 2022-04-04 16:38:07 +02:00
Jeremie Pardou-Piquemal
ebc7b4adaf Add magnetic grid offset 2022-03-31 21:37:14 +02:00
Jeremie Pardou-Piquemal
8f5c6465d2 Add more control to Note item 2022-03-29 22:21:13 +02:00
Jeremie Pardou-Piquemal
573b043e35 Add share link 2022-03-27 22:40:30 +02:00
Jeremie Pardou-Piquemal
e6cf0705a4 Add screen item 2022-03-27 15:08:27 +02:00
Jeremie Pardou-Piquemal
32376cee5a Update react-syncboard with infinite board 2022-03-14 14:09:27 +01:00
Jérémie Pardou-Piquemal
44c0330db4
Add multi-board feature (#395)
* Add game information in welcome modal

* Fix note scroll event behaviour

* Fix available actions on double click

* Enable multi board feature
2022-01-31 16:53:22 +01:00
Jérémie Pardou-Piquemal
ae9dba21ca
Add generator (#377)
* Refactor form factory to prepare child edition
* Generated item update works
* Exclude fields from edition for generator
* Add translation
2021-10-17 13:29:22 +02:00
Jérémie Pardou-Piquemal
727402a40a
Add configurable actions (#366)
* Actions can now be configured

* Handle Zone actions too

* Update react-sync-board

* Remove logs

* Fix item action edition

* Fix uid
2021-09-26 20:51:09 +02:00
Jeremie Pardou-Piquemal
a8934eab94 Add premade item library 2021-09-16 23:34:14 +02:00
Jeremie Pardou-Piquemal
11b7c4562e Add dice with random images 2021-09-01 16:58:58 +02:00
Jeremie Pardou-Piquemal
aafad1920a Update translations 2021-08-29 14:27:18 +02:00
Jeremie Pardou-Piquemal
394f967b81 Move game information edition 2021-08-29 14:27:18 +02:00
Jeremie Pardou-Piquemal
4a173926c5 Fix #290 Space key zoom the board 2021-06-24 20:58:53 +02:00
Jeremie Pardou-Piquemal
8bd27360c4 Add automatic actions on zones 2021-06-08 22:43:00 +02:00
Jeremie Pardou-Piquemal
65799b6bfb Fixes #291 allow to save and restore board positions 2021-06-03 20:51:54 +02:00
Ribakys
3ced661081 Keep by default only one stack function. 2021-05-26 09:29:55 +02:00
Ribakys
c599d8bc86 1) Remove Stack function, to add two functions : stackToCenter and stackToTopLeft. 2) Visual stack thickness are '1' before 32 cards, after are '0.5'. 2021-05-26 09:29:55 +02:00
Jeremie Pardou-Piquemal
7e19a7f2a8 Prepare PR 2021-05-25 10:07:36 +02:00
romgar
de0db6d7d3 [Homepage] Adds game filtering by number of players / duration / language 2021-04-24 10:25:47 +02:00
Jeremie Pardou-Piquemal
895068f78d Add media deletion 2021-04-18 09:39:44 +02:00
Jeremie Pardou-Piquemal
3ca2914301 Clean code after auto review 2021-04-14 22:20:53 +02:00
Romain Garrigues
679ac2cf36 Adds basic game search on the homepage (substring naive scan) 2021-04-08 22:31:54 +02:00
Romain Garrigues
34f52944f6 Related to #288:
- Adds Cylinder basic item
2021-04-01 23:29:10 +02:00
Jeremie Pardou-Piquemal
9dcd4cca48 Enhance user list display 2021-03-20 15:52:53 +01:00
Jeremie Pardou-Piquemal
f5be632cb5 Add message panel 2021-03-20 11:22:50 +01:00
Jeremie Pardou-Piquemal
6b3a99de12 Restore cookie notice 2021-03-19 10:03:45 +01:00
Jeremie Pardou-Piquemal
82e0600241 Enhance welcome modal 2021-03-19 10:03:45 +01:00
Jeremie Pardou-Piquemal
601b98d38d Update modal style 2021-03-19 10:03:45 +01:00
Jeremie Pardou-Piquemal
5bb73e1fbe Update translation 2021-03-19 10:03:45 +01:00
Ribakys
f3fc836482
Add two new item action to align cards: 1- as line, 2- as square. (#277)
* Two new functions to align cards. 1- Align as line. 2-Align as square.

* Update src/components/boardComponents/useItemActions.js

* Update src/components/boardComponents/useItemActions.js

* Update src/components/boardComponents/useItemActions.js

* Update src/i18n/fr.json

Co-authored-by: Jérémie Pardou-Piquemal <jrmi@jeremiez.net>

* Update src/components/boardComponents/useItemActions.js

Co-authored-by: Jérémie Pardou-Piquemal <jrmi@jeremiez.net>

* Update src/components/boardComponents/index.js

* Update src/components/boardComponents/index.js

* Update src/components/boardComponents/useItemActions.js

* Update en.json

* Update index.js

* Resolved style issue (see with the Circle CI report).

Co-authored-by: Jérémie Pardou-Piquemal <jrmi@jeremiez.net>
2021-03-19 09:12:10 +01:00
Jeremie Pardou-Piquemal
0a4e751386 Update translation 2021-03-09 08:38:49 +01:00
Jeremie Pardou-Piquemal
3522c53cac Improve UX/UI 2021-03-08 21:50:53 +01:00
Jeremie Pardou-Piquemal
c6f8876ecf Add item snapping on hex grid 2021-03-08 21:47:56 +01:00
Jeremie Pardou-Piquemal
285afa82aa Add two hints to help unlocking elements 2021-02-19 15:31:17 +01:00
Jeremie Pardou-Piquemal
66b271b4fc Add more information on failing api calls 2021-02-13 15:06:15 +01:00
Jeremie Pardou-Piquemal
11162a75f0 Fix translation 2021-02-13 14:14:17 +01:00
Jeremie Pardou-Piquemal
e8e1dd3842 Better cookie consent process 2021-01-30 23:41:29 +01:00
Jeremie Pardou-Piquemal
c7c61e8b53 Fix translation 2021-01-21 22:01:39 +01:00
Jeremie Pardou-Piquemal
f2672b4165 Add translations 2021-01-08 12:39:26 +01:00
Jeremie Pardou-Piquemal
4b3925cb9e First step of implementing design 2021-01-08 12:39:26 +01:00
Jeremie Pardou-Piquemal
648c0f5105 Change abuse report address 2020-11-21 21:34:00 +01:00
Jeremie Pardou-Piquemal
c0f7ea73c2 Allow select main action 2020-11-17 20:45:56 +01:00
Jeremie Pardou-Piquemal
507e4e362e Typo and style 2020-11-11 21:36:15 +01:00
Jeremie Pardou-Piquemal
ae30f1e8c6 Add link to jitsi on onboarding 2020-11-10 08:42:54 +01:00
Jeremie Pardou-Piquemal
33e08543fc Fix #182 - add game translations 2020-11-09 20:00:50 +01:00