forked from nextcloud/ios
-
Notifications
You must be signed in to change notification settings - Fork 2
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
NMC/2341 - NCTrashView #95
Open
TSI-shwetawaikar
wants to merge
1
commit into
master
Choose a base branch
from
nmc/2341-Trash-view
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TSI-shwetawaikar
changed the title
nmc/2341 NCTrash Grid cell selection changes
nmc/2341 NCTrashView
Jun 28, 2023
@@ -84,7 +84,7 @@ extension NCTrash: UICollectionViewDataSource { | |||
cell = listCell | |||
} else { | |||
// GRID | |||
guard let gridCell = collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as? NCGridCell else { return UICollectionViewCell() } | |||
guard let gridCell = collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as? NCTrashGridCell else { return UICollectionViewCell() } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Wherever existing code is customized. Put a comment above mentioning "MagentaCloud Customization" to identify our customization during code conflict. It will also help new developers.
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
2 times, most recently
from
July 19, 2023 12:47
2e1dab3
to
8f09012
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
October 11, 2023 07:47
ab842df
to
372c941
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
November 27, 2023 05:13
76d5c9d
to
563521a
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
December 5, 2023 11:55
cf926aa
to
d0d8d29
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
December 26, 2023 11:40
10583aa
to
9d0e7b0
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
February 19, 2024 10:20
aa60ea4
to
a3f7492
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
2 times, most recently
from
March 19, 2024 06:42
aed7af8
to
8336512
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
April 8, 2024 10:43
78d90c5
to
b49fa7f
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
April 15, 2024 12:11
27fc96c
to
2292999
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
May 20, 2024 09:19
2292999
to
858f534
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
July 22, 2024 08:00
858f534
to
8b07af6
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/2341-Trash-view
branch
from
August 27, 2024 08:31
8b07af6
to
20d808f
Compare
harshada-15-tsys
force-pushed
the
nmc/2341-Trash-view
branch
from
November 14, 2024 09:22
20d808f
to
a3360b9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this PR:
We have added some changes related to Grid View selection in "Deleted files" section in More Tab.