demarches-normaliennes/app/javascript
Pierre de La Morinerie fc8a0d46ff editor: insert new champs after the last fully visible champ
Before, when the "Add new champ" button was clicked, the new champ
was inserted after the **first** fully visible champ.

That was most of the time unexpected. The correct behavior would be to
insert the new champ after the **last** fully visible champ.

That's what this commit does. Now the "Add new champ" behavior feels
much less confusing.
2019-11-07 15:19:11 +01:00
..
components/TypesDeChampEditor editor: insert new champs after the last fully visible champ 2019-11-07 15:19:11 +01:00
manager/fields Explicitly import jQuery 2018-08-13 15:17:13 +02:00
new_design procedure: make the layout more similar to the mockup 2019-10-31 10:27:19 +01:00
packs procedure: make the layout more similar to the mockup 2019-10-31 10:27:19 +01:00
shared javascript: display a localized message on upload errors 2019-10-24 16:12:56 +02:00