Skip to content

Commit

Permalink
release: v1.1.0 (#28)
Browse files Browse the repository at this point in the history
* docs: update README

* chore(deps): bump async from 2.6.3 to 2.6.4 (#18)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: mobile responsive design (#11)

* feat: mobile responsive design

* fix: re-centered recap table

* fix: improved timer visuals on mobile

* fix(ExtendedCorrection): remove internal IDs from results file

Closes #15

* feat(ExtendedCorrection): allow users to view solutions in results pdf

* fix: remove opt-in checkbox, as per Telegram request

Reviewed on Telegram, PR not necessary
Closes #14

* fix: add ribbon on development website

Ref #20

* fix: recap table getting cut on mobile (#23)

* fix(ExtendedCorrection): remove line about question IDs

* feat: add way to start a new test from results (#22)

* feat: add way to start a new test from results

* fixed button margin & component

* fix: minor style change

Co-authored-by: Federico Grandi <[email protected]>

* fix(Footer): fix "Home" link (#24)

* fix(QPreview): add attachments preview

Closes #19

* fix: all links now replace history entries (#27)

* fix: all links now replace history entries

* removed unused import

* feat(About): update contributors list

* fix: replace URL on all navigation

Ref 82109b9

* fix: hide Footer on INFO-end

Ref #25

* fix(About): separate name from prefix

* chore: bump version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommaso Morganti <[email protected]>
  • Loading branch information
3 people authored Apr 30, 2022
1 parent ea30467 commit b3aa325
Show file tree
Hide file tree
Showing 20 changed files with 600 additions and 171 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The project is entirely managed by students, it is not affiliated with Politecni

- This repo contains the source code of the web app hosted at [tol.polinetwork.org](https://tol.polinetwork.org/).
This is supposed to be the main repo, and any issue or discussion should be opened here.
This repo hosts a GitHub Pages website too, but it only redirects to the actual one.
- The [website repo](https://github.com/thetolproject/thetolproject.github.io) only contains a build that is automatically generated by the [`deploy` workflow](https://github.com/PoliNetworkOrg/TheTOLProject/blob/main/.github/workflows/deploy.yml).
This repo hosts a [GitHub Pages website](https://polinetworkorg.github.io/TheTOLProject/) too, which is the development build from the [`main`](https://github.com/PoliNetworkOrg/TheTOLProject/tree/main) branch, automatically generated by the [`deploy` workflow](https://github.com/PoliNetworkOrg/TheTOLProject/blob/main/.github/workflows/deploy.yml).
- The [website repo](https://github.com/thetolproject/thetolproject.github.io) only contains the production build from the [`stable`](https://github.com/PoliNetworkOrg/TheTOLProject/tree/stable) branch, automatically generated by the [`deploy` workflow](https://github.com/PoliNetworkOrg/TheTOLProject/blob/main/.github/workflows/deploy.yml).
Any issue and/or proposal related to the website should be submitted to this repository.
- The [database repo](https://github.com/PoliNetworkOrg/TheTOLProjectData) that only hosts the compiled database.
As with the website repo, any issue with the database should be reported here.
Expand Down
155 changes: 151 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-tol-project",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"homepage": "https://tol.polinetwork.org/",
"scripts": {
Expand Down Expand Up @@ -46,6 +46,7 @@
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-latex": "^2.0.0",
"react-ribbons": "github:EndBug/react-ribbons#custom",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-timer-hook": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<title>The TOL Project</title>
<link href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.8/katex.min.css" rel="stylesheet" />
</head>
<body style="margin-top: 0;">
<body style="margin: 0">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
Expand Down
Loading

0 comments on commit b3aa325

Please sign in to comment.