]> BookStack Code Mirror - bookstack/commit
Started migration to SVG icons
authorDan Brown <redacted>
Sat, 17 Feb 2018 13:30:52 +0000 (13:30 +0000)
committerDan Brown <redacted>
Sat, 17 Feb 2018 13:30:52 +0000 (13:30 +0000)
commit5ab39bfd5afb763395f1af5548518f377d002f5a
treebf9b83cb9adf34499d49a7c12d634b0a1d9e7ef3
parentdc1a16be4c8a3bf245bc9520fdd2c74de67f9817
Started migration to SVG icons
67 files changed:
app/helpers.php
readme.md
resources/assets/icons/add.svg [new file with mode: 0644]
resources/assets/icons/auth/azure.svg [moved from resources/assets/icons/azure.svg with 100% similarity]
resources/assets/icons/auth/facebook.svg [moved from resources/assets/icons/facebook.svg with 100% similarity]
resources/assets/icons/auth/github.svg [moved from resources/assets/icons/github.svg with 100% similarity]
resources/assets/icons/auth/gitlab.svg [moved from resources/assets/icons/gitlab.svg with 100% similarity]
resources/assets/icons/auth/google.svg [moved from resources/assets/icons/google.svg with 100% similarity]
resources/assets/icons/auth/okta.svg [moved from resources/assets/icons/okta.svg with 100% similarity]
resources/assets/icons/auth/slack.svg [moved from resources/assets/icons/slack.svg with 100% similarity]
resources/assets/icons/auth/twitch.svg [moved from resources/assets/icons/twitch.svg with 100% similarity]
resources/assets/icons/auth/twitter.svg [moved from resources/assets/icons/twitter.svg with 100% similarity]
resources/assets/icons/book.svg [new file with mode: 0644]
resources/assets/icons/chapter.svg [new file with mode: 0644]
resources/assets/icons/delete.svg [new file with mode: 0644]
resources/assets/icons/edit.svg [new file with mode: 0644]
resources/assets/icons/login.svg [new file with mode: 0644]
resources/assets/icons/new-user.svg [new file with mode: 0644]
resources/assets/icons/page.svg [new file with mode: 0644]
resources/assets/icons/search.svg [new file with mode: 0644]
resources/assets/icons/time.svg [new file with mode: 0644]
resources/assets/sass/_blocks.scss
resources/assets/sass/_buttons.scss
resources/assets/sass/_header.scss
resources/assets/sass/_lists.scss
resources/assets/sass/_text.scss
resources/views/auth/login.blade.php
resources/views/auth/passwords/email.blade.php
resources/views/auth/passwords/reset.blade.php
resources/views/auth/register-confirm.blade.php
resources/views/auth/register.blade.php
resources/views/base.blade.php
resources/views/books/_breadcrumbs.blade.php
resources/views/books/create.blade.php
resources/views/books/delete.blade.php
resources/views/books/edit.blade.php
resources/views/books/index.blade.php
resources/views/books/list-item.blade.php
resources/views/books/show.blade.php
resources/views/books/sort-box.blade.php
resources/views/books/sort.blade.php
resources/views/chapters/_breadcrumbs.blade.php
resources/views/chapters/create.blade.php
resources/views/chapters/delete.blade.php
resources/views/chapters/edit.blade.php
resources/views/chapters/list-item.blade.php
resources/views/chapters/show.blade.php
resources/views/comments/comment.blade.php
resources/views/components/image-manager.blade.php
resources/views/errors/404.blade.php
resources/views/home-custom.blade.php
resources/views/home.blade.php
resources/views/pages/_breadcrumbs.blade.php
resources/views/pages/delete.blade.php
resources/views/pages/form-toolbox.blade.php
resources/views/pages/form.blade.php
resources/views/pages/list-item.blade.php
resources/views/pages/show.blade.php
resources/views/partials/activity-item.blade.php
resources/views/partials/book-tree.blade.php
resources/views/partials/custom-styles.blade.php
resources/views/search/all.blade.php
resources/views/search/entity-search-list.blade.php
resources/views/settings/roles/delete.blade.php
resources/views/users/delete.blade.php
resources/views/users/edit.blade.php
resources/views/users/profile.blade.php