-
Notifications
You must be signed in to change notification settings - Fork 47
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
Feature/1125 cookie button #1509
Feature/1125 cookie button #1509
Conversation
small fixes in CookieNotice when selecting all cookies since the cookie notice now can be revisited. some prettifier justifications in App.js also.
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.
/** | ||
* @summary Hides all visible layers | ||
* | ||
* @param {object} props | ||
* @returns {object} React | ||
*/ |
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.
Old comment, remove or update
OK, I'd love to add my change to the CHANGELOG.md but are a bit stumped over where I should put my entry. |
Add it to the Unreleased => Added section! (At the bottom). The content under the unreleased section will be moved to a release tag at a later stage. Try formatting the entry to follow the other entries, will make sure formatting guidelines are added to contrib! The changelog was recently added and the contribution information hasn't been updated. Sorry! |
OK, Should I enter the comment like this:
I can enter something like this in the CONTRIBUTING.md above the point
In such a case would you like to have that as a separate PR? |
Would be awesome if you could contribute with that addition! Would like it as a separate PR in that case. Your suggested text is great. Maybe you could add a line regarding the other sections ( |
…nto sgi/develop * 'sgi/develop' of https://github.com/sweco-se/hajk-fork: (95 commits) bug: set cookie checkboxes to stored values after refresh (hajkmap#1511) Add property showAttributeTableButton in admin chore: changelog.md mentioned in contributing.md (hajkmap#1510) Feature/1125 cookie button (hajkmap#1509) changelog changed copy logic to navigator... moved formatValue outside scope Quick fix for hajkmap#1507 - make sure Rnd component doesn't get "dynamic" as input removed unnecessary variable in state updated logic for copying coordinates added comments minor fixes added default copy functionality if no comma appConf refactored handleCopy func basic copying functionality refactored styledIconButton padding change etc minor change to styling aligned buttons with inputs ... # Conflicts: # apps/admin/public/config_example.json # apps/backend/.env # apps/backend/App_Data/documents/exempeldokument.json # apps/backend/App_Data/documents/exempeldokument2.json # apps/client/public/apple-touch-icon.png # apps/client/public/fonts/Poppins-ExtraBold.woff # apps/client/public/fonts/Poppins-Medium.woff # apps/client/public/fonts/Poppins-Regular.woff # apps/client/public/fonts/Poppins-SemiBold.woff # apps/client/public/logo-sgi-light.svg # apps/client/public/logo-sgi.svg # apps/client/src/components/FeatureInfo/FeatureInfoContainer.js # apps/client/src/plugins/Coordinates/CoordinatesModel.js # backend/mapservice/App_Data/map_1.json # backend/mapservice/App_Data/oversiktsplan.json # backend/mapservice/App_Data/oversiktsplan_OLD.json # new-admin/public/config.json # new-backend/package-lock.json # new-client/public/appConfig.json # new-client/public/customTheme.json # new-client/public/favicon.ico # new-client/public/icon192.png # new-client/public/icon512.png # new-client/public/index.css # new-client/public/index.html # new-client/public/logoDark.png # new-client/public/logoLight.png # new-client/public/marker.png # new-client/public/marker_x2.png
feat: CookieNoticeButton control to show CookieBanner
small fixes in CookieNotice when selecting all cookies since the
cookie notice now can be revisited.
some prettifier justifications in App.js also.