Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add hrefs to code keywords | Dimitrii Dulgher | 2024-04-15 |
| | |||
* | Put nav at the bottom of the page, so it doesn't move around from lesson to ↵ | Jacob Fenton | 2024-04-03 |
| | | | | lesson. | ||
* | Revert "Put nav at the bottom of the page, so it doesn't move around from ↵ | Louis Pilfold | 2024-04-01 |
| | | | | | | lesson to lesson." This reverts commit 4d346ace41edd8a11fd90aa2928f801eea9b93a2. | ||
* | Put nav at the bottom of the page, so it doesn't move around from lesson to ↵ | Jacob Fenton | 2024-04-01 |
| | | | | lesson. | ||
* | Remove off brand transitions | Louis Pilfold | 2024-03-26 |
| | |||
* | Remove unclickable button and off brand animation | Louis Pilfold | 2024-03-26 |
| | | | | | | | | Closes https://github.com/gleam-lang/language-tour/issues/69 It would be nice to bring this menu back on mobile, but it needs design work for where the button would be placed and to be implemented in a way that works on touch devices. | ||
* | Remove off-brand transitions and mobile UI breaking link | Louis Pilfold | 2024-03-26 |
| | |||
* | Improve introduction of modules and imports | Louis Pilfold | 2024-03-26 |
| | | | | Thanks @RyanBrewer317! | ||
* | style: tweak light accent color for better accessibility | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak link color | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: snippet link margin | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: add breathing room between lesson paragraphs | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: seperate common page styles from lesson page styles | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: FOUC on /everyting when on dark theme | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: move everything css to separate file | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: format files | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: format css | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: highlight js gleam lang definition | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: move highlight.js core | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | syntax highlight regexes | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: add support for more color schemes | Jean-Nicolas Veigel | 2024-03-26 |
| | | | | toggle between light & dark variants | ||
* | feat: atom one dark / light generic declaration | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat(wip): add hljs for gleam | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix(style): remove empty ruleset | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak colors, hovers & snipets | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak light mode code block | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: replicate code bloc style, polish mobile table of contents | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: revert changes to playground & global navbar | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: mobile table of contents overlay | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak dim-bg class | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat(style): preserve style with original common colors | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix(css): revert common off-white color | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: revert common.css changes | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: more responsive & useful ui | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: add sugar, links, css & content to /everything page | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | Make content on single page (needs CSS and new name) | Louis Pilfold | 2024-03-26 |
| | |||
* | Revert "fix nav-bar on MS Edge" | Louis Pilfold | 2024-03-19 |
| | | | | This reverts commit 783b978c5f828a8c7df489bf96be5568b0658382. | ||
* | fix nav-bar on MS Edge | Ricardo Fernández Serrata | 2024-03-19 |
| | | | fixes #46 | ||
* | Add homepage link | domnantas | 2024-03-11 |
| | |||
* | Add dark mode support (#26) | Filip Figiel | 2024-03-06 |
| | |||
* | feat: use the new v1 logo | Filip Figiel | 2024-03-05 |
| | |||
* | Update to Gleam v1.0.0 | Louis Pilfold | 2024-03-04 |
| | |||
* | Simplify | Louis Pilfold | 2024-01-23 |
| | |||
* | Fix race condition in webworker logic (hopefully) | Daniel Sherlock | 2024-01-23 |
| | |||
* | Fix path | Louis Pilfold | 2024-01-19 |
| | |||
* | Avoid flooding the worker | Louis Pilfold | 2024-01-19 |
| | |||
* | Run compiler and code in web worker | Louis Pilfold | 2024-01-19 |
| | |||
* | Missing keywords | Louis Pilfold | 2024-01-18 |
| | |||
* | Rename | Louis Pilfold | 2024-01-18 |
| | |||
* | Multiline strings | Louis Pilfold | 2024-01-16 |
| | | | | Closes https://github.com/gleam-lang/try-gleam/issues/3 |