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

[issue-4] - Fix accesibility issues AutoSuggest address component #5

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Conversation

justiandevs
Copy link

Ticket: issue 4

Signalen

Before opening a pull request, please ensure:

  • Make sure your PR title follows naming conventions: [feat-1234]: name feature
  • Double-check your branch is based on main and targets main
  • Pull request has tests (we are going for 100% coverage!)
  • Code is well-commented, linted and follows project conventions
  • Committed source code is headed by the correct SPDX license expression

Be kind to code reviewers, please try to keep pull requests as small and focused as possible :)

SireeKoolenWijkstra and others added 23 commits November 6, 2023 09:34
* Add locatie on desktop

Change styling and remove no container found on map functionality.

* Add dynamic text desktop on detailpanel

* Change language properties

* Change old comment

* Add deprecation message
* Refactor FilterForm to TS

* Refactor FilterForm test to TS

* Fix failing tests

* Added some more types
Changed "U kunt dit formulier niet verder invullen. Lees in de rode tekst hieronder waar u uw melding wél kunt doen." to "U kunt dit formulier niet verder invullen. Lees onder de antwoorden waar u uw melding wel kunt doen."
… form (Amsterdam#2739)

Implement useWatch

FormValues are not always updated because Detail is not always rendered anew. After 3 clicks a bug appears. Therefor implemented useWatch, so updates are monitored and only the effected component is rerendered
* Create accordion component

* Implement in CheckboxGroup

* Implement in radiobuttons and category group

* Implement in CategoryGroups

* Add accordion styling

* Add page styling

* Fix double title

* Add SPDX

* Show count when pre-selected main category

* Resolved PR feedback

* Adjsut tests

* Add tests accordion
also changed Standaardteksten per status to Standaardteksten volgorde.
Only users with permission add_attachment will see the button Bestand toevoegen
Only users with permission change_attachment will see the edit icon.
Permissions change_attachment and add_attachment are added to permissions for Attachments
Permissions are moved to constants file in IncidentDetail directory.
…#2750)

* Change label color with newDesignDystem prop

* PR feedback
* Fetch standard texts correctly

* Return null when standardTexts are undefined

* PR feedback
…efresh icon. (Amsterdam#2752)

Since this is a bug in prod, transforming IncidentOverviewTitle to tsx will have a separate PR.
…msterdam#2754)

* Order incident table with headers instead of dropdown

Order by clicking header
Put sort icon in own folder
Extract Th component to own component
Styling table header
Add Chevron svg instead of string value

* Add requested changes

* Fix test

* Add small change

* Add element type
* Put search bar to top menu

* Change tests

* Fix test coverage

* PR feedback

* PR feedback
…osuggest is tested for dealing with changes, it does not need to be also tested in FilterForm.test (Amsterdam#2758)

serviceParams as props for PDOKAutosuggest
show objects in list view, make clickable and show selectable objects:

* Change folders
* Add detail panel tests
* Add IconList test
* Fix max asset warning when selection is empty
* Fix jumping to location when there's one allready
* Test useSelectionProps
* When zoom threshold is not reached, dont show detailpanel on mobile
@justiandevs justiandevs linked an issue Nov 23, 2023 that may be closed by this pull request
…-select' into fix-accesibility-issues-address-select

# Conflicts:
#	src/signals/incident/components/form/MapSelectors/Asset/Selector_v2_removeafterfinishepic5440/DetailPanel/DetailPanel.tsx
#	src/signals/incident/components/form/MapSelectors/Asset/Selector_v2_removeafterfinishepic5440/Selector.tsx
…-select' into fix-accesibility-issues-address-select

# Conflicts:
#	src/signals/incident/components/form/MapSelectors/Asset/Selector_v2_removeafterfinishepic5440/Selector.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve accessibility of address autocomplete
4 participants