Skip to content
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

feat: file grid #2564

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
02f4ec6
feat: add breadcrumb and folder navigation to file list
gavinbarron Jan 5, 2023
ef3227f
Merge branch 'next/enhanced-file-list' into feat/file-list-enhancements
gavinbarron Feb 7, 2023
b769f39
feat: theme toggle control
gavinbarron Feb 9, 2023
6149a58
feat: add generic breadcrumb component
gavinbarron Feb 9, 2023
a4d4c0e
renamed toggle component
gavinbarron Feb 9, 2023
badd280
fixing broken stories
gavinbarron Feb 9, 2023
1d08034
added copyright headers and adjusted theme names to account for Teams
gavinbarron Feb 9, 2023
f539707
merging theme toggle
gavinbarron Feb 9, 2023
4e263f8
refactored breadcrumb to separate component, added styling
gavinbarron Feb 13, 2023
f6f6106
adds tests for breadcrumb
gavinbarron Feb 14, 2023
19a0064
Merge remote-tracking branch 'origin/next/fluentui' into feat/file-li…
gavinbarron Feb 14, 2023
bb0763f
added basic story for file composite
gavinbarron Feb 14, 2023
e2fbf68
merge from next/fluentui
gavinbarron Feb 14, 2023
ebe30f0
fixes story name and heirachy placement
gavinbarron Feb 14, 2023
4b65582
adding stories for file composite and breadcrumb
gavinbarron Feb 14, 2023
d04bbb9
fixing property bindings on file-list
gavinbarron Feb 14, 2023
4672407
feat: file-grid
gavinbarron Feb 21, 2023
d3c6561
refactor: move file dialogs up to composite
gavinbarron Feb 21, 2023
90aa651
Merge branch 'main' into merge/from-main
gavinbarron Feb 23, 2023
b9de2aa
adding reload logic to rename process
gavinbarron Feb 27, 2023
5771ab4
adding file-grid and file-composite to react components
gavinbarron Feb 27, 2023
745c164
fixing generation for arbirary generic types in mgt-components
gavinbarron Feb 27, 2023
0fb1ed9
need to ensure Command is exported
gavinbarron Feb 27, 2023
2de2c03
resolving conflicts
gavinbarron Mar 10, 2023
e3b0a65
adding file grid to composite stories
gavinbarron Mar 10, 2023
39f73f4
wip
gavinbarron Mar 21, 2023
2851f8d
fixing breadcrumb logic to preserve driveId when navigating through f…
gavinbarron Mar 22, 2023
e6fdc87
merge from next/fluentui
gavinbarron Mar 22, 2023
c4830fa
fix to account for React wrapper not setting props before connectedCa…
gavinbarron Mar 27, 2023
48046d0
adding command bar for file upload and new folder commands
gavinbarron Mar 28, 2023
3757af9
fixing styling for drap + drop target styling
gavinbarron Mar 28, 2023
40030f3
merge from next/fluentui
gavinbarron Apr 14, 2023
78d65b7
refactoring file upload progress to separate component
gavinbarron Apr 14, 2023
7d785be
allows clearing of upload status notices and improves their layout in…
gavinbarron Apr 20, 2023
45f8631
Merge remote-tracking branch 'origin/next/fluentui' into next/fix-grid
gavinbarron Apr 20, 2023
656f294
remove duplicate object key from merge
gavinbarron May 9, 2023
a34c8fc
resolved linting issues
gavinbarron May 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes story name and heirachy placement
gavinbarron committed Feb 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ebe30f0c33d3195d5808b5ed17d05a4315e91b81
2 changes: 1 addition & 1 deletion stories/components/filesComposite/filesComposite.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ import { html } from 'lit';
import { withCodeEditor } from '../../../.storybook/addons/codeEditorAddon/codeAddon';

export default {
title: 'Components | mgt-file-composite',
title: 'Components/mgt-file-composite',
component: 'file-composite',
decorators: [withCodeEditor]
};