| Removed symlinks from the repo | Pablo | 4 | +3 | -6 |
| Fixed the PWA webmanifest | Pablo | 9 | +242 | -233 |
| Removed unnecessary file from the repo | Pablo | 1 | +0 | -0 |
| Fixed minor styling bug that affected Chrome-based browsers | Pablo Emilio Escobar Gaviria | 1 | +5 | -0 |
| Minor tweaks to the UI | Pablo Emilio Escobar Gaviria | 2 | +3 | -4 |
| Refactored the CSS to avoid a cross-origin-request issue with the fonts used in the website | Pablo Emilio Escobar Gaviria | 3 | +204 | -204 |
| Formatted the SVG icons | Pablo Emilio Escobar Gaviria | 4 | +734 | -384 |
| Updated the README and the licensing information | Pablo Emilio Escobar Gaviria | 5 | +685 | -16 |
| Updated the icons | Pablo Emilio Escobar Gaviria | 2 | +8 | -4 |
| Made it so that the text editor is properly indented according to the length of the output | Pablo Emilio Escobar Gaviria | 2 | +31 | -13 |
| Updated the icons | Pablo Emilio Escobar Gaviria | 3 | +379 | -142 |
| Started working on vectorizing Caubi's art | Pablo Emilio Escobar Gaviria | 1 | +6 | -151 |
| Minor improvments | Pablo Emilio Escobar Gaviria | 2 | +13 | -3 |
| Added line in Makefile to compress the output of `elm make` | Pablo Emilio Escobar Gaviria | 3 | +16 | -16 |
| Moved things around | Pablo Emilio Escobar Gaviria | 7 | +259 | -342 |
| Created a little utility for formatting SVG path strings | Pablo Emilio Escobar Gaviria | 3 | +282 | -16 |
| Formatted the Elm code | Pablo Emilio Escobar Gaviria | 5 | +87 | -83 |
| Fixed the styling of the <noscript> text | Pablo Emilio Escobar Gaviria | 2 | +10 | -10 |
| Added copyright information in the icons & removed unecessary files from the repo | Pablo Emilio Escobar Gaviria | 6 | +2 | -13 |
| Styled the content of the <noscript> tag | Pablo Emilio Escobar Gaviria | 2 | +18 | -1 |
| Changed the icons (they were made by Kalbi) | Pablo Emilio Escobar Gaviria | 4 | +8 | -5 |
| Organized the repository | Pablo Emilio Escobar Gaviria | 6 | +9 | -8 |
| Improved accessibility and removed the title bar | Pablo Emilio Escobar Gaviria | 5 | +36 | -33 |
| Worked on making the app more accessible | Pablo Emilio Escobar Gaviria | 5 | +38 | -8403 |
| Worked on porting the app to my personal website | Pablo Emilio Escobar Gaviria | 11 | +1004 | -949 |
| Started working on porting the app to my personal website | Pablo Emilio Escobar Gaviria | 7 | +8463 | -115 |
| Removed unnecessary files from repo. | Pablo Escobar Gaviria | 12 | +42 | -112 |
| Restructured the app icon scheme. | Pablo Escobar Gaviria | 3 | +18 | -11 |
| Added `index.html` and `script.min.js` from the repo. | Pablo Escobar Gaviria | 2 | +33 | -0 |
| Removed `index.html` and `script.min.js` from the repo. | Pablo Escobar Gaviria | 2 | +0 | -36 |
| Simplified the build process and fixed `script.min.js`. | Pablo Escobar Gaviria | 3 | +14 | -18 |
| Fixed `index.html` and `script.min.js`. | Pablo Escobar Gaviria | 2 | +36 | -4 |
| Updated elm-syntax-highlight to version 3.1.1 | Pablo Escobar Gaviria | 17 | +437 | -436 |
| Simplifyed the build pipeline and the icon scheme. | Gark Garcia | 14 | +40 | -95 |
| Restyled the Chrome PWA. | Gark Garcia | 1 | +1 | -1 |
| Refactored manifest.json | Gark Garcia | 4 | +39 | -5 |
| Moved manifest.json to the site's root. | Gark Garcia | 4 | +24 | -24 |
| Made the app into a Chrome PWA. | Gark Garcia | 3 | +24 | -2 |
| Redesigned the github icon. | Gark Garcia | 2 | +1 | -4 |
| Redesigned the application's icons. | Gark Garcia | 10 | +25 | -25 |
| Adressed boolean blindness. | Gark Garcia | 4 | +58 | -21 |
| Improved accessibility across the app. | Gark Garcia | 2 | +20 | -18 |
| Redesigned the error icon. | Gark Garcia | 4 | +26 | -13 |
| Redesigned the error icon. | Gark Garcia | 2 | +6 | -8 |
| Made it so that the website is only displayed after the http resquest is resolved. | Gark Garcia | 4 | +27 | -6 |
| Removed the red-coloring functionality. | Gark Garcia | 13 | +47 | -226 |
| Improved compatibility across browsers. | Gark Garcia | 1 | +6 | -5 |
| Fixed minor visual bugs in styles.css. | Gark Garcia | 6 | +12 | -10 |
| Fixed minor erros in styles.css. Cleaned opaque.svg and transparent.svg. | Gark Garcia | 4 | +10 | -17 |
| Recolored the app's icon. | Gark Garcia | 15 | +5 | -5 |
| Patched icon paths. | Gark Garcia | 2 | +14 | -14 |
| Adicionado uma marca de copyright no cabeçalho do site. | Gark Garcia | 4 | +38 | -13 |
| Redesigned the app's icon. | Gark Garcia | 19 | +106 | -11 |
| Refactored the Icon.popResult function. | Gark Garcia | 5 | +19 | -23 |
| Transfered most of the icon loading functionalities to a separate module. | Gark Garcia | 3 | +99 | -54 |
| Fixed the height of the picture display on portrait orientation devices. | Gark Garcia | 2 | +11 | -16 |
| Made it so that the app is only displayed after the entirety of the assets have been loaded. | Gark Garcia | 7 | +41 | -21 |
| Implemented intelligent loading for the icons. | Gark Garcia | 6 | +117 | -70 |
| Restyled the svg icons. | Gark Garcia | 13 | +51 | -57 |
| Corrected visual bugs in css. | Gark Garcia | 1 | +8 | -1 |
| Optimized rendering by using Html.Lazy.lazy. | Gark Garcia | 4 | +64 | -39 |
| Incoporated the 'Shades of Purple' VsCode theme into the main app's design. | Gark Garcia | 5 | +35 | -32 |
| Updated the comment in example.svg | Gark Garcia | 2 | +3 | -3 |
| Restyled the syntax-highlighted components. | Gark Garcia | 1 | +10 | -12 |
| Finished implementing syntax-highlighting. | Gark Garcia | 5 | +119 | -73 |
| Started working on a syntax-highlighted editor. | Gark Garcia | 5 | +79 | -24 |
| Added a comment to 'example.svg'. | Gark Garcia | 2 | +12 | -8 |
| Converted the svg icons to a stroke style and standardized their stroke-width property. | Gark Garcia | 7 | +38 | -42 |
| Made it so that the buttons don't overlay the main image. | Gark Garcia | 3 | +24 | -54 |
| Redesigned the interface to better accomodate for smaller screens. | Gark Garcia | 15 | +170 | -4173 |
| Packaged the app for it's first public release. | Gark Garcia | 7 | +2049 | -8 |
| Made the example svg file dinamically imported. | Gark Garcia | 12 | +2161 | -74 |
| Initial commit. | Gark Garcia | 14 | +549 | -0 |