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

feature: Update agenda component to the fluent UI spec #1867

Merged
merged 50 commits into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
907e9c5
fix: Filter people to avoid id property failing on null values
musale Sep 27, 2022
9b9b201
update: Use fluent-card and styling for fluent UI update
musale Sep 27, 2022
120ed25
update: Style the header when group-by-day is used
musale Sep 27, 2022
d59f929
update: Use fluent-card for the loading cards
musale Sep 27, 2022
0e0d3eb
update: Make the mobile version responsive
musale Sep 27, 2022
4e485a7
update: Add a tooltip for the headings
musale Sep 27, 2022
7a8bf86
update: Change the CSS for agenda to reduce unused classes
musale Oct 11, 2022
f1a38bf
update: RTL CSS to a modular CSS layout and fix initial RTL issues
musale Oct 11, 2022
e7444eb
update: CSS for high contrast modes and fix location icon colors
musale Oct 11, 2022
63bbe9f
update: usage of the narrow class to make it easier to style nested e…
musale Oct 11, 2022
88b72f1
update: to use classMap for multiple conditional classes
musale Oct 12, 2022
c1ff279
update: use a divider to make the highlight around a card not to over…
musale Oct 12, 2022
9a063da
update: style loading elements card
musale Oct 12, 2022
03a7d5c
Update packages/mgt-components/src/graph/graph.presence.ts
musale Oct 12, 2022
5bacf25
Merge branch 'musale/fluentui/agenda' of github.com:microsoftgraph/mi…
musale Oct 12, 2022
4c2732c
update: add a new CSS prop --event-row-gap and remove the row divider
musale Oct 13, 2022
80b7a7b
update: use gap and flex to space the events and fix spacing in group…
musale Oct 13, 2022
1e03757
update: show contact card over event card on hover/focus of person
musale Oct 26, 2022
b5e0bc2
update: set the card width to <100% to remove the horizontal scroll i…
musale Oct 27, 2022
58c4811
update: generated react source
musale Oct 27, 2022
9234b52
update: Make the tooltip hover over the content
musale Oct 27, 2022
86e8ebd
update: set tooltip is description is available
musale Oct 27, 2022
7c9ccdc
chore: fix export name for lit decorators
musale Oct 31, 2022
d03ddad
Merge branch 'next/fluentui' of github.com:microsoftgraph/microsoft-g…
musale Dec 8, 2022
90ae274
Merge branch 'musale/fluentui/agenda' of github.com:microsoftgraph/mi…
musale Dec 8, 2022
276fa4b
Merge branch 'next/fluentui' of github.com:microsoftgraph/microsoft-g…
musale Dec 15, 2022
9da41a3
fix: set the max people shown to 5
musale Dec 15, 2022
3034552
fix: remove checking for nulls in people returned
musale Dec 15, 2022
b6cfcb1
fix: get from cache after first request and skip unnecessary graph calls
musale Dec 15, 2022
bc430f6
fix: change location icon to 24px svg and set WxH to 12px
musale Dec 15, 2022
1e84e2f
feat: add new custom style for agenda
musale Dec 15, 2022
c961fbf
feat: create a new css prop for agenda attendees
musale Dec 15, 2022
344e5ad
fix: use padding-left to move template from overlapping text
musale Dec 15, 2022
81005a7
fix: set padding-left=0px in narrow CSS mode
musale Jan 12, 2023
c60bec8
fix: make the bg color transparent.
musale Jan 12, 2023
826bf3c
fix: change to padding-inline-start property and remove margins
musale Jan 16, 2023
1b5523e
refactor: set the fallback details after failing to get a graph res
musale Jan 18, 2023
81e0d87
refactor: use optional chaining in condition
musale Jan 20, 2023
33e3e5e
refactor: use already declared bool value
musale Jan 20, 2023
35ae1e5
refactor: use optional chaining in condition
musale Jan 20, 2023
ce4d0ed
refactor: import from a file and sort imports
musale Jan 20, 2023
33bf156
Merge branch 'musale/fluentui/agenda' of github.com:microsoftgraph/mi…
musale Jan 20, 2023
476f526
fix: set auto width on the tooltip
musale Jan 20, 2023
63bddcb
fix: smaller layouts width
musale Jan 30, 2023
679a9d2
Merge branch 'next/fluentui' into musale/fluentui/agenda
musale Feb 7, 2023
b4acf39
Merge branch 'next/fluentui' into musale/fluentui/agenda
musale Feb 14, 2023
367d82d
refactor: to have only 2 blocks when checking values from cache
musale Feb 15, 2023
f47d97b
Merge branch 'next/fluentui' into musale/fluentui/agenda
gavinbarron Feb 15, 2023
3f2d878
Merge branch 'next/fluentui' into musale/fluentui/agenda
gavinbarron Feb 23, 2023
25e6e68
Merge branch 'next/fluentui' into musale/fluentui/agenda
gavinbarron Feb 23, 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
Loading