Commit Graph

61 Commits (963f342c89f45e57cf9bc50ad44a857a8a302956)

Author SHA1 Message Date
火焚 富良 963f342c89 Spare cards is always last
Also add warning if no cards were added
2024-01-09 10:14:53 +08:00
Egor Savkin ecbbd6898d Split components into separate files
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-01-09 10:14:53 +08:00
Egor Savkin 49ef25b5c3 Demangle email addresses on the site
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-11-29 17:21:33 +08:00
Egor Savkin 9966593166 Add options for the cards (#93)
Closes #85
Closes #80
Co-authored-by: Egor Savkin <es@m-labs.hk>
Co-committed-by: Egor Savkin <es@m-labs.hk>
2023-11-28 15:32:34 +08:00
Egor Savkin a5b217c183 Fix hover logic on touchables
* fix cards removal
* fix cards progress bar overlay
* fix cards warning overlay

Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-11-07 14:59:20 +08:00
Egor Savkin 5d298b3325 Fix card at index 0 being not addable
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-10-11 12:15:12 +08:00
Egor Savkin 393fc8e3c9 Add EEM power module to the shop
Co-authored-by: Egor Savkin <es@m-labs.hk>
Co-committed-by: Egor Savkin <es@m-labs.hk>
2023-10-10 17:34:52 +08:00
Egor Savkin 27c7db1df4 Allow duplicating cards in the backlog
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-08-22 16:18:22 +08:00
Egor Savkin 4dc15f5633 Fix `Show JSON` button functionality regression introduced with 0e9f822536
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-08-22 16:14:11 +08:00
Egor Savkin 52afd69445 Fix shop import json buttons spacing
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-08-10 12:29:40 +08:00
Egor Savkin 5d69e9cef5 Remove weird animations from backlog
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-08-10 12:29:40 +08:00
Egor Savkin ad91b12879 Fix react-beautiful-dnd warning in development
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-08-10 12:29:40 +08:00
Egor Savkin 0e9f822536 Fix React warnings in development
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-08-10 12:29:40 +08:00
Egor Savkin b3964ec2c9 shop: add Pounder (#87)
Closes #42

Reviewed-on: #87
Co-authored-by: Egor Savkin <es@m-labs.hk>
Co-committed-by: Egor Savkin <es@m-labs.hk>
2023-08-10 12:27:06 +08:00
Egor Savkin a377ef9ab3 Fix left/right -> start/end, and other styles issues and adjustments
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-07-11 13:50:32 +08:00
Egor Savkin 76dc20c798 Fix dropdown, accordion and modal
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-07-10 17:46:45 +08:00
Egor Savkin 85429b64f8 Add webpack
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-07-10 16:32:09 +08:00
Egor Savkin 73e396a633 Fix incorrect min-height for the crate
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-07-07 16:30:52 +08:00
Egor Savkin 53a6d3f378 shop: group cards
Closes #30
Co-authored-by: Egor Savkin <es@m-labs.hk>
Co-committed-by: Egor Savkin <es@m-labs.hk>
2023-06-30 10:10:15 +08:00
occheung 62286e9ea8 shop: implement link to datasheet if available 2022-01-19 14:27:09 +08:00
occheung 8c3a35cea4 fix JSON validation 2021-06-01 17:03:26 +08:00
Sebastien Bourdeauducq ce35746683 add VHDCI carrier to shop 2021-03-23 00:40:59 +08:00
Sebastien Bourdeauducq 3df4c0c9c6 move shop to Kasli 2.0 2021-03-22 18:30:56 +08:00
sovanna 41a19b9910 fix(issue#16): Shows warning only when needed 2020-04-21 11:18:46 +09:00
sovanna 2adb262fb0 fix(issue#16): Adds class inverted to flip warning when:
4 slots remains and current card is at almost the end of the crate

aka when the warnings is about a card that is at the end of the crate
2020-04-20 18:22:38 +09:00
sovanna db6abf2909 fix(issue26): Retrieves "pn" code that are unknowns 2020-04-20 15:51:35 +09:00
Sebastien Bourdeauducq c98354db63 shop: configurations -> JSON 2020-04-16 10:33:28 +08:00
Sebastien Bourdeauducq 107bae7da0 shop: cleanup 2020-04-16 10:31:57 +08:00
Sebastien Bourdeauducq 88e4f1d8c0 shop: cleanup request, update npm deps 2020-04-15 21:17:48 +08:00
sovanna 0758e2d2ba feat(issue22): Sends confirmation email to client
Also, adds the JSON configuration in order to be sent to the client
as a "reminder" of what he sends
2020-04-15 10:41:40 +09:00
sovanna 44b361893f feat(issue19/UI): Removes deactivation button after form submit 2020-04-15 10:21:31 +09:00
sovanna bac4e37cc2 feat(issue19/UI): Allows to load custom configuration 2020-04-14 18:54:31 +09:00
sovanna fdded2702b feat(issue19/UI): Displays box to load custom conf + verification format 2020-04-14 17:51:33 +09:00
sovanna 413703fd96 feat(issue19/UI): Allows to show configuration 2020-04-14 16:08:28 +09:00
sovanna 2825779c96 feat(issue22/UI): Uses bootstrap view instead of custom 2020-04-14 15:56:17 +09:00
sovanna 0c4d2cfdac feat(issue22/UI): Updates shop (email + req to API for RFQ + feeback) 2020-04-14 14:46:51 +09:00
sovanna d99d23ac84 fix(issue24): Uses part number when export to JSON/mail 2020-03-23 13:35:31 +09:00
sovanna dd1a188937 feat(issue21): Increases crate height to 350px 2020-03-05 12:58:12 +09:00
sovanna c4b1a07530 fix(issue21): Increases crate height (thus card height) 2020-03-02 22:36:02 +09:00
sovanna 06d9939ddb fix(issue21): Adds precision + BP adapter and updates styles 2020-03-02 22:27:31 +09:00
sovanna 8cbc707f88 feat(issue21): Uses consistent name 2020-03-02 21:57:38 +09:00
sovanna 1f81e1ed0e feat(issue12): Adds info for Urukul 2020-01-31 13:51:25 +01:00
sovanna 80b074102a fix(issue9): Checks when no connector at all 2020-01-27 16:38:44 +01:00
sovanna 1d1c626127 feat(issue23): Adds rule to Order Hardware
"The selected cards fit in a 42hp desktop crate,
consider switching to it for a more compact system"

Also update shop build
2020-01-27 16:09:29 +01:00
sovanna 9b4bb0fd7c fix(issue11): Removess useless info rule message 2020-01-22 19:06:56 +01:00
sovanna 9d03f68ec6 feat(mobile/shop): Adds feedback when add new card from backlog 2020-01-22 15:47:10 +01:00
sovanna e96c0dc524 fix(mobile/shop): Removes btn delete card from crate
because no mouseover on mobile
2020-01-20 17:43:33 +01:00
sovanna 31105263b5 fix(mobile/shop): Adds zindex to cloned card while dragging 2020-01-19 15:15:51 +01:00
sovanna 952eccd560 feat(mobile/landscape): Makes disappear the header menu 2020-01-15 12:06:18 +01:00
sovanna a4c77f3872 feat(mobile): Adapts design for mobile/tablet 2019-12-26 14:31:37 +01:00