Skip to content

Commit

Permalink
Reinstate Enter icon on mobiles (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Jan 15, 2023
1 parent da56016 commit 9cf0509
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ This will run a demo version, which you can turn into a fully licenced version b

## Versions History

### Version 4.18.1 (hotfix)

- Reinstates the Enter icon on board input on mobiles (👏 Thanks to Hans K. for the idea)

### Version 4.18.0

- Self-Hosted: Adding the ability to merge users (migrating their data into another user). This is only available for self-hosted instances, through the Administration panel (👏 Thanks to Frank Becker for the idea)
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrospected/backend",
"version": "4.18.0",
"version": "4.18.1",
"license": "GNU GPLv3",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.18.0",
"version": "4.18.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrospected/frontend",
"version": "4.18.0",
"version": "4.18.1",
"license": "GNU GPLv3",
"private": true,
"dependencies": {
Expand Down
5 changes: 0 additions & 5 deletions frontend/src/views/game/board/Column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,6 @@ const EnterIcon = styled.div`
color: ${colors.deepPurple[500]};
}
}
@media (max-width: 600px) {
display: none;
visibility: hidden;
}
`;

const IconContainer = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retro-board-integration",
"version": "4.18.0",
"version": "4.18.1",
"description": "Integrations tests",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retrospected",
"version": "4.18.0",
"version": "4.18.1",
"description": "An agile retrospective board - Powering www.retrospected.com",
"private": true,
"scripts": {
Expand Down

0 comments on commit 9cf0509

Please sign in to comment.