* Fix horizontal scroll
* Attempt 2
* Fix merge issue
* Do not display right column if it's empty
* Fix editor width on empty page
* A fix
* Consider padding when calculating main column margin left
* Mobile layout fix
* Fix main column width in edit mode
* Edit mode content width fix
* Add comments
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* chore(styles): typography updating started
* page styles updated
* page header nav fix, inline code style fix, table, navigator
* use arrow-right icon instead of "»" in bread crumbs
* a bunch of updates
* make content and write page styles more consistent
* rollback layout change
* upd color text second
* upd sidebar logo text color
* resovle someone's ts errors
* remove duplicated variables
* Add right column
* Cleanup
* Fix center column position
* Change sidebar width
* Fixes
* Make right column sticky
* Add placeholder element to right column
* Fix right aside padding top
* Add button component
* Replace old buttons with the new ones
* Update icons and border radius
* Update add page button
* Set size small to add page btn
* Update button indentation
* Cleanup
* icons and button component updated
* upd secondary colour, page button call
* Update small button padding right
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Added uri property to Page model
* Added aliases collection
* Added routing form aliases
* Fixed redirect after page creation
* Added abiltity to support few pages with same title
* Added ability to change uri manually
* Changed hash function
* Changed uri parsing
* Removed pages controller promise
* Modified page's tests
* Added tests for alias model
* Added tests for aliases
* Escaping special characters
* Added missed files
* Fixed bugs related to translation
* Fixed parent page link
* Added server validation for uri
* Changed css properties order
* Made uri property of page be optional
* Prevented alias creation from empty uri
* Moved alias types to model