Skip to content

Feature/add tile dialog#1091

Closed
tomivm wants to merge 12 commits intocboard-org:masterfrom
tomivm:feature/add-tile-dialog
Closed

Feature/add tile dialog#1091
tomivm wants to merge 12 commits intocboard-org:masterfrom
tomivm:feature/add-tile-dialog

Conversation

@tomivm
Copy link
Copy Markdown
Collaborator

@tomivm tomivm commented Dec 6, 2021

This feature allows users to add tiles Faster.
If the board is fixed. is possible to add tiles on a wanted position.
A Keyboard plugin is needed for a proper merge of the feature. See the PR cboard-org/ccboard#21

const { isKeyboardOpen, keyboardHeight } = this.state.keyboard;

const dialogContentStyle = () => {
if (isKeyboardOpen && isAndroid) {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

isAndroid its a function that should be called

@tomivm
Copy link
Copy Markdown
Collaborator Author

tomivm commented May 26, 2025

This feature is awesome, but this branch has become too old to be maintained. It have so many conflicts now. It can be useful as a reference for a new PR to make #1061
I prefer to close this and have a new PR to solve it

@tomivm tomivm closed this May 26, 2025
@tomivm tomivm deleted the feature/add-tile-dialog branch May 26, 2025 13:18
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.

New add tile dialog

1 participant