Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Support for embeds and attachments. | 2018-07-29 | -1/+31 | |
| | ||||
* | scss linting errors resolved. | 2018-07-21 | -7/+11 | |
| | ||||
* | Another git hook test | 2018-07-21 | -1/+1 | |
| | ||||
* | Another git hook test | 2018-07-21 | -1/+1 | |
| | ||||
* | Another git hook test | 2018-07-21 | -1/+1 | |
| | ||||
* | Testing new git hook again | 2018-07-21 | -1/+1 | |
| | ||||
* | Testing new git hook | 2018-07-21 | -1/+1 | |
| | ||||
* | Fixing some linting problems with the SCSS | 2018-07-21 | -10/+10 | |
| | ||||
* | Completed the clean API and the clean frontend. | 2018-07-21 | -0/+23 | |
| | ||||
* | Revamp jam index, add winner team staff backend and user frontend | 2018-07-04 | -1/+82 | |
| | ||||
* | [Jams] Fix margin on theme label | 2018-06-24 | -0/+4 | |
| | ||||
* | [Jams/Teams] Replace user Discord button with avatar link | 2018-06-23 | -2/+10 | |
| | ||||
* | [Jams/Teams] Reduce participant card padding | 2018-06-23 | -1/+1 | |
| | ||||
* | Fix scss lint | 2018-06-22 | -29/+33 | |
| | ||||
* | Updated team lists, jam team list, added buttons to team view | 2018-06-22 | -0/+39 | |
| | ||||
* | Start work on Gitlab activity feed | 2018-06-22 | -7/+75 | |
| | ||||
* | Fix participant list styling | 2018-06-20 | -1/+11 | |
| | ||||
* | Basic team information in team page + failed attempt at scss | 2018-06-20 | -0/+14 | |
| | ||||
* | [Jams] EasyList was blocking the JetBrains logo | 2018-06-19 | -1/+1 | |
| | ||||
* | Small styling fix for applications page | 2018-06-19 | -0/+4 | |
| | ||||
* | Remove extraneous code | 2018-06-18 | -16/+0 | |
| | ||||
* | Partner updates | 2018-06-18 | -0/+16 | |
| | ||||
* | Backend for team assignment | 2018-06-17 | -1/+17 | |
| | ||||
* | [Jams] User ID and avatar on approvals page | 2018-06-12 | -0/+4 | |
| | ||||
* | [Jams] Approvals interface | 2018-06-12 | -6/+117 | |
| | ||||
* | Fix RST table styling and add fira-code text role | 2018-06-08 | -0/+4 | |
| | ||||
* | Move editor sizing SCSS to uses-rst class | 2018-06-07 | -5/+5 | |
| | ||||
* | Move from CSS to SCSS (#86) | 2018-06-05 | -0/+23495 | |
* Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss |