Commit Graph

85 Commits

Author SHA1 Message Date
Vencislav Atanasov d8f9ad9979 The one that got away 2024-10-05 01:31:22 +03:00
Vencislav Atanasov 1779210759 Export halls instead of header 2024-10-05 00:24:42 +03:00
Vencislav Atanasov 67024419e0 Remove top left cell from header array 2024-10-05 00:09:01 +03:00
Vencislav Atanasov 570f136ef8 Hide schedule and tracks when stands are selected 2024-10-01 20:15:55 +03:00
Vencislav Atanasov 97e9a15d9e Fix formatting 2024-10-01 20:13:59 +03:00
Vencislav Atanasov ff9fbf50a2 Skip empty brackets if there are no participant users 2024-10-01 20:04:42 +03:00
Vencislav Atanasov d08d52a361 Rename variables, show only relevant event types 2024-10-01 20:02:53 +03:00
Vencislav Atanasov b3585ee1ce Implement row spanning 2024-10-01 01:52:38 +03:00
Vencislav Atanasov eec6c8d9f5 Rename processed events to row events 2024-10-01 01:52:38 +03:00
Vencislav Atanasov 300ea1c4e7 Skip hiding of empty rows 2024-10-01 01:52:38 +03:00
Vencislav Atanasov 05de30ee00 Remove unused code 2024-10-01 01:52:38 +03:00
Vencislav Atanasov 87783809f8 Hide speaker organisation 2024-10-01 00:02:18 +03:00
Vencislav Atanasov bea290a5e6 Change default year to 2024 2024-09-30 23:53:00 +03:00
Vencislav Atanasov d48b5d05d4 Merge events by columns 2024-09-30 19:41:06 +03:00
Vencislav Atanasov f99cd4bdaa Better misc track hiding 2024-09-28 21:50:46 +03:00
Vencislav Atanasov 477ea115e8 Somehow working schedule table 2024-09-28 21:41:02 +03:00
Vencislav Atanasov 3d4e0faf60 Change id/key of rows/cells 2024-09-28 21:10:41 +03:00
Vencislav Atanasov 8f3fedcf07 Rename SlotTime to TimeSlot 2024-09-28 21:09:11 +03:00
Vencislav Atanasov b0c6569685 Switch date operations to date-fns 2024-09-28 21:07:31 +03:00
Vencislav Atanasov e2056c3d72 Install date-fns 2024-09-28 20:09:18 +03:00
Vencislav Atanasov e52f045775 Implement slot time, move table cell components to a directory 2024-09-28 20:08:45 +03:00
Vencislav Atanasov 277e3a215b Initial microslots implementation 2024-09-28 19:48:57 +03:00
Vencislav Atanasov 01f29b80c5 Add placeholder for time column 2024-09-26 20:19:52 +03:00
Vencislav Atanasov 3854bc0507 Fix wrong href 2024-09-26 20:13:10 +03:00
Vencislav Atanasov 4e68064e02 Add date functions, add day headers in the schedule 2024-09-26 20:07:23 +03:00
Vencislav Atanasov cd6cce7d1e Remove all remaining calls to getSpeakerName 2024-09-24 18:10:31 +03:00
Vencislav Atanasov 04cf4740ac Use concatenated speaker name from API 2024-09-24 02:17:37 +03:00
Vencislav Atanasov 338eb555ad Mark unused variables 2024-09-24 02:13:02 +03:00
Vencislav Atanasov c5776739e0 Add speaker pictures 2024-09-24 02:05:34 +03:00
Vencislav Atanasov 66ac808f42 Parse dates in the API response, simplify sorting 2024-09-24 01:40:07 +03:00
Vencislav Atanasov a3a2ed8c3f Hide table header when no items are available 2024-09-23 18:57:28 +03:00
Vencislav Atanasov c3d38a0fae Fix relation matching 2024-09-23 18:55:05 +03:00
Vencislav Atanasov 4128e0e68a Optimize schedule table rendering 2024-09-23 18:48:43 +03:00
Vencislav Atanasov 70b1b36852 Normalize API responses before parsing/rendering 2024-09-23 18:15:16 +03:00
Vencislav Atanasov acbe54a325 Add filtering by event type id 2024-09-23 18:00:42 +03:00
Vencislav Atanasov b17572da4b Remove lang from schedule table hook, reorder items 2024-09-23 17:13:34 +03:00
Vencislav Atanasov 8121f3fc30 Move language chooser to the top 2024-09-23 17:00:11 +03:00
Vencislav Atanasov e1ac195910 Fix property reading 2024-09-23 01:47:27 +03:00
Vencislav Atanasov a7fd3ff401 Add GitHub CI/CD config 2024-09-22 16:14:57 +03:00
Vencislav Atanasov 0447f0d85a Misc fixes 2024-09-22 16:05:04 +03:00
Vencislav Atanasov 59cc49db3d Fix for missing property 2024-09-22 15:05:07 +03:00
Vencislav Atanasov f6c71b9897 Fix progress tracking of schedule, render participant users and feedback link using the newly created components 2024-09-22 04:04:32 +03:00
Vencislav Atanasov 316e75c3f7 Implement the old template rendering of the event component 2024-09-22 04:03:45 +03:00
Vencislav Atanasov 89d6ad71d9 Add language and event type classes to event cells 2024-09-22 04:02:23 +03:00
Vencislav Atanasov 2afc4f2b6a Create speaker and feedback link components 2024-09-22 04:01:57 +03:00
Vencislav Atanasov 1dd3ff9292 Add ids and relations to the API responses, add completion flag to data loading hook 2024-09-22 03:59:35 +03:00
Vencislav Atanasov 2e83ef89b4 Add function for fixing and improving the API responses 2024-09-22 03:57:55 +03:00
Vencislav Atanasov 4774dcda11 Fix propTypes 2024-09-22 02:42:16 +03:00
Vencislav Atanasov 86833b5276 Fix schedule chooser 2024-09-22 02:30:16 +03:00
Vencislav Atanasov 24bcaa6d23 Sample event rendering 2024-09-22 02:08:52 +03:00