Roman Jaroš romanjaros
  • Joined on 2023-10-24
romanjaros pushed to react-native at procyon/procyon 2024-06-24 22:26:07 +02:00
6cfd1e2c10 Refactor color contrast logic and optimize UI components measurements
romanjaros pushed to react-native at procyon/procyon 2024-06-24 21:17:56 +02:00
aa8550a5fc Update import path for useTheme in useMediaQuery.tsx
romanjaros pushed to react-native at procyon/procyon 2024-06-24 21:04:11 +02:00
bd31979417 Replace getLightTheme with buildColorTheme across codebase
romanjaros pushed to react-native at procyon/procyon 2024-06-24 21:00:22 +02:00
e5cd881d46 Refactor code to use new useTheme import from '@procyon/styles/ThemeProvider'
romanjaros pushed to react-native at procyon/procyon 2024-06-24 20:55:50 +02:00
7d2dfef021 Update tsconfig and build script in styles package
romanjaros pushed to react-native at procyon/procyon 2024-06-24 20:36:02 +02:00
ad9c49e6b2 Update styling and enhance functionality of various components and hooks
romanjaros pushed to react-native at procyon/procyon 2024-06-22 17:29:05 +02:00
93081916b9 Update hooks and components package, and add global TypeScript declaration file
romanjaros pushed to react-native at procyon/procyon 2024-06-22 17:16:12 +02:00
9a02111457 Refactor auth hooks and update ExampleForm layout in stories
romanjaros pushed to react-native at procyon/procyon 2024-06-22 17:03:58 +02:00
91231d109d Rework Grid components, update Button and other components and add media query hook
romanjaros pushed to react-native at procyon/procyon 2024-06-18 20:26:48 +02:00
6f76b6c57e Refactor and fix color themes in various components.
romanjaros pushed to react-native at procyon/procyon 2024-06-18 20:18:36 +02:00
446ce167ca Refactor and fix color themes in various components.
romanjaros pushed to react-native at procyon/procyon 2024-06-18 20:15:53 +02:00
d09d34a1a7 Refactor and fix color themes in various components.
romanjaros pushed to react-native at procyon/procyon 2024-06-17 09:08:48 +02:00
99d7983ad8 Add conditionaly types for getLabel and data.label and mode with onClick
romanjaros pushed to react-native at procyon/procyon 2024-06-17 09:08:37 +02:00
5512f35c31 Add conditionaly types for getLabel and data.label and mode with onClick
romanjaros pushed to react-native at procyon/procyon 2024-06-16 23:21:26 +02:00
d786487d5e Convert item id to string in Selectbox component
romanjaros pushed to react-native at procyon/procyon 2024-06-16 22:43:59 +02:00
fbbdc3825c Update List and Selectbox components to support different data id type and custom label rendering
romanjaros pushed to react-native at procyon/procyon 2024-06-16 22:39:46 +02:00
aedbeda7d6 Update List and Selectbox components to support different data id type and custom label rendering
romanjaros pushed to react-native at procyon/procyon 2024-06-16 21:34:08 +02:00
4156be027f ListDate has keys id and label
romanjaros pushed to react-native at procyon/procyon 2024-06-16 21:32:33 +02:00
bf13e0ea7c ListDate has keys id and label
romanjaros pushed to react-native at procyon/procyon 2024-06-16 20:13:07 +02:00
61f9deb008 Update Selectbox and List data props and add generic for data type