summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src/renderer/lib
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Remove Animate componentOliver16-357/+0
2025-11-04Replace Animate with AnimatePresence in Accordion componentOliver1-10/+25
2025-10-30Convert tag transformers from Components to render props patternTobias Järvelöv1-6/+8
2025-10-30Allow to pass in custom components to formatHtmlTobias Järvelöv1-31/+27
2025-10-29Use outline for text field input state stylingOliver1-38/+39
2025-10-27Rewrite formatHtml to fix bugs in previous implementationTobias Järvelöv1-17/+34
2025-10-23Fix typo in translators noteTobias Järvelöv1-2/+2
2025-10-17Fix missing key for fragmentTobias Järvelöv1-1/+1
2025-10-17Remove use of PATH_PREFIXTobias Järvelöv3-10/+3
2025-10-10Handle errors and retries in manage devices viewOliver1-11/+14
2025-10-10Add useQuery hookOliver2-0/+59
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 and use format device name hook and util functionOliver3-2/+8
2025-10-10Add AnimatedList componentOliver5-0/+56
2025-10-10Add em to allowed tags in verify translations scriptOliver1-1/+1
2025-10-10Add support for em tag in formatHtmlOliver1-8/+53
2025-10-10Update new device notification textOliver1-1/+4
2025-10-10Export FlexColumn propsOliver1-1/+1
2025-10-09Remove unused history function replaceRootOskar1-13/+0
2025-10-08Run onTransition when view transitions are skipped due to reduced motionOskar1-1/+2
2025-10-08Fix timing of post view transition actionsOskar1-4/+10
2025-10-08Use transient props for Button styled componentOliver1-7/+8
2025-10-07Rename option focus hook and move to separate folderOliver16-20/+19
2025-10-07Rename options keyboard navigation hooks and typesOliver3-7/+10
2025-10-07Select options via data-attribute instead of roleOliver7-15/+28
2025-10-07Support orientations in handle keyboard navigation hookOliver1-3/+10
2025-10-07Make focus and keyboard handling hooks genericOliver4-18/+14
2025-10-07Make option focus and keyboard handling hooks reusableOliver13-49/+101
2025-10-01Handle too many devices view in getNavigationBaseOskar1-1/+10
2025-10-01Allow shift+escape in development onlyOskar1-12/+0
2025-10-01Remove flushSync call for view transitionsOskar1-16/+13
2025-10-01Move resetNavigation into componentsOskar1-0/+20
2025-09-30Add LWO to UIDavid Lönnhager1-0/+25
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-30Add labelTiny typography variantOliver1-0/+7
2025-09-30Rename LabelTiny component to LabelTinySemiBoldOliver8-20/+20
2025-09-30Rename typography variant to labelTiny to labelTinySemiBoldOliver4-5/+11
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