This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/app/components
dkkb 94a2e453eb
fix: fix issue where the title can be modified in read-only mode (#2761)
The title can be changed (but not saved) when the document is in read only mode.
2021-11-12 08:21:56 -08:00
..
AuthLogo chore: Slack integration screen improvements (#2049) 2021-04-18 18:34:49 -07:00
Avatar lint 2021-10-30 08:44:36 -07:00
ContextMenu feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
List fix: Slack integration should not display if not configured in self hosted 2021-10-14 21:37:04 -07:00
LoadingIndicator fix: Jank at beginning of loading indicator bar 2021-07-28 17:56:44 -04:00
Sidebar fix: After renaming collection, url does not update 2021-10-24 17:57:17 -07:00
Actions.js fix: Missing bg blur, closes #2082 2021-04-27 17:29:22 -07:00
Analytics.js fix: 3 locations with return undefined (not compatible with React 17) 2021-06-13 17:47:17 -07:00
Arrow.js feat: Inline collection editing (#1865) 2021-02-12 16:20:49 -08:00
Authenticated.js feat: Auto detect language on login page access (#2338) 2021-07-28 12:00:02 -07:00
Badge.js chore: Show 'private' badge on private collections (#1952) 2021-03-12 16:41:26 -08:00
Branding.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Breadcrumb.js feat: Nested document sharing (#2075) 2021-05-22 19:34:05 -07:00
Bubble.js chore: Move animations and globals from shared directory (#2344) 2021-07-21 10:34:55 -07:00
Button.js fix: InputSelect disabled state 2021-10-06 22:36:45 -07:00
ButtonLarge.js New login screen (#1331) 2020-07-09 22:33:07 -07:00
ButtonLink.js fix: 16 linting warnings 2021-01-23 10:19:08 -08:00
CenteredContent.js feat: More space for content on larger screens 2021-04-23 16:41:40 -07:00
Checkbox.js flow 2021-10-24 12:31:17 -07:00
CircularProgressBar.js fix: Task progress svg shrinks width in some circumstances 2021-07-27 10:33:11 -04:00
ClickablePadding.js chore: Move to prettier standard double quotes (#1309) 2020-06-20 13:59:15 -07:00
Collaborators.js fix: Flipped load logic 2021-10-28 20:51:40 -07:00
CollectionDescription.js fix: Separate toasts storage to own MobX store (#2339) 2021-07-20 14:36:10 +05:30
CollectionIcon.js fix: Reduce sensitivity of dark icon switching 2021-10-12 23:02:14 -07:00
CommandBar.js feat: Add print, duplicate, template to command bar 2021-10-25 20:41:28 -07:00
CommandBarItem.js fix: Long titles in command bar should not wrap 2021-10-24 17:32:28 -07:00
CommandBarResults.js feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
ConnectionStatus.js Collaborative editing (#1660) 2021-09-10 22:46:57 -07:00
ContentEditable.js fix: fix issue where the title can be modified in read-only mode (#2761) 2021-11-12 08:21:56 -08:00
CopyToClipboard.js fix: Link copied to clipboard takes dark mode styles (#2218) 2021-06-12 15:44:58 -07:00
DelayedMount.js refactor: Remove old react lifecycle methods (#1480) 2020-08-23 11:51:56 -07:00
Dialogs.js feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
Divider.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
DocumentBreadcrumb.js chore: Upgrade React to v17 (#2045) 2021-06-13 15:23:53 -07:00
DocumentHistory.js feat: Include more events in document history sidebar (#2334) 2021-08-05 15:03:55 -07:00
DocumentList.js chore: Upgrade flow (#1854) 2021-01-29 21:36:09 -08:00
DocumentListItem.js feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
DocumentMeta.js fix: Mixture of middots with different weights in document meta 2021-07-27 10:33:26 -04:00
DocumentMetaWithViews.js fix: Mixture of middots with different weights in document meta 2021-07-27 10:33:26 -04:00
DocumentTasks.js feat: Add 'done' icon when all tasks are complete 2021-07-28 19:55:46 -04:00
DocumentViews.js fix: No search results from link editor search due to error parsing date (date-fns upgrade) 2021-06-16 07:54:56 -07:00
Editor.js feat: Show collab cursor names upon loading document. (#2732) 2021-11-04 17:24:23 -07:00
Empty.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
ErrorBoundary.js fix: Add translation hooks on remaining files (#2311) 2021-07-15 00:30:08 +05:30
EventBoundary.js fix: Keyboard accessible context menus (#1768) 2021-01-13 22:00:25 -08:00
EventListItem.js feat: Collaborative revision restore (#2721) 2021-11-07 08:58:44 -08:00
Facepile.js feat: Improved viewers popover (#2106) 2021-05-05 19:35:23 -07:00
Fade.js chore: Move animations and globals from shared directory (#2344) 2021-07-21 10:34:55 -07:00
FilterOptions.js chore: Remove debounced search (#2625) 2021-10-04 08:04:56 -07:00
Flex.js chore: Loading placeholders (#2322) 2021-07-15 12:26:34 -07:00
FullscreenLoading.js perf: Reduce initial bundle size / async bundle loading (#1456) 2020-08-14 17:23:58 -07:00
GithubLogo.js New login screen (#1331) 2020-07-09 22:33:07 -07:00
GroupListItem.js fix: Improve dark mode styling 2021-03-31 20:57:30 -07:00
Guide.js preventBodyScrollhideOnEsc 2021-09-13 21:00:28 -07:00
Header.js Collaborative editing (#1660) 2021-09-10 22:46:57 -07:00
Heading.js fix: Alignment of collection icon in header when collection name is very long 2021-01-14 18:59:43 -08:00
HelpText.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Highlight.js fix: Various React warnings 2020-11-08 20:28:27 -08:00
HoverPreview.js feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
HoverPreviewDocument.js feat: I18n (#1653) 2020-11-29 20:04:58 -08:00
IconPicker.js fix: IconPicker unclosable on mobile 2021-09-26 15:26:10 -07:00
Input.js fix: CSS syntax error 2021-07-09 14:09:52 -04:00
InputLarge.js stretch email login input (#2004) 2021-04-04 09:57:44 -07:00
InputRich.js fix: Add translation hooks on remaining files (#2311) 2021-07-15 00:30:08 +05:30
InputSearch.js feat: Rebuilt member admin (#2139) 2021-05-19 21:36:10 -07:00
InputSearchPage.js chore: Remove `react-keydown` (#2713) 2021-11-01 19:52:04 -07:00
InputSelect.js fix: Various aria and React warnings 2021-10-19 22:12:20 -07:00
InputSelectPermission.js fix: Implement custom Select Input (#2571) 2021-10-06 21:48:43 -07:00
InputSelectRole.js fix: Implement custom Select Input (#2571) 2021-10-06 21:48:43 -07:00
Key.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Labeled.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
LanguagePrompt.js fix: 16 linting warnings 2021-01-23 10:19:08 -08:00
Layout.js fix: UI flash when loading history sidebar 2021-11-08 20:43:19 -08:00
LocaleTime.js fix: Time/LocaleTime should default to relative humanized timestamps (regression) 2021-08-12 22:47:14 -07:00
MenuIconWrapper.js fix: Add icons to menu items (#2373) 2021-08-13 14:21:25 -07:00
Modal.js feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
NavLink.js feat: Include more events in document history sidebar (#2334) 2021-08-05 15:03:55 -07:00
Notice.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
NoticeAlert.js feat: Move to passport for authentication (#1934) 2021-03-11 10:02:22 -08:00
NoticeTip.js feat: I18n (#1653) 2020-11-29 20:04:58 -08:00
NudeButton.js feat: Include more events in document history sidebar (#2334) 2021-08-05 15:03:55 -07:00
OutlineLogo.js New login screen (#1331) 2020-07-09 22:33:07 -07:00
PageTheme.js fix: Content appearing behind status bar in iOS PWA on some models of phone 🤷 2021-04-23 14:57:38 -07:00
PageTitle.js Collaborative editing (#1660) 2021-09-10 22:46:57 -07:00
PaginatedDocumentList.js feat: Improved UI motion design (#2310) 2021-07-12 11:57:17 -07:00
PaginatedEventList.js feat: Include more events in document history sidebar (#2334) 2021-08-05 15:03:55 -07:00
PaginatedList.js flow 2021-10-21 21:23:58 -07:00
PaginatedList.test.js flow 2021-10-21 21:23:58 -07:00
PathToDocument.js fix: Virtualize move document listbox (#1650) 2020-11-12 22:02:56 -08:00
PlaceholderDocument.js Collaborative editing (#1660) 2021-09-10 22:46:57 -07:00
PlaceholderText.js chore: Move animations and globals from shared directory (#2344) 2021-07-21 10:34:55 -07:00
Popover.js feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
ProfiledRoute.js chore: Enable parameterized route profiling 2021-01-22 23:02:12 -08:00
RegisterKeyDown.js chore: Remove `react-keydown` (#2713) 2021-11-01 19:52:04 -07:00
Scene.js feat: Drop to import onto collection scene (#2005) 2021-04-05 19:05:27 -07:00
ScrollToTop.js chore: Refactor two components away from withRouter 2021-10-30 10:51:33 -07:00
Scrollable.js feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
SkipNavContent.js feat: Resizable sidebar (#1827) 2021-01-20 23:00:14 -08:00
SkipNavLink.js feat: Resizable sidebar (#1827) 2021-01-20 23:00:14 -08:00
SlackIcon.js chore: Slack integration screen improvements (#2049) 2021-04-18 18:34:49 -07:00
SocketProvider.js fix: Changing team settings should update in other tabs 2021-11-09 17:28:59 -08:00
Star.js fix: Print styles in dark mode when OS is light mode 2021-05-12 20:00:10 -07:00
Subheading.js fix: Mispositioned sticky headers in modals 2021-02-18 23:20:12 -08:00
Switch.js feat: Added ability to disable sharing at collection (#1875) 2021-02-09 19:04:03 -08:00
Tab.js feat: Include more events in document history sidebar (#2334) 2021-08-05 15:03:55 -07:00
Table.js fix: Improvements in table component (#2450) 2021-08-18 03:27:23 +05:30
Tabs.js feat: Improved UI motion design (#2310) 2021-07-12 11:57:17 -07:00
TeamLogo.js feat: Resizable sidebar (#1827) 2021-01-20 23:00:14 -08:00
Theme.js chore: Move animations and globals from shared directory (#2344) 2021-07-21 10:34:55 -07:00
Time.js feat: Include more events in document history sidebar (#2334) 2021-08-05 15:03:55 -07:00
Toast.js chore: Move animations and globals from shared directory (#2344) 2021-07-21 10:34:55 -07:00
Toasts.js fix: Separate toasts storage to own MobX store (#2339) 2021-07-20 14:36:10 +05:30
Tooltip.js chore: Upgrade flow (#1854) 2021-01-29 21:36:09 -08:00
ZapierIcon.js chore: Slack integration screen improvements (#2049) 2021-04-18 18:34:49 -07:00