aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/components
AgeCommit message (Collapse)Author
2018-06-01Small Css improvements on Referential Overviewci-masterZog
2018-05-04Refs #6923; Implement a consolidated viewZog
2018-04-27Refs #6572; Update filters on referentials listZog
2018-04-13Merge pull request #446 from af83/6382-compliance-control-block-refactoLuc Donnet
Refs #6382 Refacto display of ccblock transport mode errors
2018-04-13Fix css for errors display on compliance control block Refs #63826382-compliance-control-block-refactoLuc Donnet
2018-04-10Refs 5846; Fix wrong translationZog
And a very small css fix
2018-04-05Refs #6382 Refacto display of ccblock transport mode errorscedricnjanga
2018-03-30Merge pull request #429 from af83/6363-fix-sticky-headerLuc Donnet
6363 Fix sticky title overlapping buttons
2018-03-29Refs #6156 Change capitalization of pagination textcedricnjanga
2018-03-29Refs #6363; Fix sticky title overlapping buttons6363-fix-sticky-headerZog
2018-03-15Merge pull request #372 from af83/6146-line-statesLuc Donnet
6146 Line state update
2018-03-15Refs #6143; Configurable extra headers on VJs editorZog
2018-03-14Refs #6146; Fix display in tablesZog
2018-03-02Merge pull request #337 from af83/5982-add-error-message-on-vj-creation-modalteddywing
5982 Show error in VJ creation modal when no JP is selected
2018-03-01Remove useless shadowZog
2018-03-01Small improvements on referential overviewsZog
2018-02-27Small css fix on referential overviewsZog
2018-02-23Refs #5982; Show error in VJ creation modal when no JP is selectedZog
2018-02-22Refs #5398; Add a locale selector menu itemZog
2018-02-19Refs #5911 @2h; Better stops filters on ReferentialVJs#indexZog
2018-02-19Refs #5853 @2h; Add a detailed calendars view on VJs editorZog
2018-02-09Refs #4126 @2h; Add more translationsZog
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-06Merge pull request #278 from af83/5832-fix-filter-by-stopareas-on-vjs-indexLuc Donnet
5832 fix filter by stopareas on vjs index
2018-02-02Refs #3542; Small css fix3542-referential-overviewZog
2018-02-02Refs #3542; Better display for short referentialsZog
2018-02-02Refs #3542; Add a date lookupZog
2018-02-02Refs #3542 @2h; Various UI improvements (hopefully)Zog
2018-02-02Refs #3542 @1h; Add sticky headerZog
2018-02-02Refs #3542 @1h; Adds filtersZog
2018-02-02Refs #3542 @1h; Add Time navigationZog
2018-02-02Refs #3542; Adds paginationZog
2018-02-02Refs #3542 @4h; First UIZog
Still missing: - Pagination - Filters
2018-02-02Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-indexZog
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-01Merge pull request #274 from af83/5576-vehicle-journeys--filter-by-lineLuc Donnet
5576 vehicle journeys filter by line
2018-02-01_select2.sass: Prevent drop-down arrow from overlapping selectionTeddy Wing
When the text of the current selection was very long, it could extend to the end of the input, the farthest right: +-------------------+ | Long text is long | +-------------------+ The problem is that the arrow indicating you can click on the input to bring up a drop-down list of options would cover the "g" in "long" in the above example (well, not exactly because of proportional width characters, but you get the idea). Fix the overlap by overriding Bootstrap Select2's style from app/assets/stylesheets/vendor/select2-bootstrap.css:306-309, which looks like this: .select2-container--bootstrap .select2-selection--single .select2-selection__rendered { color: #555555; padding: 0; } Obviously, the padding is wrong. We need some right padding to give room for the arrow. What are you thinking Bootstrap Select2? Refs #5576
2018-02-01Refs #5798 @3h; Show return journeys on the journeys' editor.Zog
2018-01-31Refs #5796; Fix dropdown menu5796-fix-vjs-indexZog
2018-01-31Merge pull request #240 from ↵Luc Donnet
af83/5571-remove-pagination-on-referential-vjs-index 5571 Let the user select the number of items per page on ReferentialVehicleJourneys#index
2018-01-31Merge pull request #263 from af83/5750-non-commercial-stop-areasLuc Donnet
5750 non commercial stop areas
2018-01-30Merge pull request #254 from af83/developer-toolbarLuc Donnet
Add a toolbar for devs to easily manage permissions and features
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-25Refs #5586; CR #2Zog
2018-01-25Refs 5586; CR #1Zog
2018-01-25Refs #5586 @1h; Ensure retrocompatibilityZog
And remove snapshots (we don't need it anymore)
2018-01-25Refs #5586 @2h; Better implementation of groupsZog
Used it in Lines#index and Lines#show, probably broke everything else
2018-01-24Add links to docdeveloper-toolbarZog
2018-01-24Add a toolbar for devs to easily manage permissions and featuresZog
2018-01-19Merge pull request #238 from af83/5563-show-parent-stop-typeLuc Donnet
5563 Show StopArea type in select box