• Info text on admin/config/media/breakpoints
  • Save weight for each breakpoint per group (use order of breakpoints as weight)
  • @media isn't editable inside a group
  • clear cache after creating/deleting group
  • add permissions
  • make theme breakpoints overridable
  • add interface for multipliers
  • add ctools export/import functionality: Blocked until #1649238: Implement CMI Exportable Controller is committed

Comments

Jelle_S’s picture

Done:

  • Info text on admin/config/media/breakpoints added
  • Weights are now saved for each breakpoint per group
  • @media is now only editable on the 'global' settings page
  • Cache is cleared after creating/deleting a group (replaced all usages of menu_rebuild() with menu_router_rebuild() according to this comment.
  • Added permissions.

Todo:

  • Add ctools export/import functionality.

This is currently not possible yet because the breakpoints are saved using the new config system. See #1649238: Implement CMI Exportable Controller.

Jelle_S’s picture

Issue summary: View changes

Updated issue summary.

attiks’s picture

thanks!

attiks’s picture

Issue summary: View changes

Updated issue summary.

Jelle_S’s picture

Issue summary: View changes

Updated issue summary.

Jelle_S’s picture

Found 2 more while I was writing simpletests for d8, added them to the issue summary as well:

  • make theme breakpoints overridable
  • add interface for multipliers
Jelle_S’s picture

Assigned: Jelle_S » Unassigned
Status: Active » Closed (won't fix)

Breakpoint is now in core...

Jelle_S’s picture

Issue summary: View changes

Updated issue summary.