summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src/renderer/lib/components
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Remove Animate componentOliver16-357/+0
2025-11-04Replace Animate with AnimatePresence in Accordion componentOliver1-10/+25
2025-10-29Use outline for text field input state stylingOliver1-38/+39
2025-10-17Remove use of PATH_PREFIXTobias Järvelöv3-10/+3
2025-10-10Add EmptyState componentOliver14-0/+138
2025-10-10Add align self prop to Flex componentOliver1-0/+3
2025-10-10Update Button width to use full width in more layoutsOliver1-13/+13
2025-10-10Use css helper in Text componentOliver1-1/+1
2025-10-10Add AnimatedList componentOliver5-0/+56
2025-10-10Export FlexColumn propsOliver1-1/+1
2025-10-08Use transient props for Button styled componentOliver1-7/+8
2025-10-07Rename option focus hook and move to separate folderOliver1-2/+2
2025-10-07Select options via data-attribute instead of roleOliver2-0/+2
2025-10-07Make option focus and keyboard handling hooks reusableOliver11-151/+7
2025-09-30Move text components to separate foldersOliver18-16/+25
2025-09-30Rename typography folder to textOliver24-15/+15
2025-09-30Remove Link component export from typography folderOliver1-1/+0
2025-09-30Move Label component to separate folderOliver3-3/+3
2025-09-30Refactor typography components to use function declarationsOliver10-29/+31
2025-09-30Fix text-align property getting applied as when not passedOliver1-2/+9
2025-09-30Add LabelTiny componentOliver2-0/+8
2025-09-30Rename LabelTiny component to LabelTinySemiBoldOliver8-20/+20
2025-09-30Rename typography variant to labelTiny to labelTinySemiBoldOliver3-3/+9
2025-09-26Move IconButton components to separate foldersOliver3-3/+4
2025-09-26Move Button components to separate foldersOliver5-6/+8
2025-09-26Remove forwardRef from IconButton componentOliver1-14/+10
2025-09-26Remove forwardRef from Button componentOliver1-9/+6
2025-09-26Move IconButton state styling to root componentOliver3-65/+65
2025-09-26Fix hover and active states for disabled IconButtonIconOliver1-3/+3
2025-09-25Add tiny vertical padding to ListItemContent componentOliver1-0/+2
2025-09-22Add transition and pressed state to IconButton componentOliver2-30/+52
2025-09-22Add transition and pressed state to Button componentOliver1-1/+16
2025-09-22Add type for icon button variantsOliver1-1/+3
2025-09-22Update NavigationHeaderTitle propsOliver1-4/+2
2025-09-22Add titleId prop to Accordion componentOliver1-1/+3
2025-09-22Add labelId prop to Listbox componentOliver1-2/+9
2025-09-22Add labelId prop to Switch componentOliver1-2/+9
2025-09-22Update ListItemProps animation prop to allow sending falseOliver3-22/+10
2025-09-22Move majority of listbox option focus management into hooksOliver14-80/+141
2025-09-22Update InputOption component to persist value when not selectedOliver2-4/+4
2025-09-22Rename useListItemAnimation hook filenameOliver2-1/+1
2025-09-22Move contexts to component root folder and update importsOliver32-31/+31
2025-09-22Rename useListItem to useListItemContextOliver10-19/+19
2025-09-22Update list item animation durations and timingsOliver1-7/+9
2025-09-22Add new red color to foundationsOliver1-2/+1
2025-09-22Add dim animation to all list item childrenOliver5-11/+37
2025-09-22Use ListItem components in AccordionOliver10-121/+43
2025-09-22Add flex shrink to Icon componentOliver1-0/+1
2025-09-22Add aria-disabled attribute to ListboxOptionTriggerOliver1-0/+1
2025-09-22Add TextField component to ListItemOliver7-0/+43