mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #2056] [FR] Show a toast after copying the path #827
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#827
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?
Originally created by @LucasXu0 on GitHub (Mar 21, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2056
Originally assigned to: @Sudhanva-Nadiger on GitHub.
Description
Show a toast after double tapping to let the users know the path has been copied successfully.
Impact
Users who copy the data path.
Additional Context
Please refer to:
settings_file_customize_location_view.dart@Sudhanva-Nadiger commented on GitHub (Mar 21, 2023):
And tapping doesn't seem appropriate word in desktop mode, isn't it !
I suppose, it can be double click!
@LucasXu0 commented on GitHub (Mar 21, 2023):
@Sudhanva-Nadiger. What's the difference between double tap and double click in desktop mode?
@Sudhanva-Nadiger commented on GitHub (Mar 21, 2023):
Tapping is in Mobile noe ?
@bijaykumarpun commented on GitHub (Mar 21, 2023):
@Sudhanva-Nadiger @LucasXu0, I'm wondering if a single click would suffice?
@LucasXu0 commented on GitHub (Mar 21, 2023):
@BijayKumarPun. I think a single click would cause a misoperation.
@Sudhanva-Nadiger commented on GitHub (Mar 21, 2023):
@LucasXu0 can I take this issue ?
@Sudhanva-Nadiger commented on GitHub (Mar 26, 2023):
https://user-images.githubusercontent.com/93595710/227791085-65ebf769-92fb-4b6f-b075-696f1eda18fa.mp4
HI @a-wallen
Why this approach is used?
how the above implementation is done?
if any changes required or can I make a pr for this ?
@Xazin commented on GitHub (Mar 26, 2023):
I believe the best way to do it, is to have a ScaffoldMessenger inside the Dialog itself, I'll make a commit in a moment showing you what I mean.
@Sudhanva-Nadiger commented on GitHub (Mar 26, 2023):
Heyy !
I tried that ! When double tapped I tried to show a scaffold messenger.showSnackbar !
It did not work (as in it was appearing below the dialog box)
@Xazin commented on GitHub (Mar 26, 2023):
I just need to fix one minor thing with my setup, it's working as I anticipated.
I will tag you when it's done.
@Xazin commented on GitHub (Mar 26, 2023):
@Sudhanva-Nadiger #2114
@Sudhanva-Nadiger commented on GitHub (Mar 27, 2023):
great!
@annieappflowy commented on GitHub (Apr 3, 2023):
@Sudhanva-Nadiger , is this done?
@Xazin commented on GitHub (Apr 3, 2023):
@annieappflowy my PR for this was merged yes. See #2114
@a-wallen commented on GitHub (Apr 3, 2023):
@annieappflowy please review https://github.com/AppFlowy-IO/AppFlowy/pull/2151 when you get the chance. Its a PR template that will remind contributors to mark their PRs with the
fixeskeyword so that these issues are closed when the PR lands.