Merging toolbar with draw support#9
Merged
offtherailz merged 7 commits intoofftherailz:featuregrid_datafrom Jul 19, 2017
Merged
Merging toolbar with draw support#9offtherailz merged 7 commits intoofftherailz:featuregrid_datafrom
offtherailz merged 7 commits intoofftherailz:featuregrid_datafrom
Conversation
…olbar_featuregrid
…Support # Conflicts: # web/client/actions/featuregrid.js # web/client/components/data/featuregrid/FeatureGrid.jsx # web/client/components/data/featuregrid/toolbars/Toolbar.jsx # web/client/epics/featuregrid.js # web/client/reducers/featuregrid.js # web/client/selectors/featuregrid.js # web/client/utils/FeatureGridUtils.js
offtherailz
added a commit
that referenced
this pull request
Jul 27, 2017
* Merge to master branch * aligned to current feature grid functionalities * add layer title and loading * add featuregrid selector * replaced turf extent with turf bbox * fixed eslint errors * add stub settings button * add column selector * Added feture grid styles * Fixed package * Removed react-copy-to-clipboard from package * Moved react-copy-to-clipboard * Fixed grid settings panel * improved style with inbox shadow * add unit tests * support for selection/multiselection * support to selection finalized * externalized button toolbars * removed not used import * first setup for editing * Added new icons and updated feature grid styles * Implemented changes and delete dialog * draft of delete * implementation of basic number editor. Improved save flows * fixed test * first draft of creation feature * Featuregrid & editing integration (#7) * Merge branch 'iss_1819_extend_draw_support' into HEAD # Conflicts: # web/client/actions/featuregrid.js # web/client/components/data/featuregrid/FeatureGrid.jsx * wip Integration of edit support with new feature grid * WIP integration feature grid * wip continue working on integration of editing and feature grid * refactor toolbar and epic * wip 3 - revision on api of drawsupport * wip edit support, added tests and documentation * disable multi-edit by default. Fixed style * updating toolbar featuregrid (#8) * wip 1 revision toolbar feature grid * wip 2 added in changes when geom changes plus minor stuff * removed unused stuff * Implemented validity checks, fixed issues with NaN in numeric fields * accept string in number editor * Merging toolbar with draw support (#9) * wip 1 revision toolbar feature grid * wip 2 added in changes when geom changes plus minor stuff * removed unused stuff * wip 3 edit flow almost complete * fixed minor issue after merge * Add sample edit focus functionality * hoc work in progres * add package.json * Featuregrid hocs with editing (#10) * wip 1 revision toolbar feature grid * wip 2 added in changes when geom changes plus minor stuff * removed unused stuff * wip 3 edit flow almost complete * fixed minor issue after merge * implemented flow of editing for leaflet * finalizing connection of drawing with feature grid toolbar, plus minor fixes * fixed single selection and new entry * finalized hoc * add support to WMS layer version * refresh layer version on save * Finalized editing featuregrid drawtools (#12) * fixed pagination and sorting * fixed highlight for view mode (#13) * improved editing buttons and externalized general functionalities * fixed wrong get return in featuregrid rows * add possibility to save without geometry * add workaround for GEOS-7233 and reset on close * escape special charapters in WFS * Changes featuregrid (#14) * fixed highlight for view mode * moved reducer to map plugin + test * added tests * improved new feature draw tools * added closedialog * fixsed reducer * fixed test names * Fixed close grid. Localized editor footer and empty text * fixed delete message, closedialog, added adminselector (#15) * fixed delete message, closedialog, adminselector * fixed new ft geom * Avoid editing when same value provided * Add some unit tests * usage of selectors in epics * add saving functionalities
offtherailz
pushed a commit
that referenced
this pull request
Aug 5, 2019
offtherailz
pushed a commit
that referenced
this pull request
Sep 6, 2019
* Geostory scheleton (geosolutions-it#4014) * Geostory sections (geosolutions-it#4029) Add base structure for geostory scroll handlers and background setup (base support for immersive or cover backgrounds) . * Geostory base text editing and content wrapper (geosolutions-it#4033) * Fix #9 Contents - Image (geosolutions-it#4038) * Geostory scroll immersive (geosolutions-it#4044) * Fix #69 Builder - Section Editor - Section selector - Title (geosolutions-it#4063) * Geostory add Section (geosolutions-it#4078) * Fix random failure of getFeatureInfoOnFeatureInfoClick WMS test (geosolutions-it#4091) (geosolutions-it#4099) * Fix issue 78 Load story configuration (C039_geostory) (geosolutions-it#4096) * Fix issue 78 Load story configuration * removed unneeded action in epic stream * removed unneeded comment * skip failing test * Fix issue 62 Media Editor - Image (C039_geostory) (geosolutions-it#4101) * First version of media editor (missing tests) * Adding tests and documentation * adding modify logic for media image with tests * mediaEditor closed by default * update node version to 8.6.0 in .travis.yml * skip failing test for the moment * Geostory - Normal editor - Title (C039_geostory) (geosolutions-it#4102) * Fix issue 75,71 added content toolbar everywhere and media editor and media section (C039_geostory) (geosolutions-it#4107) * Fix Background content toolbar (C039_geostory) * it contains also tests * added editing for media and correct update of resource id * also restructured the sample story for new layout of paragraph * adding media toolbar on every Image * missed one test in prevois commit * Adding Media Section for GeoStory * issue 71 * add some styles for immersive layout * Removed section typemedia * Fixed missing parts of SectionTemplate removals * Fixed styles and minor changes * fix add button position in geostory column content * Fix media section toolbar as paragraph * removed .only in tests * Add column and immersive tests * revert error commit * revert error commit * Fixed immersive tests * Fixed column test * Add remove button for images and immersive background * Fixed remove buttons * improve style of cascade layout * Fixed array remove * * removed path geostory * image placeholder * fix tests * Add default resources for newgeostory fix edit for empty background * fix scrollbar in media editor * Add remove to text. Add recursive conainer removal * add tests for column and actions and content toolbars * resotred tests.webpack.js changes committed in error * removed temp comment * update toolbar position and patterns * fix failing epic test * fix edit media for media inside immersive columns * Add auto scroll for new content * fix lint error
This file contains hidden or 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
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.
edit flow almost complete