-
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
ed20151
commit fcc2dfe
Showing
4 changed files
with
26 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,13 @@ | ||
import { WhatsNewLayout } from '../../../components/WhatsNewLayout'; | ||
|
||
### Added ability to sort by projects! | ||
|
||
![](/FilterByProjects.png) | ||
|
||
### Manual update state of linked Jira task! | ||
|
||
![](/ManuallyUpdatinLinkedTask.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,13 @@ | ||
import { WhatsNewLayout } from '../../../components/WhatsNewLayout'; | ||
|
||
### Добавлена возможность сортировки по проектам! | ||
|
||
![](/FilterByProjects.png) | ||
|
||
### Обновление состояния связанной задачи Jira вручную! | ||
|
||
![](/ManuallyUpdatinLinkedTask.png) | ||
|
||
_Пользуйтесь, тестируйте. Оставить свой фидбек всегда можно по кнопке внизу любой страницы._ | ||
|
||
export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>; |