Skip to content

Commit

Permalink
chore: whats new for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nyet-ty committed Oct 16, 2023
1 parent 303c5ae commit 7801938
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
Binary file added public/GoalsAndProjectsPage.jpg
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/GoalsPreviewSidebar.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/LinkGoalToAnotherProject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/pages/whatsnew/2.0.0/en.mdx
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>;
23 changes: 23 additions & 0 deletions src/pages/whatsnew/2.0.0/ru.mdx
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>;

0 comments on commit 7801938

Please sign in to comment.