Saumya Pandey
9596979993
fix: Add translation hooks on document and collection pages ( #2307 )
2021-07-16 01:49:09 +05:30
Tom Moor
31714efb0b
feat: useBoolean hook ( #2314 )
...
* feat: Add useBoolean hook and example usage
* More example usage
* chore: More useBoolean conversion
2021-07-15 12:27:03 -07:00
Tom Moor
30cf244610
chore: Loading placeholders ( #2322 )
...
* Improve visual of loading mask
* Normalize placeholder naming
* Remove unused file
2021-07-15 12:26:34 -07:00
Saumya Pandey
3f030540b3
fix: Add translation hooks on settings screen ( #2298 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-07-15 14:50:36 +05:30
Saumya Pandey
a9d758bb0c
fix: Add translation hooks on remaining files ( #2311 )
2021-07-15 00:30:08 +05:30
Matheus Breguêz
06e16eef12
feat: Add Google DataStudio embed ( #2293 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-07-14 11:57:12 -07:00
Tom Moor
8e5a2b85c2
feat: Improved UI motion design ( #2310 )
...
* feat: Improved UI motion design
* fix: Animation direction when screen placement causes context menu to be flipped
2021-07-12 11:57:17 -07:00
Saumya Pandey
5689d96cc4
fix: Add translation hooks on groups screen ( #2303 )
...
* Refactor groups page to functional component and translate strings
* Update app/scenes/GroupNew.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/scenes/GroupEdit.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/scenes/GroupDelete.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/scenes/GroupMembers/GroupMembers.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Format GroupMember.js
* Change Trans usage
* Format GroupDelete
* Revert "Format GroupDelete"
This reverts commit 880128f94d4d6cad7030c3aabc67261823e22b5d.
* Update app/scenes/GroupNew.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/scenes/GroupNew.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update GroupNew
* Remove newlines
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-07-12 11:54:55 -07:00
Tom Moor
5cd4dbd9d7
fix: Mispositioned TOC control on mobile due to merge conflict
...
fix: Show message in mobile TOC when no headings in document
fix: MenuItem with level should still have background edge-to-edge
fix: Show developer warning when creating incorrect menu item type
2021-07-11 13:09:10 -04:00
Tom Moor
686ecdfa92
fix: CSS syntax error
2021-07-09 14:09:52 -04:00
Saumya Pandey
7d5fbeb7b0
fix: Add access to document TOC on mobile ( #2279 )
...
* Add TOC button for mobile
* Undo NewDocumentMenu changes
* Place the toc button in the correct position.
* Pass menu props to menuitem
* Update app/menus/TableOfContentsMenu.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/menus/TableOfContentsMenu.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Use the existing prop type
* Write menu inside actions prop
* Prevent blank webpage behaviour for toc
* Use href instead of level to determine target
* Update app/scenes/Document/components/Header.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Add heading to menu items
* Use existing Heading component
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-07-09 04:50:27 -07:00
Tom Moor
056f89fcfd
fix: Allow TOC to scroll when larger than browser height ( #2296 )
2021-07-09 04:07:28 -07:00
Tom Moor
0e7d352781
chore: Add fetch-retry, remove isomorphic-fetch ( #2297 )
...
* chore: Add fetch-retry, remove isomorphic-fetch
closes #2270
* test: Mock fetch
2021-07-09 04:07:18 -07:00
Tom Moor
b5e4e4fe82
fix: Various mobile fixes ( #2295 )
...
* fix: Input placeholder ellipsis
* fix: Hide scrollbar on nav tabs on mobile
* fix: Header actions should be fixed on mobile
* fix: Add fade when content in tabs does not fit in available horizontal width
2021-07-08 18:32:14 -07:00
Tom Moor
e41f17c701
feat: Enable Japanese translations ( #2282 )
2021-07-08 18:32:05 -07:00
Saumya Pandey
8195791bb2
fix: Make search query string user friendly ( #2283 )
...
* Upgrade query-string package and skip empty string
* Run yarn-deduplicate command
2021-07-07 18:45:40 -07:00
Tom Moor
aeba8ce4eb
fix: Empty context menu when user does not have permission to update collection
2021-07-06 22:02:31 -04:00
Tom Moor
181a20a268
fix: More context menu fixes
2021-07-05 16:35:46 -04:00
Tom Moor
f8ffa4e25a
tweak sidebar item background
2021-07-04 18:44:09 -04:00
Farzad
7e139ca8f7
fix: nested link positions for RTL titles in sidebar ( #2272 )
2021-07-04 12:08:05 -07:00
Tom Moor
bb58db507d
fix: ew-resize -> col-resize cursor
2021-07-04 11:54:29 -04:00
Tom Moor
286a15cf10
fix: Clicking dropdown menu items in FF ( #2269 )
...
* fix: Clicking dropdown menu items in FF
closes #2264
* fix: Anchor items, add comment
* fix: CI test memory issues
2021-07-04 06:54:40 -07:00
Tom Moor
a1d5ac0907
RTL document support ( #2263 )
...
* Basic RTL support in documents
* fix: DocumentListItem and ReferenceListItem for RTL content
2021-07-03 07:00:10 -07:00
Tom Moor
04eabe68a7
feat: Enable traditional Chinese translations ( #2266 )
2021-07-02 12:08:08 -07:00
Tom Moor
0f01fc5faa
test: Reduce memory usage by not requiring stores into all ( #2265 )
2021-07-02 11:16:07 -07:00
Tom Moor
7f1322b7ba
fix: Down arrow in search input should move focus to results ( #2257 )
...
closes #2253
2021-07-01 15:01:30 -07:00
Tom Moor
088353d61f
fix: Data loading state not reset when props change to PaginatedList ( #2254 )
...
* fix: Data loading state not reset when significant props change to PaginatedList
closes #2251
* test: Add enzyme and component test
2021-06-26 21:49:25 -07:00
Saumya Pandey
9fccc280d7
fix: Add ability to permanently delete documents in trash ( #2192 )
...
* Align false conditions before true
* Update documents.delete endpoint for permanent delete
* Add permanent delete to events table and integrate with socket.io
* Add permanent delete to document menu
* Update parentDocumentId of direct child to null
* Add translation
* Add test for permanent delete
* Add space
* Update app/scenes/DocumentPermanentDelete.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/stores/DocumentsStore.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update server/commands/documentPermanentDeleter.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/scenes/DocumentPermanentDelete.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Change socket room from team to collection
* Add translation
* Create log func for commands
* Move tests from utils to permanentDeleter command
* Add additional tests
* Set redirect to trash
* Return promise from beforeEach
* Add undeleted documents validation
* Include deleteAt attribute in db query
* Update server/commands/documentPermanentDeleter.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* tweak language
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-25 16:14:40 -07:00
Tom Moor
1c82e292e0
fix: Allow embed of private mindmeister embeds
...
fix: Missing right and bottom border of some embeds
2021-06-16 18:36:21 -07:00
Tom Moor
8331026cb3
fix: No search results from link editor search due to error parsing date (date-fns upgrade)
2021-06-16 07:54:56 -07:00
Tom Moor
2c39cd6496
chore: Normalize "new" actions in settings ( #2226 )
...
* fix: Unauthorized request to views.list from shared documents
* Bump dep styled-components
* chore: Normalize 'new' actions in settings area to top right
chore: Add translation hooks to API tokens screen
chore: Move API tokens loading to paginated list
2021-06-15 19:10:50 -07:00
Tom Moor
48f54b5aa2
fix: Unauthorized request to views.list from shared documents
2021-06-13 18:24:02 -07:00
Tom Moor
2ca57fc7cf
fix: 3 locations with return undefined (not compatible with React 17)
2021-06-13 17:47:17 -07:00
Tom Moor
470920e2c3
feat: Allow templates from any collection to be used
...
fix: Hover state of context menu items with icons
2021-06-13 17:43:50 -07:00
Tom Moor
beee8ebee7
fix: Sidebar flash when moving between collection/document due to mobx-react upgrade
2021-06-13 17:22:35 -07:00
Tom Moor
9f05c9bd43
chore: Upgrade React to v17 ( #2045 )
...
* chore: Upgrade React v17
* chore: Upgrade additional deps to reduce warnings
* fix: Restore react-table dep
* Bump react-avatar-editor, mobx-react
* Remove unmaintained @rehooks/window-scroll-position dep
* Bump react-waypoint dep for React 17 support
* fix: Syntax error in autotrack chunk name comment
2021-06-13 15:23:53 -07:00
Tom Moor
756ec92cdb
fix: Link copied to clipboard takes dark mode styles ( #2218 )
...
Upgrade copy-to-clipboard
closes #2207
2021-06-12 15:44:58 -07:00
Dave
a8e2e349e9
fix: change metaDisplay key to Alt for "Table of contents" ( #2187 )
...
* change `metaDisplay` key to Alt for "Table of contents"
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-12 15:37:35 -07:00
Tom Moor
25f745e7e5
fix: Text alignment in templates menu
...
closes #2204
2021-06-12 13:31:22 -07:00
Saumya Pandey
d71f0ae6bd
fix: Two restore options when an archived document is deleted ( #2194 )
...
* Merge two menu items
* Add deletedAt guard condition in document unarchive policy
* Make the parentDocumentId null
* Update test
2021-06-10 22:52:32 -07:00
Tom Moor
f58032d305
fix: Flash of sidebar when first loading Document chunk
2021-06-09 18:01:35 -07:00
Saumya Pandey
6beb6febc4
fix: Use friendly urls for collections ( #2162 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-09 17:48:48 -07:00
Saumya Pandey
a6d4d4ea36
fix: Add Portugese, Brazil to language options ( #2164 )
...
* Add Portugese, Brazil to language options
* Upgrade date-fns package
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-09 17:42:14 -07:00
Tom Moor
4cd61db1ea
fix: Move views loading to avoid duplicate request
2021-06-08 21:13:56 -07:00
Dave
4a8d357084
style: add option background for InputSelect ( #2188 )
2021-06-07 18:34:01 -07:00
Saumya Pandey
ffed38bf71
fix: Prevent API request for views ( #2193 )
2021-06-07 18:10:54 -07:00
Tom Moor
b4c08a027b
fix: Remove hover state css on sidebar items on mobile
...
closes #2043
2021-06-06 19:56:31 -07:00
Tom Moor
f517a2cecb
chore: Add React.StrictMode
...
closes #2177
2021-06-05 14:59:14 -07:00
Saumya Pandey
a19ac6aa5f
fix: Failure loading collections on frontend results in loading loop ( #2176 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-05 09:52:49 -07:00
Saumya Pandey
ddbbb963b6
fix: Add guard condition for matchMedia usage ( #2178 )
2021-06-05 09:51:42 -07:00