Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  __mocks__
  __snapshots__
  hooks
DeprecationService.js 576 Bytes
HOC.js 2.2 KB
HOC.test.js 1.8 KB
I18n.js 2.17 KB
I18n.test.js 795 Bytes
IntegrationTestHelper.js 2.82 KB
MountingService.js 2.45 KB
SessionStorage.js 341 Bytes
Timer.js 326 Bytes
colors.scss 510 Bytes
commonStyles.css 32 Bytes
document.js 177 Bytes
forceSingleton.js 834 Bytes
forceSingleton.test.js 511 Bytes
helpers.js 6.18 KB
helpers.test.js 3.57 KB
i18nProviderWrapperFactory.js 1.05 KB
keyCodes.js 127 Bytes
testHelpers.js 4.55 KB
urlHelpers.js 2.26 KB
urlHelpers.test.js 2.32 KB
variables.scss 161 Bytes
withReactRoutes.js 336 Bytes
withReactRoutes.test.js 341 Bytes

Latest revisions

# Date Author Comment
94c522d8 04/25/2021 01:33 PM Adi Abramovitch

Fixes #32070 - Updating welcome pages to use react component

92b4247f 04/21/2021 08:48 AM Ondřej Ezr

Fixes #32360 - remove array destruction

This removes usage of array destruction as babel is unable to handle it
for some reason and given we have just two usecases, it is easier to
drop it, then figure out what's wrong with babel.

22fa1637 04/08/2021 11:31 AM yifat makias

Fixes #30288 - replace CPU/Cores/socket input to react comp

6d8b2f92 03/15/2021 02:37 PM Ondřej Ezr

Refs #32025 - fix rerender guard condition

In 71c10db57f we've added a rerender option for HTML mounted components,
but the guard there was accidently reversed, so it only got rendered
twice on first mount, but never rerendered.

299c2976 03/15/2021 01:36 PM Maria Agaphontzev

Refs #30331 - refctor nav header to pf4

71c10db5 03/10/2021 09:44 PM Ondřej Ezr

Fixes #32025 - allow changing root Component props

This allows changing the root components props from legacy JS, as simple
components should be able to change value programatically without using
Redux store.

It only makes sense to listen to changes on the element's props...

9c98ba71 01/11/2021 09:50 PM John Mitsch

Fixes #30426 - Add InlineEdit pf4 React component (#7826)

Adds component for inline text edits. This aims to support cases where you want to display information that can be edited in-line.
Adds custom submit on enter hook and uses it.

d6208c4b 12/20/2020 02:06 PM Amir Fefer

Fixes #31250 - add useAPI hook for API requests

a83ed5b9 11/30/2020 08:27 AM Amir Fefer

Fixes #29324 - Adding head tags dynamically with react

c5e0048a 11/18/2020 10:56 AM John Mitsch

Fixes #30799 - Upgrade js tests to support Jest 26

Related to https://github.com/theforeman/foreman-js/pull/212

View revisions

Also available in: Atom