Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/zbornica #546

Draft
wants to merge 305 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
305 commits
Select commit Hold shift + click to select a range
44a4c58
refactor(analytics): 💄 move some styles from CustomDIalog to Sidebar …
jalezi Oct 25, 2024
6f8d771
fix(analytics): 🐛 button show/hide all not showing correct label
jalezi Oct 26, 2024
da65d7c
refactor(analytics): ♻️ Remove PropTypes from CustomSeriesButtons com…
jalezi Oct 26, 2024
19bddc1
fix(analytics): 🐛 visibilty state of the buttons should remain unchanged
jalezi Oct 31, 2024
31bdfbe
feat(analytics): 🗃️ generate fake data for all slovenian municipalities
jalezi Nov 3, 2024
e90c570
feat(analytics): 🐛 conditionally render visibility toggle button base…
jalezi Nov 3, 2024
e6f9fe4
refactor(analytics): 🐛 rename variable for clarity in second chart se…
jalezi Nov 3, 2024
b213309
style(analytics): 🐛 update CSS units from rem to em for consistency
jalezi Nov 4, 2024
831c30c
feat(analytics): 🐛 refactor fake data generation and implement year s…
jalezi Nov 4, 2024
ec3d677
refactor(analytics): 🐛 rename state variable for clarity and update k…
jalezi Nov 4, 2024
712cd72
feat(analytics): 🐛 enhance map chart options and refactor year select…
jalezi Nov 4, 2024
dc70de1
feat(analytics): 🐛 enable map navigation and adjust button positioning
jalezi Nov 4, 2024
1535c51
feat(analytics): 🐛 enable data labels for map options in RichInfoClic…
jalezi Nov 4, 2024
2d74243
feat(analytics): 🐛 refactor fake data generation into a dedicated fun…
jalezi Nov 6, 2024
0de5572
feat(analytics): 🚸 add TouchDeviceNotification component to alert use…
jalezi Nov 6, 2024
3ea31aa
feat(analytics): 🐛 add styles for SecondFigure component in RichInfoC…
jalezi Nov 6, 2024
cd503d7
refactor(analytics): 🐛 update generateFakeData function to accept mun…
jalezi Nov 8, 2024
4638043
fix(analytics): 🐛 viewport does not navigate to the right chart
jalezi Nov 8, 2024
fd70f07
refactor(analytics): 🐛 move fake data and options for RichInfoClick t…
jalezi Nov 8, 2024
f39fa59
fix(analytics): 🐛 it navigates to the right chart but jumps
jalezi Nov 8, 2024
ce86151
feat(analytics): 🐛 add availability change by institution type chart …
jalezi Nov 17, 2024
773f938
feat(analytics): 🚧 add getTrendline func
jalezi Nov 18, 2024
b3d7351
feat(analytics): 🐛 add className prop to ChartCard, MapCard, and Rich…
jalezi Nov 18, 2024
99da481
feat(analytics): 🐛 update order of availability change chart and add …
jalezi Nov 18, 2024
1640a0f
feat(analytics): 🐛 update chart data proxy to handle missing titles a…
jalezi Nov 18, 2024
b2f5cf3
chore: ⬆️ upgrade MUI to v6@latest
jalezi Nov 19, 2024
aedb17f
fix(analytics): 🐛 update ChartHeader title to use dynamic mapOptions.…
jalezi Nov 21, 2024
85d1ec0
style: 🖌️ add padding to Card components and remove inline styles fro…
jalezi Nov 21, 2024
02b8943
feat(analytics): 🐛 add DataByYearAndAgeGroupCard component
jalezi Nov 21, 2024
15ead43
feat(analytics): 🐛 enhance DataByYearAndAgeGroupCard with improved to…
jalezi Nov 21, 2024
39ebb82
refactor(analytics): 🛠️ move RichInfoClick components to Cards direct…
jalezi Nov 21, 2024
7256703
refactor(analytics): ♻️ better property name for tooltip chart data
jalezi Nov 22, 2024
cf6300e
refactor(analytics): ♻️ move renderChart function to utils for better…
jalezi Nov 22, 2024
d44c1c0
refactor(analytics): 🛠️ refactor DataByYearAndAgeGroupCard to use cen…
jalezi Nov 22, 2024
a346f0d
feat(analytics): 🐛 enhance DataByYearAndAgeGroupCard with default set…
jalezi Nov 22, 2024
c565bb3
feat(analytics): ✨ introduce Card component for consistent card rende…
jalezi Nov 23, 2024
b4a5490
feat(dependencies): ✨ add class-variance-authority and clsx for impro…
jalezi Nov 23, 2024
2e27082
feat(analytics): ✨ add DashboardCard component with responsive layout…
jalezi Nov 23, 2024
4155c39
feat(analytics): ✨ add byMunicipalityMap for municipality-based data …
jalezi Nov 23, 2024
6810418
feat(analytics): ✨ enhance DashboardCard with responsive line charts …
jalezi Nov 23, 2024
de5a4de
feat(analytics): ✨ introduce Card component with dynamic HTML support…
jalezi Nov 24, 2024
cc27173
refactor(analytics): 🔄 remove Card and CardHeader components, migrate…
jalezi Nov 24, 2024
cf09581
refactor(analytics): 🔄 reorganize component imports and update paths …
jalezi Nov 24, 2024
fb41d43
refactor(analytics): 🔄 rename not component folders/files to kebab-case
jalezi Nov 24, 2024
f2dab4d
fix(analytics): 🔄 import types is broken after moving files around
jalezi Nov 24, 2024
db9087b
refactor(analytics): 🔄 rename Card.module.css to Cards.module.css for…
jalezi Nov 24, 2024
2f25cf7
feat(analytics): ✨ add Separator component for horizontal and vertica…
jalezi Nov 24, 2024
4f7e668
feat(analytics): ✨ integrate Separator component into DashboardCard a…
jalezi Nov 24, 2024
eb7004a
refactor(analytics): 🔄 replace string interpolation with class-varian…
jalezi Nov 24, 2024
e1665aa
refactor(analytics): 🔄 update CSS variables for consistent border rad…
jalezi Nov 24, 2024
f0ed2e8
feat(analytics): ✨ enhance card components with CardContent for impro…
jalezi Nov 25, 2024
2babf72
fix(analytics): 🔄 no margin-bottom to child elements in ChartSection …
jalezi Nov 25, 2024
ba1c0ef
feat(analytics): ✨ add dynamic padding variants to Card component for…
jalezi Nov 25, 2024
943ab60
fix(analytics): 🔄 multiple same ids
jalezi Nov 25, 2024
abfd844
fix(analytics): 🔄 remove margin-bottom from Card component for consis…
jalezi Nov 25, 2024
96c4546
fix(analytics): 🔄 update block padding for PaddingSmall class to impr…
jalezi Nov 25, 2024
1261cef
fix(analytics): 🔄 enhance layout and styling for DashboardCard compon…
jalezi Nov 25, 2024
cf2ba54
feat(analytics): 🚧 add xs and xl card padding
jalezi Nov 25, 2024
383ef5e
fix(analytics): 🔄 change CardTitle wrapper from span to div and clean…
jalezi Nov 25, 2024
1dd24f8
feat(analytics): 🚧 add CardDescription and CardFooter components with…
jalezi Nov 26, 2024
287f161
feat(analytics): 🚧 add Scorecard component with dynamic change direct…
jalezi Nov 26, 2024
9f02e08
feat(analytics): 🚧 implement groupBy function for nested data groupin…
jalezi Nov 26, 2024
b9f3599
feat(analytics): 🚧 add MotionCard component with play/pause functiona…
jalezi Nov 27, 2024
f3c456f
refactor(analytics): 🔄 update sloOBMap import paths and create new da…
jalezi Nov 27, 2024
4cc1ce6
refactor(analytics): 🔄 update import paths for data modules in Dashbo…
jalezi Nov 27, 2024
d78e124
feat(analytics): 🚧 enhance MotionCardHighMap with cleanup logic and c…
jalezi Nov 27, 2024
55c4be7
feat(analytics): 🚧 enhance chart options in MotionCard with boost set…
jalezi Nov 27, 2024
9e3dd95
fix(analytics): 🚀 could not deploy
jalezi Nov 27, 2024
9b2e2a2
Revert "fix(analytics): 🚀 could not deploy"
jalezi Nov 27, 2024
9130feb
chore(deps): update caniuse-lite to version 1.0.30001684
jalezi Nov 27, 2024
de91456
fix(deploy): update sloOBMap import paths to use new asset location
jalezi Nov 27, 2024
2c5ee7a
fix(analytics): update import paths to use fake-data for consistency …
jalezi Nov 27, 2024
f75dc94
fix(analytics): remove unused import statement from fake-data.js
jalezi Nov 27, 2024
f3f961b
fix(analytics): remove commented-out import statement from chart-opti…
jalezi Nov 27, 2024
9343488
fix(deploy): update import paths in DataByYearAndAgeGroupCard and uti…
jalezi Nov 27, 2024
ff77a53
fix(analytics): update import paths for consistency and correct impor…
jalezi Nov 27, 2024
41899ca
refactor(analytics): 🔥 remove examples section from page
jalezi Nov 28, 2024
a2e5a96
fix(analytics): update default 'as' prop from 'article' to 'div' and …
jalezi Nov 28, 2024
b4aeb07
fix(analytics): add HighchartsReactProps type definition to types.js
jalezi Nov 28, 2024
fd18e70
feat(analytics): refactor MotionCardHighMap to use HighchartsReactCom…
jalezi Nov 29, 2024
b85e683
fix(analytics): update import paths to use consistent casing for 'Dat…
jalezi Nov 29, 2024
9c52f12
fix(analytics): update import paths to use consistent lower-case for …
jalezi Nov 29, 2024
4ab7514
fix(analytics): update import paths to remove 'data-lower-case' refer…
jalezi Nov 29, 2024
ba87a02
fix(analytics): ⚡️ geojson too big
jalezi Nov 29, 2024
7746bc3
refactor(analytics): update data handling to use byAgeGroupAndYearMap…
jalezi Nov 29, 2024
bfc9297
fix(analytics): 🚚 wrong file extension .js -> .jsx
jalezi Nov 29, 2024
71d6a6f
fix(analytics): restore export for sloUEMap geojson file
jalezi Nov 29, 2024
6735899
refactor(analytics): update prop types documentation and adjust fakeH…
jalezi Nov 29, 2024
6fe579d
refactor(analytics): remove hardcoded height and boost options from m…
jalezi Nov 29, 2024
f3c1679
refactor(analytics): enhance MotionCardHighMap with improved state ma…
jalezi Nov 29, 2024
7229ec9
feat(eslint): add rule for label elements to ensure accessibility com…
jalezi Nov 30, 2024
ea61136
feat(MotionCardHighMap): add accessible label for range input and imp…
jalezi Nov 30, 2024
5769400
refactor(analytics): improve tooltip styling and set chart background…
jalezi Dec 1, 2024
ce96bab
refactor(analytics): update order values for availability change sect…
jalezi Dec 1, 2024
b78aa53
refactor(analytics): add desktop sidebar
jalezi Dec 3, 2024
fcec33d
refactor(Sidebar): update color and border styles for improved theming
jalezi Dec 4, 2024
fc3b459
refactor(Scorecard): add transparent border variable and apply to car…
jalezi Dec 4, 2024
8cda50c
refactor(Analytics): add PageContent class for consistent layout spacing
jalezi Dec 4, 2024
e96c0a8
refactor(Analytics): separate styles into Analytics.module.css and up…
jalezi Dec 4, 2024
4186678
refactor(Analytics): update fakeHeight values and add TODO for height…
jalezi Dec 4, 2024
458ec11
refactor(Analytics): replace inline styles with FiltersWrapper class …
jalezi Dec 4, 2024
0161839
fix(DataByYearAndAgeGroupCard): remove unnecessary inline styles
jalezi Dec 4, 2024
5175aca
refactor(Analytics): remove inline styles from figure elements and ut…
jalezi Dec 4, 2024
0982f7c
refactor(Sidebar): extract sidebar group rendering into a separate fu…
jalezi Dec 4, 2024
01da8b3
refactor(create-chart-data-proxy): replace manual slug generation wit…
jalezi Dec 4, 2024
b15be4a
refactor(DashboardCard): reorganize imports and apply FiltersWrapper …
jalezi Dec 4, 2024
ca89a98
refactor(Sidebar): enhance responsiveness with media queries and clea…
jalezi Dec 4, 2024
1d0e9a0
refactor(HighchartsOptions): add font family style to chart for consi…
jalezi Dec 4, 2024
17a2924
fix(RichInfoClick): wrong data
jalezi Dec 4, 2024
1f093f5
refactor(Analytics): remove fakeHeight hack and improve layout handli…
jalezi Dec 4, 2024
fe1c62c
feat(InsuredByDefinitionAndByAgeGroup): add new card for insured data…
jalezi Dec 8, 2024
e88fa15
refactor(InsuredByDefinitionAndByAgeGroup): create custom hook to man…
jalezi Dec 10, 2024
a25f4d1
refactor(ChartOptions): update color styles for selected states and s…
jalezi Dec 10, 2024
2144190
refactor(InsuredByDefinitionAndByAgeGroup): pass id prop to component…
jalezi Dec 10, 2024
9c81392
refactor(InsuredByDefinitionAndByAgeGroup): move inline styles to css…
jalezi Dec 10, 2024
b1e3981
feat(InsuredByDefinitionAndByAgeGroup): enhance layout with grid syst…
jalezi Dec 11, 2024
39b8c62
refactor(FilterForm): replace inline labels with a reusable Label com…
jalezi Dec 11, 2024
8eacc6f
feat(FilterForm): implement CustomReactSelect component and refactor …
jalezi Dec 12, 2024
36a3492
refactor(Analytics): update section names to 'examples' and enhance l…
jalezi Dec 12, 2024
03bc7b1
Merge commit '5177a7e3f1c2b953b8cf1c2e70cf5f69aeda3d56' into feat/zbo…
jalezi Jan 1, 2025
fc1e0f9
fix(MotionCard): replace fragment shorthand with Fragment component f…
jalezi Jan 2, 2025
2cfabec
fix(Analytics): add key prop to chart container for improved rendering
jalezi Jan 2, 2025
a2414ee
feat(Analytics): add PivotkeD component for enhanced data visualization
jalezi Jan 2, 2025
8825a49
feat(Analytics): add TaskA component and update related files for enh…
jalezi Jan 5, 2025
5d06df8
refactor(Analytics): update terminology and schemas for improved clar…
jalezi Jan 5, 2025
d3b3812
feat(Analytics): enhance chart tooltip formatting for improved data v…
jalezi Jan 5, 2025
dfedb63
feat(Analytics): filter out 'examples' section in production environm…
jalezi Jan 5, 2025
d0afa85
feat(Analytics): add translations and restructure Task components for…
jalezi Jan 6, 2025
48bf291
feat(Analytics): add Slovenian translations and update chart titles f…
jalezi Jan 6, 2025
464dbaf
feat(Analytics): restructure translations for TaskA and common elemen…
jalezi Jan 6, 2025
dc5e5ac
feat(Analytics): update color scheme for TaskA chart options to enhan…
jalezi Jan 6, 2025
e711597
feat(Analytics): update background colors in charts and components fo…
jalezi Jan 6, 2025
363969e
feat(Analytics): extract useCharts hook for better code organization …
jalezi Jan 6, 2025
c732311
feat(Analytics): update municipality selection to support multiple se…
jalezi Jan 8, 2025
d50c0e7
feat(Analytics): refactor data preparation and chart options handling…
jalezi Jan 8, 2025
c18a35b
feat(Analytics): refactor line chart data transformation and update p…
jalezi Jan 8, 2025
5995e20
feat(Analytics): refactor chart data handling and introduce utility f…
jalezi Jan 8, 2025
c64b7fb
feat(Analytics): add yearly statistics calculation for insured people…
jalezi Jan 8, 2025
78457bf
feat(Analytics): add city municipalities button with toggle functiona…
jalezi Jan 9, 2025
a670674
feat(Analytics): enhance chart data display with formatted insured co…
jalezi Jan 9, 2025
1d44ae7
feat(Analytics): enhance tooltip display for second chart with struct…
jalezi Jan 10, 2025
a75c137
feat(Analytics): simplify button state management and ensure correct …
jalezi Jan 10, 2025
0c18cf1
feat(Analytics): update type imports for TaskA and enhance ref usage …
jalezi Jan 10, 2025
81e4c81
feat(Analytics): refactor chart hooks to improve state management and…
jalezi Jan 10, 2025
c5d0c13
feat(Analytics): optimize useEffect dependencies for TaskA component
jalezi Jan 10, 2025
84206c2
feat(Analytics): add tooltips for line and map charts with structured…
jalezi Jan 11, 2025
fabf46d
feat(Analytics): add color customization options for map chart and up…
jalezi Jan 11, 2025
8b96045
feat(Analytics): update tooltip background color for improved visibility
jalezi Jan 11, 2025
790052d
feat(Analytics): update chart titles for improved clarity and consist…
jalezi Jan 11, 2025
bae39b7
feat(Analytics): add contract types and update data labels in localiz…
jalezi Jan 11, 2025
db36294
feat(Analytics): enhance card structure and localization for improved…
jalezi Jan 11, 2025
bcd313d
feat(Analytics): add insuredPeopleCountWithoutIOZ to localization and…
jalezi Jan 11, 2025
7d00130
feat(Analytics): add group and groupHeading styles for CustomReactSel…
jalezi Jan 11, 2025
081c037
feat(Analytics): update localization for doctor types and enhance dat…
jalezi Jan 11, 2025
6553066
feat(Analytics): update localization for iozRatio and insuredPeopleCo…
jalezi Jan 11, 2025
1200261
refactor(LineChartComponents): remove console log for options in Line…
jalezi Jan 11, 2025
8ef36d7
feat(Analytics): migrate data imports from CSV to JSON and refactor d…
jalezi Jan 12, 2025
1025c4e
feat(Analytics): enhance xAxis configuration by dynamically setting t…
jalezi Jan 12, 2025
8d51a11
refactor(Analytics): rename nekiOptions to initialChartOptions for cl…
jalezi Jan 12, 2025
59b8a48
feat(Analytics): create initialChartOptions for line chart configurat…
jalezi Jan 12, 2025
97058cd
refactor(Analytics): move data import and parsing logic to parsed-fil…
jalezi Jan 12, 2025
26da733
feat(Analytics): add FilterForm component for data selection and inte…
jalezi Jan 12, 2025
e3c0a54
feat(Analytics): add yAxis configuration for Task D with titles for c…
jalezi Jan 12, 2025
54b9b5b
feat(Analytics): update initialChartOptions with background color for…
jalezi Jan 12, 2025
c8062f0
feat(Analytics): enhance Task D localization and chart configuration …
jalezi Jan 12, 2025
0214bb2
feat(Analytics): add betterAccessibility age group constants for impr…
jalezi Jan 12, 2025
083a829
feat(Analytics): enhance Task A with all cities button and municipali…
jalezi Jan 13, 2025
55641ed
feat(Analytics): add "clear selection" and "all municipalities" butto…
jalezi Jan 13, 2025
cf56da0
feat(Analytics): disable button pointer events based on city selectio…
jalezi Jan 13, 2025
a909cac
feat(Analytics): update iozRatio labels for clarity and adjust MapCha…
jalezi Jan 13, 2025
9737706
feat(Analytics): enhance CustomValueContainer with dynamic className …
jalezi Jan 13, 2025
fb08c9f
feat(Analytics): update clear all button styles and class name for im…
jalezi Jan 13, 2025
bd3e1c7
feat(Analytics): enhance CustomValueContainer and styles for improved…
jalezi Jan 14, 2025
346e25b
feat(Analytics): update CustomValueContainer to conditionally render …
jalezi Jan 14, 2025
f1a6834
feat(Analytics): enhance CustomValueContainer with dynamic className …
jalezi Jan 14, 2025
745e697
feat(Analytics): update CustomValueContainer to display value count i…
jalezi Jan 14, 2025
dc60530
feat(Analytics): refactor color definitions in chart options for cons…
jalezi Jan 14, 2025
30200d9
feat(Analytics): add TaskSpecial component with filter form and chart…
jalezi Jan 14, 2025
f1f0aea
feat(Analytics): implement TaskSpecial data processing and chart seri…
jalezi Jan 15, 2025
68cb1ce
fix(Analytics): convert data.keys() to array for proper iteration in …
jalezi Jan 15, 2025
5af7aa6
fix(Analytics): iPhone Safari does not know about oklch
jalezi Jan 15, 2025
de8342c
refactor(Analytics): replace oklch color definitions with rgb for imp…
jalezi Jan 15, 2025
10d8078
refactor(Analytics): remove unused components and styles for cleaner …
jalezi Jan 15, 2025
866659a
refactor(Analytics): rename PivotkeD to TaskD for consistency and cla…
jalezi Jan 15, 2025
1f816b1
refactor(Analytics): remove example chart data to streamline codebase
jalezi Jan 15, 2025
82628e4
refactor(Analytics): remove unused SeriesButtons styles for cleaner c…
jalezi Jan 15, 2025
7070382
refactor(Analytics): update import paths for createCardDataProxy to i…
jalezi Jan 15, 2025
63d63a4
refactor(Analytics): remove ChartHeader component and associated styl…
jalezi Jan 15, 2025
3aa111c
refactor(Analytics): remove CustomSeriesButtons and SeriesButton comp…
jalezi Jan 15, 2025
e737180
refactor(Analytics): remove HighchartsReactComponent for cleaner code…
jalezi Jan 15, 2025
a3c6d79
refactor(Analytics): rename CustomReactSelect to Select for improved …
jalezi Jan 15, 2025
549566d
refactor(Analytics): rename CustomPopover to Popover for improved cla…
jalezi Jan 15, 2025
dc84998
refactor(Analytics): simplify Close button text in Modal component fo…
jalezi Jan 15, 2025
495c942
refactor(Analytics): add localization for Close button in Modal compo…
jalezi Jan 15, 2025
9ac69c2
refactor(Analytics): add touch device notification with localization …
jalezi Jan 15, 2025
8e9fe1c
refactor(Analytics): move TaskA and TaskSpecial components to a new d…
jalezi Jan 15, 2025
bc3e02c
refactor(Analytics): remove unused TaskC components and related files
jalezi Jan 15, 2025
acfea87
refactor(Analytics): move TaskSpecial components to a new directory s…
jalezi Jan 15, 2025
0dd5cc4
refactor(Analytics): remove TaskSpecial components and related files
jalezi Jan 15, 2025
b777257
refactor(Analytics): update import paths for FilterForm and MapAndCha…
jalezi Jan 15, 2025
64ca639
refactor(Analytics): remove IconButton styles and related CSS file
jalezi Jan 15, 2025
c66206a
refactor(Analytics): update import paths for layout styles to new dir…
jalezi Jan 15, 2025
b4aaa7b
refactor(locales): remove taskC entries from English and Slovenian lo…
jalezi Jan 15, 2025
49b2da9
refactor(locales, Analytics): update map settings labels and translat…
jalezi Jan 15, 2025
28cb033
refactor(Analytics): remove unused import statement from sections.js
jalezi Jan 15, 2025
e92fb64
refactor(Analytics, locales): add section titles for analytics in Eng…
jalezi Jan 15, 2025
3ecefb1
refactor(Analytics): adjust margin for chart section styling
jalezi Jan 15, 2025
52081f0
refactor(Analytics): remove debug console log from sections.js
jalezi Jan 15, 2025
cdedb70
refactor(Analytics, locales): add sidebar title for charts in English…
jalezi Jan 15, 2025
e46f0b6
refactor(Analytics, locales): update task titles and chart configurat…
jalezi Jan 16, 2025
97010f6
refactor(Analytics): freeze seriesToShow array for immutability
jalezi Jan 16, 2025
c1999d4
refactor(Analytics): centralize chart background and tooltip colors i…
jalezi Jan 16, 2025
dc452cd
refactor(Analytics): implement responsive layout for charts using CSS…
jalezi Jan 16, 2025
feed9b3
fixup c1999d
jalezi Jan 16, 2025
6af9907
refactor(Analytics): add plotOptions for series marker radius in char…
jalezi Jan 16, 2025
aba4c20
fix(locales): update Slovenian translation for insuredPeopleCount
jalezi Jan 16, 2025
a74f6ba
refactor(Analytics): remove unused plotLines configuration from chart…
jalezi Jan 16, 2025
17386e4
refactor(Analytics): add global highcharts credits config
jalezi Jan 16, 2025
020c768
feat(locales): add footer translations for doctors in English and Slo…
jalezi Jan 16, 2025
5fb7a0a
fix(locales): update English titles for taskB and taskD in translations
jalezi Jan 16, 2025
12c1eb8
style(Analytics): apply text-wrap balance to Sidebar and card components
jalezi Jan 16, 2025
3413db9
refactor(Analytics): move RenderOnViewportEntry to Analytics
jalezi Jan 16, 2025
c4ca006
fix(Analytics): update fakeHeight value for TaskSpecial component
jalezi Jan 16, 2025
ffb712a
feat(Analytics): implement new card layout and styles for Task compon…
jalezi Jan 17, 2025
4af602c
refactor(Analytics): remove unused Chart and MapAndChart CSS modules
jalezi Jan 17, 2025
bc53c8e
style(Analytics): use CSS variables for filters background and box sh…
jalezi Jan 17, 2025
6167b96
feat(Analytics): enable props spreading in Task components and improv…
jalezi Jan 17, 2025
83696b9
fix(Analytics): change CardTitle element to a div for improved semant…
jalezi Jan 17, 2025
9e855d6
fix(Analytics): change Sidebar section titles from h3 and h2 to div f…
jalezi Jan 17, 2025
0a1a0c0
fix(Analytics): change mapSettings title from h3 to div for improved …
jalezi Jan 17, 2025
5401137
fix(Analytics): update titles and subtitles in Task components for im…
jalezi Jan 17, 2025
4b02836
fix(Analytics): update Slovenian and English localization for gpGlava…
jalezi Jan 17, 2025
e6a7bf1
fix(Analytics): refactor filter state management and update year type…
jalezi Jan 17, 2025
0c8a61c
feat(Analytics): add public and private series to TaskD and enhance c…
jalezi Jan 18, 2025
c3c7513
feat(Analytics): implement useChart hook for dynamic chart options ma…
jalezi Jan 18, 2025
d0fc2dc
feat(Analytics): implement useChart hook for managing chart options a…
jalezi Jan 19, 2025
a1147d0
feat(Analytics): restructure chart options and localization for TaskD…
jalezi Jan 19, 2025
d9a840e
feat(Analytics): enhance LineChartTooltip with series indicators for …
jalezi Jan 19, 2025
378cfd4
feat(Analytics): add utility functions for exporting chart data to CS…
jalezi Jan 20, 2025
b07d417
feat(Analytics): add CSV and JSON export functionality to TaskSpecial…
jalezi Jan 20, 2025
e04cde5
feat(Analytics): add CSV and JSON export buttons to TaskD component
jalezi Jan 20, 2025
a358b29
feat(Analytics): add CSV and JSON download functionality to TaskA com…
jalezi Jan 20, 2025
c3acadb
feat(Analytics): add CSV and JSON export buttons to TaskD and TaskSpe…
jalezi Jan 20, 2025
e8c2ec7
feat(Popover): improve positioning and styling for better visibility …
jalezi Jan 20, 2025
7e014e8
feat(Analytics): replace button downloads with Popover for CSV and JS…
jalezi Jan 20, 2025
de9c04c
feat(Analytics): add CSV and JSON download options for map data in Ta…
jalezi Jan 20, 2025
c37251e
feat(Analytics): enhance Popover trigger styling and add hover effect…
jalezi Jan 20, 2025
fcd9ac6
feat(Analytics): add dropdown menu component with styling and structu…
jalezi Jan 21, 2025
127fb97
feat(Analytics): replace Popover with DropdownMenu for export options…
jalezi Jan 21, 2025
c287cf6
feat(Analytics): add export menu and localization for TaskA, TaskD, a…
jalezi Jan 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ module.exports = {
'import/prefer-default-export': 'off',
'react/react-in-jsx-scope': 'off',
'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx'] }],

