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

feat: edit tabs names #18

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

feat: edit tabs names #18

wants to merge 3 commits into from

Conversation

CarmitKl
Copy link
Contributor

@CarmitKl CarmitKl commented Jan 21, 2022

feature: Enable editing tabs' names.

  • Only 1 tab's name can be edited at a time.

  • DC for editing, also makes that tab 'active'.

  • The name gets saved in the context only at the 'EDIT_TAB_NAME' action,

  • Gets triggered at 'Enter' keypress or blur (not on each keypress).

  • The action triggers only if newTabName && newTabName !== prevTabName

  • NavItem.js got an inner state, perhaps should be moved in the folders-tree

  • Changes have been done against master branch, and PR does not conflict

  • Docs have been updated

  • PR title is follow the standard-version convention: <type>(optional subject): <description>, e.g: fix: minor typos in code

@CarmitKl CarmitKl linked an issue Jan 21, 2022 that may be closed by this pull request
@CarmitKl CarmitKl requested a review from dan-ziv January 23, 2022 05:52
@dan-ziv dan-ziv changed the base branch from master to dev January 23, 2022 13:40
@netlify
Copy link

netlify bot commented Nov 8, 2022

Deploy Preview for cairo-playground ready!

Name Link
🔨 Latest commit e0bab6f
🔍 Latest deploy log https://app.netlify.com/sites/cairo-playground/deploys/636a9422ef48b90008549f7a
😎 Deploy Preview https://deploy-preview-18--cairo-playground.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@dan-ziv dan-ziv closed this Nov 8, 2022
@netlify
Copy link

netlify bot commented Nov 8, 2022

Deploy Preview for starknet-playground ready!

Name Link
🔨 Latest commit e0bab6f
🔍 Latest deploy log https://app.netlify.com/sites/starknet-playground/deploys/636a942289be010009262f4a
😎 Deploy Preview https://deploy-preview-18--starknet-playground.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@dan-ziv dan-ziv reopened this Nov 8, 2022
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.

feat: edit tabs names
2 participants