96d6e9b85e
fix: Breadcrumb spacing
2020-07-20 19:09:51 -07:00
70e1194f90
feat: Notice blocks available as new editor options ( #1371 )
...
* feat: Notice blocks available as new editor options
* fix: styling tweak
feat: Add shortcut to keyboard modal
* add notices to welcome docs
* styling tweaks
* styling tweaks
* styling tweaks
2020-07-20 19:03:14 -07:00
58f9e95d2f
feat: nicer gradient mask for hover previews ( #1367 )
...
* feat: nicer gradient mask for hover previews
* tweak the stops on gradient mask
2020-07-18 18:25:54 -07:00
ec3adc6d1c
fix: 2 missed process.env spots on frontend
2020-07-18 11:33:34 -07:00
67981a351e
chore: Remove env variables in webpack bundle ( #1353 )
...
* chore: Remove env variables in webpack bundle
* remove unused globals
* refactor: consolidate window.env calls to single file
* fix: Slack client side integration auth
* fix: developers url
2020-07-18 11:02:40 -07:00
24448c7504
fix: common misspelling errors
...
https://github.com/outline/outline/blob/master/app/scenes/UserDelete.js#L40 : corrected "destory" to "destroy"
https://github.com/outline/outline/blob/master/app/components/ScrollToTop.js#L16 : corrected "postion" to "position"
https://github.com/outline/outline/blob/master/server/policies/document.js#L11 : corrected "existance" to "existence"
https://github.com/outline/outline/blob/master/server/policies/document.js#L23 : corrected "existance" to "existence"
https://github.com/outline/outline/blob/master/server/models/Document.js#L493 : corrected "permanantly" to "permanently"
https://github.com/outline/outline/blob/master/shared/utils/domains.js#L12 : corrected "unneccessarily" to "unnecessarily"
https://github.com/outline/outline/blob/master/server/api/documents.js#L34 : corrected "compatablity" to "compatibility"
2020-07-18 09:33:27 -07:00
d5b5d4fc27
feat: Document hover cards ( #1346 )
...
* stash
* refactor
* refactor, styling
* tweaks
* pointer
* styling
* fi: Hide when printing
* fix: No hover cards on shared links
* remove suppressions no longer needed
* fix: Don't show hover cards when editing, they get in the way
* fix: Prevent hover card from going off rhs edge of screen
* fix: Remount hover card when changing between links
* fix: allow one part domains in links (#1350 )
* allow one part domains in links
* no TLD when only one part domain
* return null for parseDomain of empty string
* fix fiddly hover preview behavior
* WIP
* refactor hover preview
* fix: Non-rounded bottom corners
* fix: Fixes an edgecase where mounting the nested editor in hovercard causesdocument to scroll if there is a hash in the url
* fix: Incorrect document preview rendering
* lint
Co-authored-by: Nan Yu <thenanyu@gmail.com >
Co-authored-by: Nan Yu <nan@getoutline.com >
2020-07-16 21:26:23 -07:00
943a290b83
chore: Update flow just far enough to get hooks libdefs ( #1348 )
2020-07-13 20:23:15 -07:00
a53934a5c9
fix
2020-07-13 19:41:42 -07:00
e859e3b9e0
Merge branch 'feat/change-title-based-on-teamName' of https://github.com/MatheusRV/outline into MatheusRV-feat/change-title-based-on-teamName
2020-07-13 19:13:59 -07:00
5cb04d7ac1
New login screen ( #1331 )
...
* wip
* feat: first draft of auth.config
* chore: auth methodS
* chore: styling
* styling, styling, styling
* feat: Auth notices
* chore: Remove server-rendered pages, move shared/components -> components
* lint
* cleanup
* cleanup
* fix: Remove unused component
* fix: Ensure env variables in prod too
* style tweaks
* fix: Entering SSO email into login form fails
fix: Tweak language around guest signin
2020-07-09 22:33:07 -07:00
d2c7f3f166
Update app/components/PageTitle.js
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2020-07-08 14:48:14 -03:00
a077766bff
Update app/components/Layout.js
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2020-07-08 14:48:05 -03:00
a25e03d7cd
Fix Name Mistake & Lint
2020-07-07 09:11:19 -03:00
35270cd104
add mobx observer and inject
2020-07-01 09:14:21 -03:00
19d01ed575
Add Outline in Title
2020-07-01 09:09:21 -03:00
2b7639c903
Improve Title when TeamName is empty
2020-07-01 08:56:49 -03:00
c8269ca134
Remove Polices
2020-06-29 17:06:47 -03:00
da9fc5bfdf
New title based on TeamName
2020-06-29 17:01:34 -03:00
9be5597f4b
chore: Lint shared directory
2020-06-22 21:29:21 -07:00
26f6961c82
chore: Include new brand colors in icon color suggestions
2020-06-22 21:24:42 -07:00
bf5f83e97d
Subtle styling adjustments to dropdown menus
2020-06-22 21:18:43 -07:00
f43deb7940
chore: Move to prettier standard double quotes ( #1309 )
2020-06-20 13:59:15 -07:00
64c3ff8d6b
chore: Remove 'DEPLOYMENT' env option
...
Add 'Installation' section
2020-06-19 19:11:02 -07:00
d864e228e7
feat: Collection Icons ( #1281 )
...
* wip: Working for creation, and display
* feat: IconPicker
* fix
* feat: Invert collection icon color when dark in dark mode
* Improve readability of dropdown menus in dark mode
Suggest icon based on collection name
* Add additional icons
Tweaks and final polish
* fix: Write default icon as empty icon column
* feat: Improve icon selection logic
add more keywords
Improve icon coloring when selected and in dark mode
* lint
* lint
2020-06-19 17:18:03 -07:00
0f8d503df8
chore: API Consistency ( #1304 )
...
* chore: Addressing API inconsistencies
* lint
* add: Missing sort to groups.list
fix: Documention issues
* test: fix
* feat: Add missing shares.info endpoint
* feat: Add sorting to users.list endpoint
* fix: Incorrect pagination parameters listed on user endpoints
* users.s3Upload -> attachments.create
* chore: exportAll -> export_all
2020-06-16 20:56:17 -07:00
b444874944
fix: Shared documents with system in dark mode display partially on light background
...
closes #1300
2020-06-09 20:38:34 -07:00
33815639f2
fix: Improved handling of simultaneous edits
2020-06-02 23:16:15 -07:00
d2d9164fa1
chore: Remove unused component
2020-05-31 21:19:44 -07:00
133cb56cca
fix: Use real icon on settings back arrow
2020-05-30 18:26:40 -07:00
ccedea55d6
chore: Reduce loading jank in sidebar ( #1294 )
2020-05-30 12:50:08 -07:00
8b274c3713
fix: Keyboard shortcuts dialog shortcut should not be active when editing a document
...
closes #1292
2020-05-28 19:44:52 -07:00
a281b1e5be
fix: Documents with empty titles (hey, it can happen) are invisible in the sidebar)
2020-05-24 22:43:54 -07:00
6e2ea3ac4b
fix: overflow menu on history revision is incorrect color when selected
...
closes #1140
2020-05-21 22:22:04 -07:00
4ef82d5476
test
2020-05-20 23:48:37 -07:00
3487eb7857
fix: Submenu auto close
2020-05-20 23:40:54 -07:00
672ffacc5b
feat: Have theme follow system pref
2020-05-20 23:19:07 -07:00
ee7e1959c9
fix: Toast color in dark mode
2020-05-19 21:55:26 -07:00
9274005cbb
feat: Upgrade editor ( #1227 )
...
* WIP
* document migration
* fix: Handle clashing keyboard events
* fix: convert getSummary
* fix: parseDocumentIds
* lint
* fix: Remove unused plugin
* Move editor version to header
Add editor version check for API endpoints
* fix: Editor update auto-reload
Bump RME
* test
* bump rme
* Remove slate flow types, improve themeing, bump rme
* bump rme
* fix: parseDocumentIds returning duplicate ID's, improved regression tests
* test
* fix: Missing code styles
* lint
* chore: Upgrade v2 migration to use AST
* Bump RME
* Update welcome doc
* add highlight to keyboard shortcuts ref
* theming improvements
* fix: Code comments show as headings, closes #1255
* loop
* fix: TOC highlighting
* lint
* add: Automated backup of docs before migration
* Update embeds to new format
* fix: React warning
* bump to final editor version 10.0.0
* test
2020-05-19 20:39:34 -07:00
187be4737e
fix: Log errors to console when Sentry not installed
2020-04-25 19:53:24 -07:00
870b91f17a
fix: Various extra scrollbars when not using mac-style overlaying scrollbars ( #1242 )
...
* fix: Various extra scrollbars when not using mac-style overlaying scrollbars
* Sidebar z-index
2020-04-24 18:44:21 -07:00
ee5ae140c3
fix: Improve neutral button styling in dark mode
2020-04-11 09:47:52 -07:00
abf91a3a51
fix: Share link rendering
2020-04-05 22:42:55 -07:00
9338a54fe0
feat: Separate title from body ( #1216 )
...
* first pass at updating all Time components each second
* fix a couple date variable typos
* use class style state management instead of hooks
* wip: Separate title from body
* address feedback
* test: Remove unused test
* feat: You in publishing info language
fix: Removal of secondary headings
* After much deliberation… a migration is needed for this to be reliable
* fix: Export to work with new title structure
* fix: Untitled
* fix: Consistent spacing of first editor node
* fix: Emoji in title handling
* fix: Time component not updating for new props
* chore: Add createdAt case
* fix: Conflict after merging new TOC
* PR feedback
* lint
* fix: Heading level adjustment
Co-authored-by: Taylor Lapeyre <taylorlapeyre@gmail.com >
2020-04-05 15:07:34 -07:00
8a0263093b
fix: Back button on modals should not scroll off screen
2020-04-05 13:33:21 -07:00
9d8e99400f
fix: Various React errors in console
2020-04-05 13:27:11 -07:00
98b5350c65
lint
2020-04-05 13:21:03 -07:00
3bd1c1f047
fix: Doc history does not load when linked to directly (race condition)
2020-04-05 13:20:47 -07:00
9712b8d205
fix: Document history should scroll separate to page content
...
closes #1225
2020-04-05 13:07:16 -07:00
d0606a72c3
feat: Improved table of contents ( #1223 )
...
* feat: New table of contents
* fix: Hide TOC in edit mode
* feat: Highlight follows scroll position
* scroll tracking
* UI
* fix: Unrelated css fix with long doc titles
* Improve responsiveness
* feat: Add keyboard shortcut access to TOC
* fix: Headings should reflect content correctly when viewing old document revision
* flow
* fix: Persist TOC choice between sessions
2020-04-05 12:22:26 -07:00