-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(S2): S2 ListView #8878
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
Merged
Merged
feat(S2): S2 ListView #8878
Changes from all commits
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
ecf9415
feat: s2 ListView
snowystinger a5b53c0
Merge branch 'main' into s2-listview
snowystinger 379dac3
Explore highlight selection
snowystinger 5ee48f9
fix docs type check
snowystinger 1dc83e0
Add highlight selection option b to table
snowystinger 1d8e8a1
Add highlight selection option b to ListView
snowystinger e62eb1d
change selection behaviour of table for highlight mode
snowystinger 020541a
add option D as highlightMode
snowystinger 22545f2
change font weight to bold for highlight selection
snowystinger 49beedf
update background color
snowystinger c07d593
Start new highlight selection prototypes, ListView and part of TreeView
snowystinger e5fc83d
fix lint
snowystinger f75c75a
update styles for listview and treeview
snowystinger 3fb6b67
tableview
snowystinger 637f244
design updates
snowystinger ccc682e
fix colors and add disabled items
snowystinger d0ae356
fix lint
snowystinger 725dcd6
Merge branch 'main' into s2-listview
snowystinger 8014718
Merge branch 'main' into s2-listview
snowystinger de65230
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber d112dfe
initialize docs
reidbarber 68ff3d0
fix edgeToText import
reidbarber ee99c77
update ListView (loadingMore, actionmenu, empty state, checkbox)
reidbarber c6edcb2
match selection styles to treeview/tableview
reidbarber d336314
docs improvements
reidbarber cfbcd66
add jsdoc
reidbarber bdc5d35
support hasChildItems chevron
reidbarber 2bdc780
add stories
reidbarber e3f372b
add hasChildItems example to docs
reidbarber e788526
fix overflow in empty state
reidbarber 7196465
use objectFit: 'cover' for images
reidbarber 2d8f2f2
vertically align icons
reidbarber acff11b
add overflowMode
reidbarber c318334
audit props
reidbarber eb13258
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber 478e2a5
codemods
reidbarber 4f1c4ab
add chromatic stories
reidbarber a0458ca
lint
reidbarber 2d49050
add ListView testing docs
reidbarber eb7f7f4
fix types
reidbarber 0fedad9
docs types
reidbarber 53c1551
add description for search menu
reidbarber 4ce134b
docs types
reidbarber 5e484cc
fix selection checkbox visibility (always hide if disabled)
reidbarber 9fa3ff0
remove highlightMode prop
reidbarber 9ba74c4
remove Tree/Table selection changes
reidbarber 034910e
remove unrelated Picker change
reidbarber cc16924
remove press scaling
reidbarber 493d2b8
keep bottom border width static to avoid 1px shift when highlight sel…
reidbarber 595f9c9
add remaining states to chromatic
reidbarber 1a0f461
remove ListViewLoadMoreItem
reidbarber 878d4c4
fix prop types
reidbarber e95108d
update migration guide
reidbarber 823d826
remove bottom border radius for last item
reidbarber a5235c0
prop types
reidbarber 8ad1fb8
remove style props from list item
reidbarber f2365d7
remove seam mask element in favor of extending row background
reidbarber 9849d9f
make docs example wide
reidbarber 71bb52d
update docs content
reidbarber ac82942
add ActionBar support
reidbarber 72e15fc
fix gap for checkbox selection
reidbarber 8b6e3c8
docs update
reidbarber 8c47d52
style updates
reidbarber a72d8ee
remove renderer context
reidbarber 18bd84f
merge selection for checkbox selection
reidbarber d53f660
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber 2271266
update docs
reidbarber 1746562
add LinkOut icon for links that open in new tab
reidbarber c00565a
fix storybook stories
reidbarber 70c6665
add example to ActionBar docs
reidbarber 8ad9511
reserve space for trailing icon if at least one row has one
reidbarber 9061ead
add padding to loading spinner
reidbarber 1e1b0fe
separate the icon and thumbnail slots examples in docs
reidbarber 2dfdefd
docs types
reidbarber efd0ae3
move check image into chromatic folder
reidbarber cae15f2
export ListViewContext from index.ts
reidbarber 2905360
cleanup story
reidbarber 0c573fd
use icons in all items in navigation docs
reidbarber 9be94c1
remove unused shorthands from macro theme
reidbarber 5fa3cd0
refactor to move isPrevSelected, isNextSelected, etc. logic out of Gr…
reidbarber 2c80d38
fix last item bottom border styles
reidbarber ce0de66
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber 2ccd11c
pass id instead of item through render props (matches Table)
reidbarber 57e8f86
fix border styles
reidbarber 5bb18c9
Merge remote-tracking branch 'origin/main' into s2-listview
reidbarber 769836b
add explicit bottom border width
reidbarber File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
255 changes: 255 additions & 0 deletions
255
packages/@react-spectrum/s2/chromatic/ListView.stories.tsx
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,255 @@ | ||
| /* | ||
| * Copyright 2026 Adobe. All rights reserved. | ||
| * This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
| * you may not use this file except in compliance with the License. You may obtain a copy | ||
| * of the License at http://www.apache.org/licenses/LICENSE-2.0 | ||
| * | ||
| * Unless required by applicable law or agreed to in writing, software distributed under | ||
| * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS | ||
| * OF ANY KIND, either express or implied. See the License for the specific language | ||
| * governing permissions and limitations under the License. | ||
| */ | ||
|
|
||
| import {ActionButton, ActionButtonGroup, ActionMenu, Content, Heading, IllustratedMessage, Image, ListView, ListViewItem, MenuItem, Text} from '../src'; | ||
| import {checkers} from './check'; | ||
| import Delete from '../s2wf-icons/S2_Icon_Delete_20_N.svg'; | ||
| import Edit from '../s2wf-icons/S2_Icon_Edit_20_N.svg'; | ||
| import File from '../s2wf-icons/S2_Icon_File_20_N.svg'; | ||
| import Folder from '../s2wf-icons/S2_Icon_Folder_20_N.svg'; | ||
| import FolderOpen from '../spectrum-illustrations/linear/FolderOpen'; | ||
| import type {Meta, StoryObj} from '@storybook/react'; | ||
| import {style} from '../style/spectrum-theme' with {type: 'macro'}; | ||
|
|
||
| const meta: Meta<typeof ListView> = { | ||
| component: ListView, | ||
| parameters: { | ||
| chromaticProvider: {disableAnimations: true} | ||
| }, | ||
| title: 'S2 Chromatic/ListView' | ||
| }; | ||
|
|
||
| export default meta; | ||
| type Story = StoryObj<typeof ListView>; | ||
|
|
||
| let listViewStyles = style({width: 320, height: 320}); | ||
|
|
||
| const items = [ | ||
| {id: 'utilities', name: 'Utilities', type: 'folder', description: '16 items'}, | ||
| {id: 'photoshop', name: 'Adobe Photoshop', type: 'file', description: 'Application'}, | ||
| {id: 'illustrator', name: 'Adobe Illustrator', type: 'file', description: 'Application'}, | ||
| {id: 'xd', name: 'Adobe XD', type: 'file', description: 'Application'} | ||
| ]; | ||
|
|
||
| export const Example: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Files" styles={listViewStyles}> | ||
| <ListViewItem id="utilities" textValue="Utilities" hasChildItems> | ||
| <Folder /> | ||
| <Text>Utilities</Text> | ||
| <Text slot="description">16 items</Text> | ||
| </ListViewItem> | ||
| <ListViewItem id="photoshop">Adobe Photoshop</ListViewItem> | ||
| <ListViewItem id="illustrator">Adobe Illustrator</ListViewItem> | ||
| <ListViewItem id="xd">Adobe XD</ListViewItem> | ||
| </ListView> | ||
| ), | ||
| args: { | ||
| selectionMode: 'multiple', | ||
| onLoadMore: undefined | ||
| } | ||
| }; | ||
|
|
||
| export const HighlightSelection: Story = { | ||
| ...Example, | ||
| args: { | ||
| ...Example.args, | ||
| selectionStyle: 'highlight', | ||
| selectedKeys: ['photoshop', 'illustrator'] | ||
| } | ||
| }; | ||
|
|
||
| export const Quiet: Story = { | ||
| ...Example, | ||
| args: { | ||
| ...Example.args, | ||
| isQuiet: true | ||
| } | ||
| }; | ||
|
|
||
| export const WithImages: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Images" styles={listViewStyles} items={items}> | ||
| {(item) => ( | ||
| <ListViewItem textValue={item.name}> | ||
| <Text>{item.name}</Text> | ||
| <Image src={checkers} alt={item.name} /> | ||
| </ListViewItem> | ||
| )} | ||
| </ListView> | ||
| ) | ||
| }; | ||
|
|
||
| export const OverflowTruncate: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Long text examples" styles={listViewStyles}> | ||
| <ListViewItem id="a"> | ||
| This is a very very very very very very very very long title. | ||
| </ListViewItem> | ||
| <ListViewItem id="b" textValue="Short title, long description"> | ||
| <Text>Short title</Text> | ||
| <Text slot="description">This is a very very very very very very very very long description.</Text> | ||
| </ListViewItem> | ||
| <ListViewItem id="c" textValue="Long title, long description"> | ||
| <Text>This is a very very very very very very very very long title.</Text> | ||
| <Text slot="description">This is a very very very very very very very very long description.</Text> | ||
| </ListViewItem> | ||
| </ListView> | ||
| ), | ||
| args: { | ||
| ...Example.args, | ||
| overflowMode: 'truncate' | ||
| } | ||
| }; | ||
|
|
||
| export const OverflowWrap: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Long text examples" styles={listViewStyles}> | ||
| <ListViewItem id="a"> | ||
| This is a very very very very very very very very long title. | ||
| </ListViewItem> | ||
| <ListViewItem id="b" textValue="Short title, long description"> | ||
| <Text>Short title</Text> | ||
| <Text slot="description">This is a very very very very very very very very long description.</Text> | ||
| </ListViewItem> | ||
| <ListViewItem id="c" textValue="Long title, long description"> | ||
| <Text>This is a very very very very very very very very long title.</Text> | ||
| <Text slot="description">This is a very very very very very very very very long description.</Text> | ||
| </ListViewItem> | ||
| </ListView> | ||
| ), | ||
| args: { | ||
| ...Example.args, | ||
| overflowMode: 'wrap' | ||
| } | ||
| }; | ||
|
|
||
| export const DisabledItems: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Files" items={items} styles={listViewStyles} selectionMode="multiple" disabledKeys={['utilities', 'illustrator']}> | ||
| {(item) => ( | ||
| <ListViewItem textValue={item.name} hasChildItems={item.type === 'folder'}> | ||
| {item.type === 'folder' ? <Folder /> : <File />} | ||
| <Text>{item.name}</Text> | ||
| <Text slot="description">{item.description}</Text> | ||
| </ListViewItem> | ||
| )} | ||
| </ListView> | ||
| ) | ||
| }; | ||
|
|
||
| export const DisabledBehaviorSelection: Story = { | ||
| ...DisabledItems, | ||
| args: { | ||
| disabledBehavior: 'selection' | ||
| } | ||
| }; | ||
|
|
||
| export const CheckboxSelection: Story = { | ||
| ...Example, | ||
| args: { | ||
| ...Example.args, | ||
| selectionStyle: 'checkbox', | ||
| selectedKeys: ['photoshop', 'illustrator'] | ||
| } | ||
| }; | ||
|
|
||
| export const Links: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Bookmarks" styles={listViewStyles}> | ||
| <ListViewItem id="https://adobe.com/" href="https://adobe.com/" target="_blank">Adobe</ListViewItem> | ||
| <ListViewItem id="https://google.com/" href="https://google.com/" target="_blank">Google</ListViewItem> | ||
| <ListViewItem id="https://apple.com/" href="https://apple.com/" target="_blank">Apple</ListViewItem> | ||
| <ListViewItem id="https://nytimes.com/" href="https://nytimes.com/" target="_blank">New York Times</ListViewItem> | ||
| </ListView> | ||
| ), | ||
| args: { | ||
| selectionMode: 'none' | ||
| } | ||
| }; | ||
|
|
||
| export const WithActions: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Files" styles={listViewStyles}> | ||
| <ListViewItem id="utilities" textValue="Utilities" hasChildItems> | ||
| <Folder /> | ||
| <Text>Utilities</Text> | ||
| <Text slot="description">16 items</Text> | ||
| <ActionButtonGroup> | ||
| <ActionButton aria-label="Edit"><Edit /></ActionButton> | ||
| </ActionButtonGroup> | ||
| <ActionMenu> | ||
| <MenuItem id="edit"><Edit /><Text>Edit</Text></MenuItem> | ||
| <MenuItem id="delete"><Delete /><Text>Delete</Text></MenuItem> | ||
| </ActionMenu> | ||
| </ListViewItem> | ||
| <ListViewItem id="photoshop" textValue="Adobe Photoshop"> | ||
| <Text>Adobe Photoshop</Text> | ||
| <Text slot="description">Application</Text> | ||
| <ActionButtonGroup> | ||
| <ActionButton aria-label="Edit"><Edit /></ActionButton> | ||
| </ActionButtonGroup> | ||
| <ActionMenu> | ||
| <MenuItem id="edit"><Edit /><Text>Edit</Text></MenuItem> | ||
| <MenuItem id="delete"><Delete /><Text>Delete</Text></MenuItem> | ||
| </ActionMenu> | ||
| </ListViewItem> | ||
| </ListView> | ||
| ), | ||
| args: { | ||
| selectionMode: 'single' | ||
| } | ||
| }; | ||
|
|
||
| export const Loading: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Loading list" styles={listViewStyles}> | ||
| {[]} | ||
| </ListView> | ||
| ), | ||
| args: { | ||
| loadingState: 'loading' | ||
| } | ||
| }; | ||
|
|
||
| export const LoadingMore: Story = { | ||
| render: (args) => ( | ||
| <ListView {...args} aria-label="Loading more list" styles={listViewStyles} items={items} onLoadMore={() => {}}> | ||
| {(item) => ( | ||
| <ListViewItem textValue={item.name}> | ||
| {item.name} | ||
| </ListViewItem> | ||
| )} | ||
| </ListView> | ||
| ), | ||
| args: { | ||
| loadingState: 'loadingMore' | ||
| } | ||
| }; | ||
|
|
||
| export const EmptyState: Story = { | ||
| render: (args) => ( | ||
| <ListView | ||
| {...args} | ||
| aria-label="Empty list" | ||
| styles={listViewStyles} | ||
| renderEmptyState={() => ( | ||
| <IllustratedMessage> | ||
| <FolderOpen /> | ||
| <Heading>No results</Heading> | ||
| <Content>No results found.</Content> | ||
| </IllustratedMessage> | ||
| )}> | ||
| {[]} | ||
| </ListView> | ||
| ) | ||
| }; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
|
|
||
| export let checkers = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMTAwMDk4IDBIMy4xMDAxVjNIMC4xMDAwOThWMFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTAuMTAwMDk4IDE4SDMuMTAwMVYyMUgwLjEwMDA5OFYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTYuMTAwMSAwSDkuMTAwMVYzSDYuMTAwMVYwWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNi4xMDAxIDE4SDkuMTAwMVYyMUg2LjEwMDFWMThaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0xMi4xMDAxIDE4SDkuMTAwMVYxNUgxMi4xMDAxVjE4WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTIuMTAwMSAyNEg5LjEwMDFWMjFIMTIuMTAwMVYyNFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE1LjEwMDEgMEgxMi4xMDAxVjNIMTUuMTAwMVYwWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTUuMTAwMSAxOEgxMi4xMDAxVjIxSDE1LjEwMDFWMThaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDE4SDE1LjEwMDFWMTVIMTguMTAwMVYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE4LjEwMDEgMjRIMTUuMTAwMVYyMUgxOC4xMDAxVjI0WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMjEuMTAwMSAwSDE4LjEwMDFWM0gyMS4xMDAxVjBaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDE4SDE4LjEwMDFWMjFIMjEuMTAwMVYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTI0LjEwMDEgMThIMjEuMTAwMVYxNUgyNC4xMDAxVjE4WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMjEuMTAwMSAyMUgyNC4xMDAxVjI0SDIxLjEwMDFWMjFaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMThIMy4xMDAxVjE1SDYuMTAwMVYxOFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTYuMTAwMSAyNEgzLjEwMDFWMjFINi4xMDAxVjI0WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMC4xMDAwOTggNkgzLjEwMDFWM0gwLjEwMDA5OFY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSA2SDkuMTAwMVYzSDYuMTAwMVY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjEwMDEgMTJIOS4xMDAxVjE1SDEyLjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTUuMTAwMSA2SDEyLjEwMDFWM0gxNS4xMDAxVjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguMTAwMSAxMkgxNS4xMDAxVjE1SDE4LjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjEuMTAwMSA2SDE4LjEwMDFWM0gyMS4xMDAxVjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjQuMTAwMSAxMkgyMS4xMDAxVjE1SDI0LjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNi4xMDAxIDEySDMuMTAwMVYxNUg2LjEwMDFWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMC4xMDAwOTggOUgzLjEwMDFWNkgwLjEwMDA5OFY5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNi4xMDAxIDlIOS4xMDAxVjZINi4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0xMi4xMDAxIDlIOS4xMDAxVjEySDEyLjEwMDFWOVoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE1LjEwMDEgOUgxMi4xMDAxVjZIMTUuMTAwMVY5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTguMTAwMSA5SDE1LjEwMDFWMTJIMTguMTAwMVY5WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMjEuMTAwMSA5SDE4LjEwMDFWNkgyMS4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yNC4xMDAxIDlIMjEuMTAwMVYxMkgyNC4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik02LjEwMDEgOUgzLjEwMDFWMTJINi4xMDAxVjlaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0wLjEwMDA5OCAxMkgzLjEwMDFWOUgwLjEwMDA5OFYxMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMTJIOS4xMDAxVjlINi4xMDAxVjEyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjEwMDEgNkg5LjEwMDFWOUgxMi4xMDAxVjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTUuMTAwMSAxMkgxMi4xMDAxVjlIMTUuMTAwMVYxMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDZIMTUuMTAwMVY5SDE4LjEwMDFWNloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDEySDE4LjEwMDFWOUgyMS4xMDAxVjEyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI0LjEwMDEgNkgyMS4xMDAxVjlIMjQuMTAwMVY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSA2SDMuMTAwMVY5SDYuMTAwMVY2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuMTAwMDk4IDE1SDMuMTAwMVYxMkgwLjEwMDA5OFYxNVoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTYuMTAwMSAxNUg5LjEwMDFWMTJINi4xMDAxVjE1WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTIuMTAwMSAzSDkuMTAwMVY2SDEyLjEwMDFWM1oiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTE1LjEwMDEgMTVIMTIuMTAwMVYxMkgxNS4xMDAxVjE1WiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNMTguMTAwMSAzSDE1LjEwMDFWNkgxOC4xMDAxVjNaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDE1SDE4LjEwMDFWMTJIMjEuMTAwMVYxNVoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTI0LjEwMDEgM0gyMS4xMDAxVjZIMjQuMTAwMVYzWiIgZmlsbD0iI0UxRTFFMSIvPgo8cGF0aCBkPSJNNi4xMDAxIDNIMy4xMDAxVjZINi4xMDAxVjNaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik0wLjEwMDA5OCAxOEgzLjEwMDFWMTVIMC4xMDAwOThWMThaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMC4xMDAwOTggMjRIMy4xMDAxVjIxSDAuMTAwMDk4VjI0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSAxOEg5LjEwMDFWMTVINi4xMDAxVjE4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYuMTAwMSAyNEg5LjEwMDFWMjFINi4xMDAxVjI0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjEwMDEgMEg5LjEwMDFWM0gxMi4xMDAxVjBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuMTAwMSAxOEg5LjEwMDFWMjFIMTIuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNS4xMDAxIDE4SDEyLjEwMDFWMTVIMTUuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNS4xMDAxIDI0SDEyLjEwMDFWMjFIMTUuMTAwMVYyNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDBIMTUuMTAwMVYzSDE4LjEwMDFWMFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4xMDAxIDE4SDE1LjEwMDFWMjFIMTguMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDE4SDE4LjEwMDFWMTVIMjEuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDI0SDE4LjEwMDFWMjFIMjEuMTAwMVYyNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDAxIDNIMjQuMTAwMVYwSDIxLjEwMDFWM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNC4xMDAxIDE4SDIxLjEwMDFWMjFIMjQuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMEgzLjEwMDFWM0g2LjEwMDFWMFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjEwMDEgMThIMy4xMDAxVjIxSDYuMTAwMVYxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo='; | ||
snowystinger marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.