-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16eef3d
commit 114380b
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>; |