-
Notifications
You must be signed in to change notification settings - Fork 18
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: merge optimizations and new features from release/hb/meinquartier #969
Open
donni106
wants to merge
494
commits into
master
Choose a base branch
from
feature/optimizations-from-release-hb-meinquartier
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: merge optimizations and new features from release/hb/meinquartier #969
donni106
wants to merge
494
commits into
master
from
feature/optimizations-from-release-hb-meinquartier
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
donni106
changed the title
feat: merge optimizations from release/hb/meinquartier
feat: merge optimizations and new features from release/hb/meinquartier
Feb 19, 2024
MQGB-123
…chen-durch-karte-zu-ersetzen' into 'release/hb/meinquartier' chore(poi): renamed headline See merge request ikusei/smart-village-app-app!561
…tions are given MQGB-125
…stellungen' into 'feature/MQGB-125-zentrierung-kartenansicht-im-bereich-a-z' fix(location settings): fallback to center of Germany only if no locations are given See merge request ikusei/smart-village-app-app!563
…/MQGB-125-zentrierung-kartenansicht-im-bereich-a-z' chore(poi): remove overview headline See merge request ikusei/smart-village-app-app!564
…-z' into 'release/hb/meinquartier' fix(map): center always to `defaultAlternativePosition` See merge request ikusei/smart-village-app-app!562
- added paddings to bookmark sections to be visually separated - adjusted paddings for text list items with card to be the same whether there is an image or not - passed the new `listType` down to the bookmark category screen in order to keep the same list type across all the bookmark areas MQGB-99
- added missing error border and icon for date time picker in order to be visually aligned with the inputs MQGB-100
MQGB-100
MQGB-100
MQGB-100
…ansicht' into 'release/hb/meinquartier' fix(list items): adjust paddings See merge request ikusei/smart-village-app-app!565
…meinquartier' feat(layout): adjust alignment for info cards See merge request ikusei/smart-village-app-app!566
…d-anforderungen' into 'release/hb/meinquartier' feat: adjust paddings between form elements See merge request ikusei/smart-village-app-app!567
…d-anforderungen-2' into 'release/hb/meinquartier' feat: adjust sizes of form elements See merge request ikusei/smart-village-app-app!568
…d-anforderungen-3' into 'release/hb/meinquartier' feat: align checkboxes See merge request ikusei/smart-village-app-app!569
SVA-1348
SVA-1348
ardasnturk
requested changes
Sep 25, 2024
SVA-1348
SVA-1348
SVA-1348
ardasnturk
approved these changes
Sep 25, 2024
SVA-1348
SVA-1348
SVA-1348
donni106
force-pushed
the
feature/optimizations-from-release-hb-meinquartier
branch
from
September 26, 2024 15:39
21bf3bb
to
626bddc
Compare
…focus without typing a letter
… for sue placeholder image
d4v3d4vE
approved these changes
Oct 7, 2024
- deleted in export because the selectors folder was deleted from the consul folder - added missing text for noticeboard and alphabetized SVA-1348
- added `uploadMediaContent` to `NoticeboardCreateForm` with try-catch in for loop for multiple image upload feature - SVA-1348
- added `ImageSection` to `NoticeboardFormScreen` to show images added to the noticeboard SVA-1348
ardasnturk
force-pushed
the
feature/optimizations-from-release-hb-meinquartier
branch
from
October 8, 2024 08:39
643fc7c
to
4b4da29
Compare
donni106
commented
Nov 8, 2024
Lunch: (props: IconProps) => <SvgIcon xml={lunch} {...props} />, | ||
Lupe: (props: IconProps) => <SvgIcon xml={lupe} {...props} />, | ||
Mail: (props: IconProps) => <SvgIcon xml={mail} {...props} />, | ||
Mail: (props: IconProps) => <NamedIcon name="messagae-2" {...props} />, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
message-2
!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds optimizations and new features made while developing a certain release. The changes were needed for
master
. We need to merge all the other open PRs before checking this one again. This is done now!Please try out locally and navigate along the app and as much screens as possible. Check if there are errors or elements render badly.
SVA-1348