mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #810] [CLOSED] Add Tooltip component #919
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#919
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/810
Author: @Komediruzecki
Created: 2/23/2021
Status: ❌ Closed
Base:
master← Head:feature/improve-tooltip-handling📝 Commits (1)
a2881c7Add Tooltip component📊 Changes
13 files changed (+312 additions, -47 deletions)
View changed files
📝
src/components/atoms/BottomBarButton.tsx(+8 -3)➕
src/components/atoms/GeneralPortal.tsx(+31 -0)📝
src/components/atoms/NavigatorButton.tsx(+10 -8)📝
src/components/atoms/ToolbarButton.tsx(+12 -10)📝
src/components/atoms/ToolbarIconButton.tsx(+12 -10)➕
src/components/atoms/Tooltip.tsx(+189 -0)📝
src/components/molecules/EditorIndentationStatus.tsx(+6 -1)📝
src/components/molecules/EditorKeyMapSelect.tsx(+6 -1)📝
src/components/molecules/EditorThemeSelect.tsx(+6 -1)📝
src/components/molecules/FolderNavigatorItem.tsx(+3 -2)📝
src/components/molecules/NotePageToolbarNoteHeader.tsx(+16 -11)📝
src/components/organisms/NotePageToolbar.tsx(+2 -0)📝
src/locales/enUS.ts(+11 -0)📄 Description
Add Tooltip component (#552)
Few examples of how it looks:






I left the coloring and styling to whoever can make it work and used tooltip background color available in the theme.
In this (blackish) color arrow is sometimes not seen so clearly and on a dark background, it would also be a bit harder to spot. Meaning separate colors for each theme (black/white/sepia) could be used, an example of that would be something like this:
The non-transparent color would also help I think.
Tested in
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.