Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Turismo Rural Turismo Rural
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • O Turismo Rural em São Francisco de Paula
  • Turismo RuralTurismo Rural
  • Merge requests
  • !24

Merged
Created Apr 07, 2024 by Vinícius C@vinicius.chavesOwner2 of 3 tasks completed2/3 tasks

refactor(no-ref): post merge fixes

  • Overview 1
  • Commits 7
  • Pipelines 2
  • Changes 35

Changes:

  • GradientText: now uses app-defined global themes
  • GradientText: now consistent across different pages
  • ExperienceScreen: fixed category chips on smaller phones
  • ExperienceScreen: minor visual enhancements
  • TagSelectionScreen: removed Scaffold (as it's already in MainScreen)
  • TagSelectionScreen: now uses ChoiceChip instead of FilterChip, and Material defaults
  • TagSelectionScreen: removed routing
  • TagSelectionScreen: removed TagWidget as it's simply a ChoiceChip
  • TagSelectionScreen: moved BlocBuilder and background to build()
  • TagSelectionScreen: changed logic from 'tag in List selectedTags' to 'selectedTags[tag.id] = true' (so it's the same as on experience screen)
  • TagSelectionScreen: removed non-specific theme data
  • Tags: changed from List to Set
  • ExperienceCategories: changed from List to Set
  • RegisterImagesDescription: renamed to SignupDescription and moved to signup feature
  • SignupDescription: changed button to SubmitButton (shared)
  • SignupDescription: removed Scaffold (as it's already in MainScreen)
  • SignupDescription: removed Future call on image upload. Must use bloc events for that.
  • SignupDescription: refactored code
  • SignupDescription: rewrote attachments field
  • SignupDescription: removed non-specific theme data
  • RegisterForm: renamed to SignUpForm
  • SignUpForm: removed redundant textfield widget
  • SignUpForm: refactor code
  • SignUpForm: removed Scaffold (as it's already in MainScreen)
  • SignUpForm: removed non-specific theme data
  • Refactoring (no functional changes, no api changes)

Does this MR introduce a breaking change?

  • Yes
  • No
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: refactor/no-ref/post-merge-fixes