Tom Moor
d885252fb0
fix: Mobile style fixes and improvements ( #1459 )
...
* fixes #1457 – check for matchMedia function before using it
* fixes: Depth issues
closes #1458
* fixes: Long breadcrumbs cause horizontal overflow
* fix: Improve tabs and overflow on mobile
2020-08-17 00:08:22 -07:00
Tom Moor
df9b0bcf91
fix: Websocket reconnect when navigating from settings -> home
2020-08-14 17:47:12 -07:00
Tom Moor
31910f1628
Remove auto reconnect, increase reconnectionDelayMax
2020-08-14 17:25:55 -07:00
Tom Moor
14cb3a36c1
perf: Reduce initial bundle size / async bundle loading ( #1456 )
...
* feat: Move to React.lazy
* perf: Remove duplicate babel/runtime
* fix: Run yarn-deduplicate
* Further attempts to remove rich-markdown-editor from initial chunk
* perf: Lazy loading of authenticated routes
* perf: Move color picker to async loading
fix: Display placeholder when loading rich editor
* fix: Cache bust on auto reload
2020-08-14 17:23:58 -07:00
Tom Moor
d3350c20b6
perf: Attempt websocket connection before polling
2020-08-14 13:37:11 -07:00
Tom Moor
dbe8a10702
fix: Login to X should be centered when team name wraps to newline
2020-08-12 14:05:32 -07:00
Tom Moor
0f41a04e49
refactor: Remove centralized Modal management ( #1444 )
...
* refactor: Finally remove centralized Modals component
* chore: Cleanup related unused methods in UiStore
2020-08-12 10:49:15 -07:00
Tom Moor
810dc5a061
feat: Clicking the last updated time should open document history sidebar
...
Ref #1285
2020-08-11 21:01:03 -07:00
Tom Moor
63371d8f5b
flow
2020-08-11 18:59:57 -07:00
Tom Moor
6e61df0729
fix: Improved loading jank fix, new DelayedMount component
2020-08-10 21:30:12 -07:00
Tom Moor
5ddc4000d0
fixes: Strange scroll behavior on long collection descriptions
...
closes #1391
2020-08-10 16:23:55 -07:00
Tom Moor
48b61559cc
fixes: JS error when attempting to show toast messages from collection description editor
2020-08-10 16:04:23 -07:00
Tom Moor
0cac5cfe51
fix: Prevent reload loop with error on editor load
2020-08-10 15:52:45 -07:00
Tom Moor
e9ce80a3aa
fixes: Case where websocket will not reconnect
...
closes #1384
2020-08-09 23:25:27 -07:00
Tom Moor
e2bd03494d
chore: Update syntax, improve more typing ( #1439 )
...
* chore: <React.Fragment> to <>
* flow types
2020-08-09 09:48:04 -07:00
Tom Moor
449dc55aaa
chore: Upgrade Babel, Jest, Eslint ( #1437 )
...
* chore: Upgrade Prettier 1.8 -> 2.0
* chore: Upgrade Babel 6 -> 7
* chore: Upgrade eslint plugins
* chore: Add eslint import/order rules
* chore: Update flow-typed deps
2020-08-08 22:53:59 -07:00
Tom Moor
e312b264a6
chore: Upgrade Prettier 1.8 -> 2.0 ( #1436 )
2020-08-08 18:53:11 -07:00
Tom Moor
d2b9a5c03f
fix: Various React errors in console
2020-08-08 17:51:40 -07:00
Tom Moor
1b023fb6d7
fix: Remove flash of loading state for document lists
2020-08-08 17:39:30 -07:00
Tom Moor
065d04ec98
chore: Missing flow types
2020-08-08 15:58:34 -07:00
Tom Moor
869fc086d6
feat: Templates ( #1399 )
...
* Migrations
* New from template
* fix: Don't allow public share of template
* chore: Template badges
* fix: Collection active
* feat: New doc button on template list item
* feat: New template menu
* fix: Sorting
* feat: Templates onboarding notice
* fix: New doc button showing on archived/deleted templates
2020-08-08 15:18:37 -07:00
Tom Moor
169ad5b025
feat: Sharing improvements ( #1388 )
...
* add migrations
* first pass at API
* feat: Updated share dialog UI
* tests
* test
* styling tweaks
* feat: Show share state on document
* fix: Allow publishing share links for draft docs
* test: shares.info
2020-07-28 19:14:32 -07:00
Tom Moor
109efcaa27
chore: Remove WEBSOCKETS_ENABLED flag ( #1383 )
...
* chore: Remove WEBSOCKETS_ENALBED flag
* lint
2020-07-22 22:44:24 -07:00
Nan Yu
2cc6d7add8
fix: added missing call to onOpen ( #1378 )
2020-07-21 21:35:27 -07:00
Tom Moor
0d6720e499
fix: Heading style regressions
2020-07-20 19:43:30 -07:00
Tom Moor
a97a1df5f1
fix: Extra active outline around editor toolbar buttons
2020-07-20 19:37:50 -07:00
Tom Moor
96d6e9b85e
fix: Breadcrumb spacing
2020-07-20 19:09:51 -07:00
Tom Moor
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
Nan Yu
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
Tom Moor
ec3adc6d1c
fix: 2 missed process.env spots on frontend
2020-07-18 11:33:34 -07:00
Tom Moor
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
Necmettin Karakaya
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
Tom Moor
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
Tom Moor
943a290b83
chore: Update flow just far enough to get hooks libdefs ( #1348 )
2020-07-13 20:23:15 -07:00
Tom Moor
a53934a5c9
fix
2020-07-13 19:41:42 -07:00
Tom Moor
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
Tom Moor
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
Matheus Rocha Vieira
d2c7f3f166
Update app/components/PageTitle.js
...
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2020-07-08 14:48:14 -03:00
Matheus Rocha Vieira
a077766bff
Update app/components/Layout.js
...
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2020-07-08 14:48:05 -03:00
Matheus Breguêz
a25e03d7cd
Fix Name Mistake & Lint
2020-07-07 09:11:19 -03:00
Matheus Breguêz
35270cd104
add mobx observer and inject
2020-07-01 09:14:21 -03:00
Matheus Breguêz
19d01ed575
Add Outline in Title
2020-07-01 09:09:21 -03:00
Matheus Breguêz
2b7639c903
Improve Title when TeamName is empty
2020-07-01 08:56:49 -03:00
Matheus Breguêz
c8269ca134
Remove Polices
2020-06-29 17:06:47 -03:00
Matheus Breguêz
da9fc5bfdf
New title based on TeamName
2020-06-29 17:01:34 -03:00
Tom Moor
9be5597f4b
chore: Lint shared directory
2020-06-22 21:29:21 -07:00
Tom Moor
26f6961c82
chore: Include new brand colors in icon color suggestions
2020-06-22 21:24:42 -07:00
Tom Moor
bf5f83e97d
Subtle styling adjustments to dropdown menus
2020-06-22 21:18:43 -07:00
Tom Moor
f43deb7940
chore: Move to prettier standard double quotes ( #1309 )
2020-06-20 13:59:15 -07:00
Tom Moor
64c3ff8d6b
chore: Remove 'DEPLOYMENT' env option
...
Add 'Installation' section
2020-06-19 19:11:02 -07:00