feature/file upload - #160
Open
Dustin Pham (DustinPham) wants to merge 27 commits into
Open
Conversation
Dustin Pham (DustinPham)
requested a review
from Ryan Bower (R-Bower)
as a code owner
February 5, 2026 01:44
Dustin Pham (DustinPham)
force-pushed
the
feature/file-upload
branch
7 times, most recently
from
February 10, 2026 04:10
0ad1d99 to
f2e167e
Compare
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…import Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…ionality to hide dropzone and replace with item group Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…ot showing and being wrong size Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…nge file icon to layers Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…op in react implementation Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…rror demo for angular Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…ext demo, remove duped doc content Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
- Fix data-invalid attribute using wrong property (disabled -> invalid) - Add lastModified to file equality check for better duplicate detection - Fix memory leak by properly unsubscribing from fileChanged output - Remove duplicate IconDirective import in module Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…dings Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
…ileChange callback data Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
Dustin Pham (DustinPham)
force-pushed
the
feature/file-upload
branch
from
February 14, 2026 00:07
f2e167e to
26551de
Compare
…ally marked ready for dev) Signed-off-by: Dustin Pham <dustinpham95@gmail.com>
|
This pull request has been marked as stale due to 60 days of inactivity. To prevent automatic closure in 10 days, remove the stale label or add a comment. You can reopen a closed pull request at any time. |
|
This pull request has been marked as stale due to 60 days of inactivity. To prevent automatic closure in 10 days, remove the stale label or add a comment. You can reopen a closed pull request at any time. |
This file contains hidden or 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
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.
implementation of file upload in angular and react
TODO: