Alejandro Celaya
|
3d6ea5cf7c
|
Set submit type in submit buttons
|
2025-04-05 14:09:57 +02:00 |
|
Alejandro Celaya
|
5e0db07ef3
|
Replace all remaining bootstrap utility classes with tailwind classes
|
2025-04-05 12:15:24 +02:00 |
|
Alejandro Celaya
|
c29b077e93
|
Fix some buttons acting like submits
|
2025-04-05 11:23:35 +02:00 |
|
Alejandro Celaya
|
d8a42b4c3a
|
Migrate DuplicatedServersModal to tailwind
|
2025-04-05 11:15:42 +02:00 |
|
Alejandro Celaya
|
7879476739
|
Migrate DeleteServerModal to tailwind components
|
2025-04-05 10:39:47 +02:00 |
|
Alejandro Celaya
|
06fac716d1
|
Migrate server-related components to tailwind
|
2025-04-05 10:39:11 +02:00 |
|
Alejandro Celaya
|
4fa9f8967b
|
Silence type error temporarily
|
2025-02-01 10:13:35 +01:00 |
|
Alejandro Celaya
|
e786f9d21f
|
Update CreateServer logic so that it ensures a unique human-friendly ID is set
|
2024-11-01 11:52:05 +01:00 |
|
Alejandro Celaya
|
9134d07969
|
Extract logic to determine if a list of servers contains duplicates
|
2024-10-31 09:36:18 +01:00 |
|
Alejandro Celaya
|
94890da48f
|
Update to ESLint 9
|
2024-10-12 20:09:02 +02:00 |
|
Alejandro Celaya
|
a8258ff2cc
|
Fix coding standards for typescript-eslint 8
|
2024-08-07 12:35:57 +02:00 |
|
Alejandro Celaya
|
0e0ea3fd26
|
Fix importing servers in Firefox for Android
|
2024-04-11 08:56:41 +02:00 |
|
Alejandro Celaya
|
7ba78fd919
|
Remove more ovbious ramda helper usages
|
2023-11-01 10:13:41 +01:00 |
|
Alejandro Celaya
|
7a216a195a
|
Add more accessibility tests
|
2023-09-30 10:48:39 +02:00 |
|
Alejandro Celaya
|
6926afbac1
|
Refactor DI approach for components
|
2023-09-05 09:08:42 +02:00 |
|
Alejandro Celaya
|
65d3a19530
|
Add missing useCallback wrapping inside ImportServerBtn
|
2023-09-02 20:44:03 +02:00 |
|
Alejandro Celaya
|
a11a2c84fe
|
Fix react-hooks/exhaustive-deps in ImportServersBtn
|
2023-09-02 19:43:41 +02:00 |
|
Alejandro Celaya
|
93048e3327
|
Add aliases for shlink-web-component and shlink-frontend-kit packages
|
2023-08-04 22:59:33 +02:00 |
|
Alejandro Celaya
|
99ce8c9f74
|
First shlink-frontend-kit iteration
|
2023-08-03 09:13:10 +02:00 |
|
Alejandro Celaya
|
1f41f8da23
|
Ordered imports alphabetically
|
2023-02-18 11:15:35 +01:00 |
|
Alejandro Celaya
|
2a5480da79
|
Add import type whenever possible
|
2023-02-18 10:40:37 +01:00 |
|
Alejandro Celaya
|
487c832f5b
|
Improved types on element ref objects and their usage
|
2023-01-10 20:04:47 +01:00 |
|
Alejandro Celaya
|
7669254a0c
|
Created helper function to convert mutable refs from useRef into element refs for the ref prop
|
2022-06-06 20:46:51 +02:00 |
|
Alejandro Celaya
|
a012d6206f
|
Migrated ImportServersBtn test to react testing library
|
2022-06-05 11:06:26 +02:00 |
|
Alejandro Celaya
|
2cac1d9fd2
|
More default exports removals
|
2022-05-28 10:47:39 +02:00 |
|
Alejandro Celaya
|
271b19a4ec
|
Fixed no longer implicit children prop in FunctionalComponent type
|
2022-04-24 10:39:11 +02:00 |
|
Alejandro Celaya
|
a2df486280
|
Updated to airbnb coding styles
|
2022-03-26 12:17:42 +01:00 |
|
Alejandro Celaya
|
98398a048b
|
Added logic to detect duplicated servers when importing a servers list
|
2022-01-01 12:20:09 +01:00 |
|
Alejandro Celaya
|
e5f99d0893
|
Removed remaining instances of setImmediate in tests
|
2021-10-31 12:33:17 +01:00 |
|
Alejandro Celaya
|
80f0f9bd08
|
Updated test libs
|
2021-10-31 12:07:38 +01:00 |
|
Alejandro Celaya
|
ada5488a6c
|
Ensured export servers btn is not displayed when there are no servers
|
2021-10-22 19:03:12 +02:00 |
|
Alejandro Celaya
|
478209f50d
|
Improvements on ManageServers
|
2021-10-22 18:53:00 +02:00 |
|
Alejandro Celaya
|
7f4263966e
|
Created new section to manage servers
|
2021-10-17 19:13:06 +02:00 |
|
Alejandro Celaya
|
7330fd85ff
|
Updated function signaure
|
2021-09-12 09:34:51 +02:00 |
|
Alejandro Celaya
|
6c90d7072f
|
#325 Updated to react 17
|
2020-11-13 22:44:26 +01:00 |
|
Alejandro Celaya
|
294888454d
|
Renamed NewServerData to ServerData, as it's used in other contexts too
|
2020-08-23 10:52:37 +02:00 |
|
Alejandro Celaya
|
1b7e1e2b5b
|
Tweaked server types and data
|
2020-08-23 10:51:42 +02:00 |
|
Alejandro Celaya
|
7c67fa4149
|
Migrate CreateServer component to Typescript
|
2020-08-22 17:58:44 +02:00 |
|
Alejandro Celaya
|
2db85c2783
|
Migrated to typescript first component getting another component with props injected
|
2020-08-22 13:41:54 +02:00 |
|
Alejandro Celaya
|
39663ba936
|
Migrated to TS first component where some dependency was being injected
|
2020-08-22 11:20:27 +02:00 |
|