'no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
// @TODO: These should be turned "ON" one by one
'react/jsx-props-no-spreading': 'warn',
'jsx-a11y/label-has-associated-control': [
2,
{
labelAttributes: ['label'],
},
],
},
settings: {
'import/resolver': {
Expand Down
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,27 @@
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"@mui/system": "^6.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@tanstack/react-table": "^8.20.5",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^15.0.5",
"@testing-library/user-event": "^14.5.2",
"class-variance-authority": "^0.7.0",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"json2mq": "^0.2.0",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"lucide-react": "^0.473.0",
"markdown-to-jsx": "^7.5.0",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -30,10 +38,12 @@
"react-router": "^6.22.2",
"react-router-dom": "^6.26.1",
"react-scripts": "^5.0.1",
"react-select": "^5.8.3",
"react-style-proptype": "^3.2.2",
"slugify": "^1.6.6",
"uuid": "^10.0.0",
"web-vitals": "^4.2.3"
"web-vitals": "^4.2.3",
"zod": "^3.24.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -53,6 +63,7 @@
],
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/highcharts": "^7.0.0",
"@types/node": "^22.5.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
Expand All @@ -71,6 +82,10 @@
"npm": "please-use-yarn",
"yarn": ">=1.22.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"jest": {
"collectCoverageFrom": [
"src/tests/unit/**/*.{js,jsx,ts,tsx}",
Expand Down
Loading
Loading