User Details
- User Since
- Aug 5 2019, 7:51 PM (226 w, 2 d)
- Availability
- Available
- LDAP User
- Anne Tomasevich
- MediaWiki User
- ATomasevich (WMF) [ Global Accounts ]
Yesterday
I've drafted an update to the Codex page, which can be moved to the Codex page and published once T351753 is resolved. We shouldn't post usage docs until that task is completed, released, and resolved to prevent CSS specificity issues in production.
@Catrope can this be resolved now?
Tue, Dec 5
Are we sure we want to change the shadow when it opens up? It feels kind of natural to me to lack the shadow on top of the menu when it's opening up.
Mon, Dec 4
Thu, Nov 30
Wed, Nov 29
Thu, Nov 16
Thu, Nov 9
@DTorsani-WMF I've pushed a patch to add a new Rules component that can be used in the docs to create dos and don'ts. It's available in all of the docs markdown files, so you don't need to import it or anything.
Wed, Nov 8
Tue, Nov 7
I made an inventory of all components that style one or more of their subcomponents:
- Accordion: Button, Icon
- ButtonGroup: Button
- Card: Icon, Thumbnail
- Checkbox: Label (via binary-input.less)
- Combobox: Button, Icon, TextInput
- Dialog: Button
- InfoChip: Icon
- InputChip: Button
- Label: Icon
- Lookup: TextInput
- Menu: MenuItem, ProgressBar
- MenuItem: Icon, Thumbnail
- Message: Button, Icon
- Radio: Label (via binary-input.less)
- SearchInput: Button, TextInput
- Select: Icon
- Tabs: Button (cdx-tabs__list__item)
- TextArea: Icon
- TextInput: Icon
- Thumbnail: Icon
- ToggleButtonGroup: ToggleButton
- ToggleSwitch: Label
- TypeaheadSearch: Icon, MenuItem, SearchInput
Nov 6 2023
Huge +1 for Tabs and ChipInput
Nov 2 2023
I would also suggest we test the Field component and its various features with a variety of inputs and input groups. If we need to limit this, I'd suggest:
Nov 1 2023
I'm reopening this based on feedback we got from some Codex users:
- It's not clear when to use TypeaheadSearch and when to use Lookup
- It's not clear that TahS is for page navigation and Lookup is for selecting an item
- The name of the components, especially TahS, do not help clarify their purpose. In particular, both components have "typeahead search" aka autocomplete.
- We could rename one or both components but keep an alias of the old name. Changing CSS class names would be trickier since they are sometimes used outside of Codex (though we discourage this). For example, there are 2 instances of .cdx-typeahead-search selectors in Vector - perhaps these could be updated to a vector-specific classname instead. Unfortunately, there is also a TahS class used in a Vector message (for the search footer text)
Oct 30 2023
Each of these components has an existing demo on the page demonstrating use of the Field component - I'd recommend adding error handling to these existing demos, rather than adding a new separate demo.
Oct 26 2023
Oct 25 2023
Resolving - we can document other composables if Codex users find them useful
Oct 23 2023
Oct 20 2023
Oct 18 2023
Oct 17 2023
@egardner good call, there was one example using Vuex that I updated to use Pinia instead.
Oct 16 2023
Oct 13 2023
Oct 12 2023
We should consider doing this soon to signal to developers of new projects that they should use Pinia and not Vuex
I'm triaging this as medium to differentiate it from low/no priority items. Since we have a use case, and this task is a low lift, I think we should complete it sooner rather than later.
@Celenduin is this perhaps a use case for a Combobox, where you show an initial list of items and then filter the items once there is text in the input?
This page now includes which component library each project was built with
This is not important IMO