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

EditDialog: Improve tabs #912

Merged
merged 1 commit into from
Jan 29, 2025
Merged

EditDialog: Improve tabs #912

merged 1 commit into from
Jan 29, 2025

Conversation

jvaclavik
Copy link
Collaborator

Description

Example links

Screenshots

image

Checklist

  • dark mode / light mode
  • mobile / desktop
  • server-side-rendering (SSR)
  • all texts are localized (in vocabulary.ts)

Copy link

vercel bot commented Jan 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
osmapp ✅ Ready (Inspect) Visit Preview Jan 29, 2025 9:21pm


const RenderTabLabel = ({ item: { shortId, tags } }) => {
const [preset, setPreset] = useState('');
const { feature } = useFeatureContext();
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is not good, but I don't know how to do it without feature 🤷‍♂️ @zbycz

@jvaclavik jvaclavik force-pushed the edit-dialog-improve-tabs branch from a3de07c to f9967f5 Compare January 29, 2025 21:19
@jvaclavik jvaclavik merged commit dde3e5d into master Jan 29, 2025
3 checks passed
@jvaclavik jvaclavik deleted the edit-dialog-improve-tabs branch January 29, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant