2021-03-19 00:23 | Remove analytics script | FIGBERT | 1 | +0 | -1 |
2021-03-03 01:29 | Update analytics script integrity hash | FIGBERT | 1 | +1 | -1 |
2021-02-06 21:40 | Remove keybase.txt | FIGBERT | 1 | +0 | -68 |
2021-01-05 01:02 | Update dependencies, .gitignore, and README.md | FIGBERT | 4 | +31332 | -6961 |
2020-09-22 07:07 | :whale: Change base image to node:alpine | FIGBERT | 1 | +2 | -3 |
2020-09-21 02:19 | :fire: Remove Netlify redirects file | FIGBERT | 1 | +0 | -4 |
2020-09-19 22:57 | :whale: Add Docker files and nginx config | FIGBERT | 3 | +33 | -0 |
2020-09-19 18:49 | :art: Move analytics to the head from body | FIGBERT | 1 | +1 | -1 |
2020-09-19 18:45 | :chart_with_upwards_trend: Move stats from GoatCounter to Umami | FIGBERT | 1 | +1 | -2 |
2020-09-19 18:40 | :fire: Remove yarn.lock | FIGBERT | 1 | +0 | -11117 |
2020-09-12 19:15 | Merge pull request #6 from FIGBERT/dependabot/npm_and_yarn/http-proxy-1.18.1 | FIGBERT | 1 | +10 | -12 |
2020-09-10 22:33 | Bump http-proxy from 1.18.0 to 1.18.1 | dependabot[bot] | 1 | +10 | -12 |
2020-08-14 03:51 | Merge pull request #5 from FIGBERT/dependabot/npm_and_yarn/serialize-javascript-4.0.0 | FIGBERT | 1 | +1717 | -916 |
2020-08-14 02:48 | Bump serialize-javascript from 1.9.1 to 4.0.0 | dependabot[bot] | 1 | +1717 | -916 |
2020-08-14 02:47 | :arrow_up: Upgrade dependencies | FIGBERT | 2 | +13396 | -4 |
2020-08-01 17:26 | Merge pull request #4 from FIGBERT/dependabot/npm_and_yarn/elliptic-6.5.3 | FIGBERT | 1 | +6 | -6 |
2020-08-01 07:07 | Bump elliptic from 6.5.2 to 6.5.3 | dependabot[bot] | 1 | +6 | -6 |
2020-06-07 21:16 | :lock: Merge pull request #3 from FIGBERT/dependabot/npm_and_yarn/websocket-extensions-0.1.4 | FIGBERT | 1 | +15 | -208 |
2020-06-07 14:35 | Bump websocket-extensions from 0.1.3 to 0.1.4 | dependabot[bot] | 1 | +15 | -208 |
2020-03-14 18:16 | :arrow_up: Upgrade all dependencies to fix security issues | therealFIGBERT | 1 | +1399 | -1323 |
2020-03-14 18:08 | Merge pull request #2 from therealFIGBERT/dependabot/npm_and_yarn/acorn-5.7.4 | therealFIGBERT | 1 | +3 | -3 |
2020-03-14 16:30 | Bump acorn from 5.7.3 to 5.7.4 | dependabot[bot] | 1 | +3 | -3 |
2020-01-28 07:09 | Add keybase proof | therealFIGBERT | 1 | +68 | -0 |
2020-01-27 22:36 | Update GoatCounter script | therealFIGBERT | 1 | +2 | -11 |
2020-01-20 01:34 | Add GoatCounter analytics script | therealFIGBERT | 1 | +11 | -0 |
2020-01-20 01:29 | Add redirect file for Netlify | therealFIGBERT | 1 | +4 | -0 |
2019-12-08 01:01 | Upgrade packages to their latest versions | therealFIGBERT | 1 | +448 | -342 |
2019-12-06 04:12 | Add ending whitespace line to files without one | therealFIGBERT | 7 | +9 | -16 |
2019-12-06 04:06 | Organize functions and props in the lowLevel js files | therealFIGBERT | 3 | +23 | -26 |
2019-12-06 03:54 | Organize functions and props in the highLevel js files | therealFIGBERT | 6 | +185 | -178 |
2019-12-06 03:39 | Limit simEQ vars to 5, increase input width, clear output on var change | therealFIGBERT | 2 | +6 | -3 |
2019-12-06 03:27 | Round all output to two decimal points, add variable names to the output screen | therealFIGBERT | 1 | +15 | -0 |
2019-12-05 23:32 | Add functionality to the simultaneous equation calculator | therealFIGBERT | 2 | +34 | -5 |
2019-12-04 17:24 | Add simultaneous equation solver graphics, add immutability-helper package | therealFIGBERT | 6 | +208 | -13 |
2019-12-03 05:03 | Add largeButton type 'range' for raising and lowering a provided value | therealFIGBERT | 2 | +54 | -6 |
2019-12-03 04:51 | Fix display error for multi-line outputs | therealFIGBERT | 2 | +27 | -7 |
2019-12-02 21:26 | Prepare project for Gaussian algorithm implementation | therealFIGBERT | 3 | +3 | -558 |
2019-12-02 21:10 | Add feature solving systems of equations with 2, 3, or 4 variables. | therealFIGBERT | 5 | +590 | -4 |
2019-12-01 00:03 | Fix error in button generation potentially causing errors. | therealFIGBERT | 2 | +2 | -0 |
2019-11-30 07:58 | Add polygon angle calculator | therealFIGBERT | 3 | +102 | -2 |
2019-11-28 21:55 | Update project README | therealFIGBERT | 1 | +12 | -2 |
2019-11-28 21:43 | Add consecutive number solver | therealFIGBERT | 3 | +151 | -0 |
2019-11-28 06:10 | Rename folders to better describe contents | therealFIGBERT | 15 | +319 | -319 |
2019-11-28 06:01 | Make code more modular and reusable, convert CSS to modular CSS, switch to yarn from npm | therealFIGBERT | 26 | +11018 | -14002 |
2019-11-26 06:01 | Add functionality to angular size/real size/distance calculator | therealFIGBERT | 1 | +52 | -6 |
2019-11-26 03:14 | Add angular size/real size/distance calculator graphics | therealFIGBERT | 6 | +244 | -1 |
2019-11-25 17:53 | Add error handling for NaN and null/undefined in basic calculator | therealFIGBERT | 1 | +3 | -0 |
2019-11-25 08:07 | Add mode select screen, fix calculator undefined errors | therealFIGBERT | 10 | +158 | -47 |
2019-11-25 06:14 | Renaming button css class | therealFIGBERT | 2 | +2 | -2 |
2019-11-25 05:15 | Add functionality to basic calculator, add missing calculator row, restructure calculator files | therealFIGBERT | 10 | +188 | -103 |
2019-11-24 07:22 | Merge all CSS into one file, add initial dynamic pad selection | therealFIGBERT | 5 | +78 | -63 |
2019-11-24 06:55 | Add mode button to basic pad | therealFIGBERT | 1 | +1 | -1 |
2019-11-24 06:50 | Add small margin between number and top border of calculator | therealFIGBERT | 1 | +1 | -1 |
2019-11-24 06:34 | Make calculator more responsive on desktop | therealFIGBERT | 3 | +21 | -19 |
2019-11-23 19:36 | Make the buttons clickable, move the font out of the components folder, move basicPad to calcPads folder | therealFIGBERT | 6 | +21 | -28 |
2019-11-23 02:25 | Separate BasicPad into calcPads.js, move inline background style into class | therealFIGBERT | 4 | +29 | -38 |
2019-11-23 01:55 | Add initial basic pad, migrating Tomorrow import into index.css | therealFIGBERT | 4 | +87 | -10 |
2019-11-22 17:44 | Create button component, modify calcOut prop types | therealFIGBERT | 2 | +28 | -2 |
2019-11-22 17:19 | Localize font, add PropTypes package, convert CSS calcOut id to subclass of CSS calc class, make calcOut a subclass of React.Component | therealFIGBERT | 5 | +33 | -8 |
2019-11-22 16:24 | Move App files into the components directory and merge with calculator.js | therealFIGBERT | 5 | +27 | -37 |
2019-11-22 05:49 | Add calculator output screen | therealFIGBERT | 4 | +46 | -1 |
2019-11-21 19:31 | Change background to dark red, update ReactDOM to fix display error | therealFIGBERT | 2 | +8 | -2 |
2019-11-21 07:40 | Reset to empty ReactJS app generated with create-react-app | therealFIGBERT | 27 | +13496 | -1464 |
2019-11-10 21:05 | Simplifying the consecutive number solver, camelcasing the CSS, and updating the Javascript syntax | therealFIGBERT | 11 | +235 | -362 |
2019-11-09 20:16 | Linting, updating, and clarifying JS, mildly beautifying the site, adding .gitignore | therealFIGBERT | 13 | +750 | -440 |
2019-09-24 22:28 | Fully implementing Size Calculator, upgrading Javascript syntax, and swapping linter to JSHint | therealFIGBERT | 8 | +72 | -35 |
2019-09-22 17:50 | Rudimentary size calculator, homescreen graphical overhaul, mild miscellaneous graphical changes | therealFIGBERT | 5 | +153 | -21 |
2019-09-20 17:53 | Condensing stylesheets and updating to BEM syntax, and correcting link addresses. | therealFIGBERT | 7 | +105 | -264 |
2019-06-18 06:06 | Updating homescreen graphics | therealFIGBERT | 2 | +13 | -7 |
2019-06-12 19:08 | Small syntax changes | therealFIGBERT | 1 | +1 | -1 |
2019-06-12 18:55 | Adding consecNum program | therealFIGBERT | 8 | +292 | -26 |
2019-06-11 17:35 | Finishing stage 1 | therealFIGBERT | 1 | +27 | -7 |
2019-06-11 06:53 | Updating code | therealFIGBERT | 3 | +109 | -241 |
2019-06-10 22:02 | Updating files | therealFIGBERT | 7 | +339 | -149 |
2019-06-01 04:28 | First commit | therealFIGBERT | 6 | +922 | -0 |