-
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
Showing
5 changed files
with
46 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.
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,23 @@ | ||
import { WhatsNewLayout } from '../../../components/WhatsNewLayout'; | ||
|
||
### Cross project goals | ||
|
||
Now you can link goal to multiple projects. | ||
|
||
![](/LinkGoalToAnotherProject.png) | ||
|
||
### Sidebar in GoalPreview like on GoalPage | ||
|
||
You can see information about goal on preiew without going to it's page. | ||
|
||
[](/GoalsPreviewSidebar.png) | ||
|
||
### One page for goals and projects | ||
|
||
Now only two variants in header: Dashboard(logo) and Explore: both have projects and goals. | ||
|
||
![](/GoalsAndProjectsPage.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,23 @@ | ||
import { WhatsNewLayout } from '../../../components/WhatsNewLayout'; | ||
|
||
### Кросс-проектные цели | ||
|
||
Теперь цель можно прилинковать к нескольким проектам. | ||
|
||
![](/LinkGoalToAnotherProject.png) | ||
|
||
### Сайдбар в превью цели как на странице цели | ||
|
||
Инфромацию по цели можно прочитать на превью цели, не переходя на ее страницу. | ||
|
||
[](/GoalsPreviewSidebar.png) | ||
|
||
### Одна страница для целей и проектов | ||
|
||
Только две кнопки в хэдере: Рабочий стол(логотип) и Обзор: на обоих и цели, и проекты. | ||
|
||
![](/GoalsAndProjectsPage.png) | ||
|
||
_Пользуйтесь, тестируйте. Оставить свой фидбек всегда можно по кнопке внизу любой страницы._ | ||
|
||
export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>; |