aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/packs
AgeCommit message (Collapse)Author
2018-04-16Refs #6551; Add CustomFields to JourneyPatterns6551-add_custom_field_values_to_journey_patternsZog
2018-04-11Make ReactJS views IE-compliant :firework:ie-fixesZog
2018-03-29Refs #6075 Change default attributes for stop areascedricnjanga
2018-03-29Refs #6075 Set defaults attributes for stop point depending on stop area kindcedricnjanga
2018-03-26Refs #6220 Change conditions to displays vehicle journeys errorscedricnjanga
2018-03-12Refs #6133; Add options on the Exports, and forward them tu the UXZog
2018-02-23Better UI for maps showing mltiple routesZog
2018-02-02Refs #3542 @1h; Add Time navigationZog
2018-02-01Merge pull request #273 from af83/5798-show-return-times-on-vjs-editorLuc Donnet
5798 Show return journeys on the journeys' editor.
2018-02-01Refs #5798 @3h; Show return journeys on the journeys' editor.Zog
2018-01-31Refs #5682 @3h; Use same UI as for timetablesZog
2018-01-31Disable immature featureZog
2018-01-26Refs #5750 @1h; Add a "kind" attribute to StopAreasZog
This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones
2018-01-26Refs #5741 @2h; Add a map of all routes on a line#showZog
2018-01-11Merge pull request #227 from af83/5551-handle-custom-fields-in-vjs-editorLuc Donnet
5551 Handle custom fields in VJs editor
2018-01-11Merge pull request #221 from af83/5465-dezoom-map-if-too-close-to-bordersLuc Donnet
5465 Dezoom map if stop areas are too cleose to borders
2018-01-11Refs #5551 @0.5h; Implement the custom fields in the creation modalZog
And Refactor the component in the process
2018-01-10Merge pull request #217 from af83/5502-remove-search-from-selectsAlban Peignier
Don't use Ajax in JP selector in VJs editor. Refs #5502
2018-01-10Import createLogger. Refs #51565156-handle-long-distance-routesAlban Peignier
2018-01-10Refs #5437 @2h; Update Rect to v16Zog
Because it is needed to test the components. Major issue: Proptype now lives in a separate package, hence the huge diff
2018-01-10Refs #5465 @0.25h; Dezoom map if stop areas are too cleose to bordersZog
2018-01-09Refs #5502 @4h; Don't use Ajax in JP selector in VJs editor5502-remove-search-from-selectsZog
When the number of possible values is low (<10), display the values right away, don't use an Ajax query
2018-01-08Refs #5455 @6h; Add time and distance between stops in Journey PatternsZog
- Adds a `JSON` attribute in the model - Adds the fields in the editor
2018-01-04Refs #5465 @1h; Fit map zoom on Route#show to display all stop areas5465-dezoom-routes-showZog
2017-12-27Refs #5407; Disable edition mode while editor is loadingZog
2017-12-27Refs #5407 @4h; First UI implementationZog
- Add most of the react code - And the specs where possible Still remains: - Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
2017-10-09Working standard webpacker configcedricnjanga
2017-10-06Add vehicle journey appcedricnjanga
2017-10-06Add webpacker gem and migrate the React appscedricnjanga