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

fix: redo the text and search components based on React Native Paper #1449

Merged
merged 48 commits into from
Jun 11, 2024

Conversation

paulschreiber
Copy link
Member

@paulschreiber paulschreiber commented May 31, 2024

Description

Redo the text and search components based on React Native Paper

  • remove old SearchBar and FormTextArea components
  • create new TextInputComponent
  • eliminates our own code for adding search icons and clearing searches
  • remove some duplicate string entries for project name/description/search
  • refactored the ProjectForm code to get rid of SharedFormComponents (which wasn't shared) and EditHeader (which never appeared)
  • use consistent spacing on lists of checkboxes and switches
  • remove nonfunctional download link from project settings

Courtney approved the use of the rounded corner search field.

Related Issues

Corresponding Select box fix #1443
Addresses #688.

dev-client/src/components/IntervalForm.tsx Outdated Show resolved Hide resolved
dev-client/src/components/ListFilter.tsx Outdated Show resolved Hide resolved
dev-client/src/components/SiteNoteForm.tsx Outdated Show resolved Hide resolved
dev-client/src/constants.ts Outdated Show resolved Hide resolved
dev-client/src/screens/HomeScreen/components/MapSearch.tsx Outdated Show resolved Hide resolved
paulschreiber and others added 26 commits June 10, 2024 18:32
fixes problem when two transparent colors were stacked resulted in a blended color
- remove unused EditHeader
- refactor away SharedFormComponents (which wasn’t shared)
Co-authored-by: Carissa Knipe <carissa@techmatters.org>
@paulschreiber paulschreiber merged commit 0894a9c into main Jun 11, 2024
9 checks passed
@paulschreiber paulschreiber deleted the fix/text branch June 11, 2024 01:23
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.

2 participants