Skip to content

Commit

Permalink
chore: whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov authored and 9teen90nine committed Aug 22, 2023
1 parent 16eef3d commit 114380b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Binary file added public/ActivePreset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ResetButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/pages/whatsnew/1.24.0/en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { WhatsNewLayout } from '../../../components/WhatsNewLayout';

### __Default filters preset__

We know how a lot of goals can be annoying.
Now we show only active goals on every page. Active means in active state: __Draft__, __InProgress__, __Blocked__, __AtRisk__.

![](/ActivePreset.png)

It works in the same way with user presets but by default. __In any time if you want you can reset default preset with reset button.__

![](/ResetButton.png)

_Use it and test. Leave feedback at any time via button in footer from any page._


export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>;
19 changes: 19 additions & 0 deletions src/pages/whatsnew/1.24.0/ru.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { WhatsNewLayout } from '../../../components/WhatsNewLayout';

### Фильтр целей по умолчанию

Мы как никто другой понимаем как огромное кол-во целей на рабочем столе и в проектах может раздражать.
Теперь мы показываем только активные цели по умолчанию.
Активные — значит в активном статусе: __Draft__, __InProgress__, __Blocked__, __AtRisk__.

![](/ActivePreset.png)

Это работает точно также как пользовательские пресеты фильтров только по умолчанию.
В любое время вы можете сбросить фильтры по кнопке "Сбросить".

![](/ResetButton.png)

_Use it and test. Leave feedback at any time via button in footer from any page._


export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>;

0 comments on commit 114380b

Please sign in to comment.