Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/Manage views and URLs #126

Merged
merged 40 commits into from
Apr 1, 2024
Merged

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Mar 31, 2024

In this PR the different cases and views are handled.

  • To create a 'new board' the view is:
image
  • To edit the new board the view is: (this board is saved on the store as a stash
image
  • To open a saved boards by ID
image

Close #120

@tomivm tomivm added the enhancement New feature or request label Mar 31, 2024
@tomivm tomivm self-assigned this Mar 31, 2024
Copy link
Collaborator

@maxicapodacqua maxicapodacqua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this as we are close to the deadline, make sure we re-work this solution as some parts of the code are become harder to read, and it's using interface instead of types

import History from '../history/History';
import { useShallow } from 'zustand/react/shallow';

interface TabPanelProps {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to type instead

import { NextIntlClientProvider, useMessages } from 'next-intl';
import pick from 'lodash.pick';

export default function IntlWrapperForAsync({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can change the function name to IntlAsyncComponentProvider

@RodriSanchez1 RodriSanchez1 merged commit 9becaef into main Apr 1, 2024
1 check passed
@RodriSanchez1 RodriSanchez1 deleted the feature/capture-dashboard-url branch April 1, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load saved Boards from URL
3 participants