Tom Moor
e2453b5b2a
fix: Editor headings offset
2019-09-15 14:42:32 -07:00
Tom Moor
6520a501e3
fix: accessiblity improvements, focus states, real buttons
2019-08-30 00:27:40 -07:00
Tom Moor
140f009b4d
fix: Improve accessibility of buttons / tab indexes with tooltips
2019-08-29 00:06:21 -07:00
Tom Moor
579eaf325b
feat: Add keyboard shortcuts to tooltips
2019-08-28 23:30:27 -07:00
Tom Moor
79f8a41b5b
fix: Loading state interrupts infinite scrolling
2019-08-28 21:01:35 -07:00
Tom Moor
5bd2409e39
Revert "WIP"
...
This reverts commit ccfad1d800
.
2019-08-28 00:03:11 -07:00
Tom Moor
ccfad1d800
WIP
2019-08-25 15:20:49 -07:00
Tom Moor
347015cf86
feat: improve physicality of draft bubble (it's the little details)
2019-08-24 17:43:23 -07:00
Tom Moor
d96afad6c0
fix: Document heading vertical alignment
2019-08-24 10:22:58 -07:00
Tom Moor
8f2d31876d
feat: Port new color picker from Journals branch
2019-08-23 22:24:06 -07:00
Tom Moor
8e76c4e8f1
fix: Add missing audit log events UI
2019-08-23 21:51:05 -07:00
Tom Moor
54565fff74
fix: Handle doc not found / no permission
...
closes #1021
2019-08-21 22:11:54 -07:00
Tom Moor
e2b28dfeb7
refactor: Policies Architecture ( #1016 )
...
* add policy serialize method
* Add policies to collection responses
* wip
* test: remove .only
* refactor: Return policies with team and document requests
* store policies on the client
* refactor: drive admin UI from policies
2019-08-21 21:41:37 -07:00
Tom Moor
929722e1c1
fix: double load on mount. closes #1015
2019-08-20 22:13:36 -07:00
Tom Moor
4d2eda6750
fix: Embed does not show selected highlight
2019-08-18 12:45:54 +01:00
Tom Moor
d024d31f66
refactor: flow typing ( #1012 )
...
* fix: padding
* fix: Minor button alignment issues
* feat: Add icon to invite people button
* WIP
2019-08-08 23:09:09 -07:00
Tom Moor
7b2eea0009
feat: Add icon to invite people button
2019-08-08 22:10:11 -07:00
Tom Moor
2ce11365ab
fix: Minor button alignment issues
2019-08-08 22:07:29 -07:00
Tom Moor
e936aa82c9
fix: padding
2019-08-08 21:25:51 -07:00
Tom Moor
a26ae119fe
feat: Keyboard shortcut reference inside editor
2019-08-08 21:13:58 -07:00
Tom Moor
789a1acea1
feat: Add 'edit' item to document menu
2019-08-08 20:00:56 -07:00
Tom Moor
978eda3ad2
fix: Deleted collections not showing in audit log
...
feat: Show titles of objects in audit log
fix: modelId not saved with share events
fix: List item squashes avatar at small screen sizes
2019-08-07 20:52:59 -07:00
Tom Moor
0f028812e1
fix: Flash of documents on home if drafts load before main request
...
fix: Drafts loading placeholder misplaced
2019-08-06 23:46:27 -07:00
Tom Moor
c18e4cd43e
feat: separate draft count and icon in sidebar
2019-08-05 23:17:41 -07:00
Tom Moor
7f10fe728f
fix: Logout -> Log out
2019-08-05 22:43:24 -07:00
Tom Moor
5c99116898
feat: redirect to requested doc after authentication
2019-08-05 22:25:19 -07:00
Tom Moor
38a67b1f9e
fix: Avatars should overlap in document header
2019-08-05 21:10:44 -07:00
Tom Moor
fb4f6822a4
feat: Events / audit log ( #1008 )
...
* feat: Record events in DB
* feat: events API
* First pass, hacky activity feed
* WIP
* Reset dashboard
* feat: audit log UI
feat: store ip address
* chore: Document events.list api
* fix: command specs
* await event create
* fix: backlinks service
* tidy
* fix: Hide audit log menu item if not admin
2019-08-05 20:38:31 -07:00
Tom Moor
92a18159b5
feat: Export collection as direct download instead of emailing ( #1001 )
...
* feat: Export collection as zip instead of emailing
* Flow typing download.js
2019-07-29 22:35:34 -07:00
Douglas Gadêlha
c9b86ec2e7
Fix document duplicate command ( #1003 )
2019-07-27 10:33:38 -07:00
Tom Moor
9cbc9aaad6
chore: RealtimeBoard -> Miro
...
closes #996
2019-07-25 22:56:20 -07:00
Tom Moor
5ec2c3c7a0
fix: Add support for mm.tt mindmeister links
2019-07-25 22:42:23 -07:00
Tom Moor
a8d8fecd15
Update DropdownMenu.js
2019-07-13 12:56:04 -07:00
Tom Moor
be09ffea7b
feat: sharing drafts ( #991 )
...
closes #988
2019-07-13 12:40:25 -07:00
Tom Moor
18d104218e
fix: public share links attempting to load backlinks
2019-07-13 11:33:32 -07:00
Tom Moor
a515631e21
feat: document menu available in sidebar ( #986 )
...
* feat: document menu available in sidebar
* fix: more accessible blue
* feat: accessible blue
feat: clearer new doc button
closes #983
* lint
2019-07-13 10:15:38 -07:00
Tom Moor
b3f847a371
fix: User profiles dont open from document collaborator facepile
2019-07-11 22:32:37 -07:00
Tom Moor
3d805d5fe7
chore: tooltip update / remove css loader ( #985 )
...
* fix: Add suspended filter to people management #984
* chore: removing css loader
* pui-react-tooltip -> tippy
closes #980
* remove extract-text-plugin
2019-07-09 21:17:25 -07:00
Tom Moor
7db0be0a6a
fix: 2px misalignment
...
feat: Improved readability of tabs and subheadings
2019-07-07 21:40:34 -07:00
Tom Moor
091e542406
feat: Backlinks ( #979 )
...
* feat: backlinks
* feat: add backlinkDocumentId to documents.list
* chore: refactor
fix: create and delete backlink handling
* fix: guard against self links
* feat: basic frontend
fix: race condition
* styling
* test: fix parse ids
* self review
* linting
* feat: Improved link styling
* fix: Increase clickable area at bottom of doc / between references
* perf: global styles are SLOW
2019-07-07 19:25:45 -07:00
Tom Moor
3e3db7435f
lint
2019-07-07 19:18:51 -07:00
thenanyu
dea6085a11
refactor document dirty and empty logic
2019-07-06 21:45:50 -07:00
Tom Moor
d3abbcf9d5
feat: Added tooltips to editor controls
2019-07-03 21:32:21 -07:00
Tom Moor
5a6b9caabc
fix: bring local and remote delete inline
2019-06-26 22:18:18 -07:00
Tom Moor
ce675a7fe2
fix: Remove collections/document when removed elsewhere
2019-06-26 22:10:24 -07:00
Tom Moor
3d7eb11a49
fix: react warning with DropToImport
2019-06-26 22:10:07 -07:00
Tom Moor
8200e36b89
fix: Accessibility warning with react-modal
2019-06-26 22:09:52 -07:00
Tom Moor
1ed257de62
fix: Race condition fetching collection after doc create
2019-06-26 20:24:20 -07:00
Tom Moor
f0de382367
fix: Deeply nested document breadcrumb menu
2019-06-25 23:21:04 -07:00
Tom Moor
5f8956e5c6
fix: more language cleanup
2019-06-25 22:06:20 -07:00