mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #599] [MERGED] Add tooltips to the note detail toolbar #810
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#810
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/599
Author: @laudep
Created: 8/27/2020
Status: ✅ Merged
Merged: 9/3/2020
Merged by: @Rokt33r
Base:
master← Head:feat/tooltips-notedetailtoolbar📝 Commits (9)
bdb9c51chore: Add extra texts for tooltips in NoteDetailToolbardfb4a93chore: Add title propcdddcdafeat: Add tooltips83e9f7dfeat: Add tooltips to folder navigatoree04570feat: Add tooltips to note detail toolbar9416a0arefactor: Move tooltip logic inside FolderNavItem component23be3d6Refactor NoteDetailNavigator8da54f6Rename allNote to allNotesa7c8af8FIx title and locales📊 Changes
20 files changed (+159 additions, -82 deletions)
View changed files
➕
src/components/atoms/NoteDetailNavigatorItem.tsx(+24 -0)📝
src/components/atoms/TagNavigatorListItem.tsx(+5 -0)📝
src/components/atoms/ToolbarIconButton.tsx(+4 -2)📝
src/components/molecules/NoteDetailNavigator.tsx(+61 -48)📝
src/components/molecules/NoteDetailTagNavigator.tsx(+5 -1)📝
src/components/molecules/NoteDetailToolbar.tsx(+25 -5)📝
src/components/molecules/TagListFragment.tsx(+1 -1)📝
src/locales/de.ts(+2 -2)📝
src/locales/enUS.ts(+11 -2)📝
src/locales/esES.ts(+2 -2)📝
src/locales/frFR.ts(+2 -2)📝
src/locales/itIT.ts(+2 -2)📝
src/locales/ja.ts(+2 -2)📝
src/locales/ko.ts(+2 -2)📝
src/locales/ptBR.ts(+2 -2)📝
src/locales/ukUA.ts(+2 -2)📝
src/locales/zhCN.ts(+2 -2)📝
src/locales/zhHK.ts(+2 -2)📝
src/locales/zhTW.ts(+2 -2)📝
src/mobile/components/molecules/TagListFragment.tsx(+1 -1)📄 Description
See #552
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.