Commit Graph

41 Commits

Author SHA1 Message Date
andrzej 01727b5093 write readme
Gitea/calculator/pipeline/head This commit looks good Details
2024-05-26 13:22:13 +02:00
andrzej f19a7e627a make responsive 2024-05-26 13:04:03 +02:00
andrzej 57a69a8e9c fix styling (heights were messed up)
Gitea/calculator/pipeline/head This commit looks good Details
2024-05-26 10:34:49 +02:00
andrzej eea0ec1c62 add homepage to package json 2024-05-26 10:29:06 +02:00
andrzej c8da9be693 correct build directory (to 'dist') 2024-05-25 23:44:53 +02:00
andrzej dc2e0997be add dist to gitignore 2024-05-25 23:44:38 +02:00
andrzej 082b69f13f re-add Jenkinsfile 2024-05-25 23:42:17 +02:00
andrzej c8346845e2 switch to vite
the build was not stable enough to be deployed by jenkins otherwise
2024-05-25 23:39:41 +02:00
andrzej 617c158036 add double glob to sourceFiles 2024-05-25 23:15:13 +02:00
andrzej ea48cdb7c3 another change to hopefully trigger webhook 2024-05-25 13:22:13 +02:00
andrzej 65e575f9e4 arbitrary change to test webhook 2024-05-25 13:11:29 +02:00
andrzej 581837f924 fix remote directory 2024-05-25 11:55:42 +02:00
andrzej 317d31e56f add glob to build folder 2024-05-25 11:53:55 +02:00
andrzej e54952589b correct build folder (again) 2024-05-25 11:51:00 +02:00
andrzej 079246b141 revert to previous stateq
to see if jenkins build works now
2024-05-25 11:49:56 +02:00
andrzej 2a8f35c075 new commit
in case jenkins is failing due to updating previous commit
2024-05-25 11:47:44 +02:00
andrzej 18e85bf1f5 add build and deploy steps 2024-05-25 11:44:23 +02:00
andrzej b6d7b2eb48 add jenkinsfile 2024-05-24 12:59:03 +02:00
Andrzej Stepien 1bcf3c0e4e add demo link 2024-04-26 00:24:11 +02:00
Andrzej Stepien 5285cf1716 watch build folder 2024-04-25 23:15:03 +02:00
Andrzej Stepien 24ff2a36dc build 2024-04-25 23:14:54 +02:00
Andrzej Stepien fdd6d11316 rewrite readme 2024-04-25 22:50:09 +02:00
Andrzej Stepien adf5215e16 stopped number from exceeding bounds of screen 2023-07-07 23:11:53 +02:00
Andrzej Stepien 03f6a7b8af styling 2023-07-07 20:42:27 +02:00
Andrzej Stepien 5d54f2985b styling mostly done 2023-07-07 19:28:27 +02:00
Andrzej Stepien da9924b7bd all tests pass! 2023-07-06 12:08:28 +02:00
Andrzej Stepien 4037be8b05 trying to nail that last test... 2023-07-06 00:21:30 +02:00
Andrzej Stepien bb48e5cf6d a,b calculations now working, but not a,b,c 2023-07-05 23:23:46 +02:00
Andrzej Stepien 6207015a7a scopes fixed 2023-07-05 20:48:13 +02:00
Andrzej Stepien c707e35a31 calc functions all placed within one data object in Calculator 2023-07-05 20:03:52 +02:00
Andrzej Stepien b6918fd7cc props drilled 2023-07-04 17:26:43 +02:00
Andrzej Stepien 6f61edc8ce fixed typos 2023-07-04 17:15:29 +02:00
Andrzej Stepien 8e12725629 throw error in handleInput 2023-07-04 17:13:24 +02:00
Andrzej Stepien 15e2006548 renamed 'input' to 'main' 2023-07-04 17:09:09 +02:00
Andrzej Stepien 38d008b050 operations callback table in Calculator 2023-07-04 17:01:52 +02:00
Andrzej Stepien 113aa388a1 Calculator logic started 2023-07-04 13:15:57 +02:00
Andrzej Stepien 91787ee98d button 2023-07-04 12:10:14 +02:00
Andrzej Stepien 38f43901ee added tests 2023-07-04 00:04:23 +02:00
Andrzej Stepien 48666a6043 stripped out default react gunk 2023-07-04 00:01:13 +02:00
Andrzej Stepien bb9a57477f gh pages 2023-07-03 23:52:52 +02:00
Andrzej Stepien 50c81b4003 Initialize project using Create React App 2023-07-03 23:44:05 +02:00