0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/app/components
Kevin Ansfield 52089705d7 Fix nav regressions in admin client
issue #5841

- fix relative link checks in navlink url input component
- fix navlink url input component sending absolute URLs instead of relative URLs to action handler
- remove URL manipulation in navigation settings controller (url input handles URL manipulation, validator flags anything that's still incorrect)
- capture cmd-s in url input to ensure changes are actioned before save
- automatically add mailto: to e-mail addresses
- add gh-validation-state-container component so .error/.success validation classes can be applied to any container element
- add validation-state mixin that can be mixed in to any other component to give it access to validation status (used in gh-navitem component to keep alignment when inline error message elements are added)
- validate and display inline errors on save
- improve ember test coverage for navigation settings related controller and components
2015-09-23 17:05:41 +01:00
..
gh-activating-list-item.js
gh-alert.js
gh-alerts.js
gh-app.js
gh-blog-url.js
gh-cm-editor.js
gh-content-cover.js
gh-content-preview-content.js
gh-content-view-container.js Fix teardown of resize handler in content management screen 2015-09-02 21:41:47 +01:00
gh-dropdown-button.js
gh-dropdown.js
gh-ed-editor.js
gh-ed-preview.js
gh-editor-save-button.js
gh-editor.js Mobile markdown/preview tabs 2015-09-01 18:14:40 +01:00
gh-error-message.js
gh-file-upload.js
gh-form-group.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-infinite-scroll-box.js
gh-infinite-scroll.js
gh-input.js
gh-main.js
gh-menu-toggle.js
gh-modal-dialog.js
gh-nav-menu.js Better flickering auto-nav fix 2015-09-02 17:41:50 +01:00
gh-navigation.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-navitem-url-input.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-navitem.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-notification.js
gh-notifications.js
gh-popover-button.js
gh-popover.js
gh-posts-list-item.js
gh-profile-image.js
gh-search-input.js Merge pull request #5788 from ErisDS/search-timeout 2015-09-02 22:12:55 +01:00
gh-select-native.js
gh-selectize.js Fix tag order when selecting existing tags 2015-09-01 22:55:23 +01:00
gh-skip-link.js Make skip link work with Ember 2015-09-02 14:56:46 +01:00
gh-spin-button.js Prevent gh-spin-button from infinite spin 2015-08-31 13:41:01 +01:00
gh-tab-pane.js
gh-tab.js
gh-tabs-manager.js
gh-textarea.js
gh-trim-focus-input.js
gh-upload-modal.js
gh-uploader.js
gh-url-preview.js
gh-user-active.js
gh-user-invited.js
gh-validation-status-container.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
gh-view-title.js