mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #436] Home navigation causes web to refresh #338
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#338
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 @ajarzyn on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/ciur/papermerge/issues/436
Originally assigned to: @ciur on GitHub.
Description
Causes whole app to refresh.
Expected
No refresh of the web (loosing focus of what user was actually doing).
Actual
Navigation though lower level folders is handled well.
Example directory structure:
Navigating from child to parent - no refresh
Navigating from parent to child - no refresh
Navigating from any point to Home - refresh
Info:
Additional info
Using this occasion I would like to notice that there is no
..button to navigate to parent directory. Which would be a nice feature (if you would like me to create another issue - feature request - for this let me know).@ciur commented on GitHub (Dec 15, 2021):
@ajarzyn thank you for opening this bug. This problem actually "was fixed " in upcoming 2.1 release. I recorded a short screencast which demos exactly this part (no reloads).
"was fixed" is in quotes because the I rewrote the whole frontend in emberjs - which is a frontend framework with reactive pattern - which basically takes care exactly of the problem you described - the whole frontend application is a single web app and it works without reloads.
I will keep this bug open until release 2.1 will be out.
About
..button is actually a good idea. If you like you can open a separate bug for that issue, I will gladly add that feature to next release.The source code for new, reactive pattern based frontend, is here. Notice there are no release tags or whatsoever - as I started working on it in September.
@ajarzyn commented on GitHub (Dec 15, 2021):
Thank you for showing me the video. 2.1 really looks grate can't wait to test it already.
I've created #437 for
..feature (I do not think it's a bug).I've looked into history, and your activity stream, you are busy man. I do not know how you find the time for all of that.
Best of luck to you.
@ciur commented on GitHub (Jul 31, 2022):
Feature is available in 2.1.0a35.
Basically now frontend (i.e. user web interface) is implemented as "single page application" and it "does not reload whole content again" while nagivating.
Here is a quick demo:
