Skip to content

Commit

Permalink
release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kortirso committed Apr 3, 2024
1 parent d712adb commit c0c7a7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.2.5] - 2024-04-03
### Added
- create users with only username
- caching for frontend
Expand Down
7 changes: 5 additions & 2 deletions app/views/controllers/welcome/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<%= render PageWrappers::GuestComponent.new do %>
<% cache(['welcome_index_v3', Current.user&.id, I18n.locale], expires_in: 24.hours) do %>
<section class="grid grid-cols-1 xl:grid-cols-2 gap-8 mx-auto mt-16 mb-16 xl:my-28">
<% cache(['welcome_index_v4', Current.user&.id, I18n.locale], expires_in: 24.hours) do %>
<section class="flex">
<p class="mt-4 mx-auto py-4 px-8 border border-stone-200 rounded"><%= t('views.welcome.beta') %></p>
</section>
<section class="grid grid-cols-1 xl:grid-cols-2 gap-8 mx-auto mt-16 mb-16 xl:mt-20 xl:mb-28">
<div class="flex-1 flex flex-col justify-center lg:pr-16">
<h1 class="text-center lg:text-left"><%= t('views.welcome.title') %></h1>
<p class="text-lg leading-8 mb-4 text-center lg:text-left"><%= t('views.welcome.description') %></p>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ en:
identity_created: identity is created
notifications_title: Notifications
welcome:
beta: Fantasy Sports is in beta testing
title: Free to play fantasy sport games with friends
home: Draft players
description: Fantasy Sports gives you the opportunity to run your own teams of professional players from across the leagues and receive points based on their performance in games each week. Join with friends in leagues and find whose team is the best.
Expand Down
1 change: 1 addition & 0 deletions config/locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ ru:
identity_created: просоединён
notifications_title: Уведомления
welcome:
beta: Fantasy Sports находится в стадии бета-тестирования
title: Соревнуйтесь с друзьями в фэнтези спорте
home: Драфт игроков
description: FantasySports позволяет вам создавать свои фэнтези команды из профессиональных игроков и получать очки на основе их эффективности в реальных играх сезона. Объединяйтесь с друзьями в лиги и соревнуйтесь, у кого лучше команда.
Expand Down

0 comments on commit c0c7a7d

Please sign in to comment.