Все отчёты
Отчёты Агрикола
#43789: "Add button to display all played cards with full detail"
inforequest: Разработчики хотели бы получить больше информации об этом предложении
О чём этот отчёт?
Что произошло? Пожалуйста, выберите из нижеследующего
Предложение: по моему мнению, это действительно улучшит реализацию игры
Подробное описание
• Пожалуйста, точно и кратко опишите своё предложение, чтобы сделать его наиболее доступным для понимания.
At some point it hard to remember all card effects. And instead of clicking on all my played cards one by one, it would be nice to have a button to show all played cards (improvements and occupations) at once with full detail.• Какой браузер вы используете?
Mozilla v5
История отчёта
26 июн 2021 21:16 •
vincentt • Разработчики хотели бы получить больше информации об этом предложении:
14 июл 2021 14:05 • Hi
You have a tooltip to show all the information.
Why would you need this?
You have a tooltip to show all the information.
Why would you need this?
impeira • Разработчики хотели бы получить больше информации об этом предложении:
14 июл 2021 23:09 • Maybe it is only a personal preference, but to hover (with delay) or long tab over 5 or more cards can feels a bit annoying. Particularly when playing (multiple) turn-based games where I have to remind myself what I was doing and what the status quo was.
A "show all played cards" modal window would be more pleasant to use, thats all.
A "show all played cards" modal window would be more pleasant to use, thats all.
pebblefloor • Разработчики хотели бы получить больше информации об этом предложении:
25 авг 2021 7:15 • It would be great to be able to display all cards in full detail (including on other player boards), especially if I do not have all the cards memorized.
KKuchen • Разработчики хотели бы получить больше информации об этом предложении:
9 сен 2021 0:25 • Yes. This would be helpful. I wish it was like for the cards that are not yet bought.
dragonbane • Разработчики хотели бы получить больше информации об этом предложении:
9 ноя 2021 1:57 • Alternately, have a setting option to show either the image (card tops, current implementation) or the text (Card bottoms + title), leaving the hover-over the same.
pebblefloor • Разработчики хотели бы получить больше информации об этом предложении:
21 фев 2022 15:15 • For others interested in this, an ugly workaround:
.bgagame-agricola .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
Attach to your favourite CSS injector addon, toggle on and off to see card text.
.bgagame-agricola .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
Attach to your favourite CSS injector addon, toggle on and off to see card text.
pebblefloor • Разработчики хотели бы получить больше информации об этом предложении:
21 фев 2022 15:17 • Whoops:
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
pebblefloor • Разработчики хотели бы получить больше информации об этом предложении:
21 фев 2022 16:12 • Based on gaming group feedback, some CSS that replaces the background texture with a semitransparent one, so you don't even have to pop up the tooltip to see the card art:
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px!important;
top:83px!important;
background-color:rgba(232,227,146,0.75)!important;
background-image:none!important;
text-shadow:1px 1px 4px rgba(255,255,255,1)!important;
}
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px!important;
top:83px!important;
background-color:rgba(232,227,146,0.75)!important;
background-image:none!important;
text-shadow:1px 1px 4px rgba(255,255,255,1)!important;
}
Добавить что-нибудь к этому отчёту
Пожалуйста, укажите всё, что вам кажется значительным для воспроизведения этой ошибки или понимания вашего предложения:
- Другой номер игрового стола / номер хода
- Помогло ли решить проблему нажатие F5?
- Случилась ли проблема несколько раз? Постоянно? От случая к случаю?
- Если у вас есть снимок экрана с этой ошибкой (хорошая привычка), вы можете воспользоваться Imgur.com, чтобы загрузить его и вставить сюда ссылку.