Giter Club home page Giter Club logo

deprecated-focus-application's People

Contributors

ephrame avatar guenolek avatar pierr avatar tomgallon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

deprecated-focus-application's Issues

Customize the header actions

Hello,

In our project, we would like to customize the header actions :

  • On a primary action, we'd like the possibility to display a list of actions on click
  • We'd like to change the color of buttons

[Fetch] Error in a modal displayed "under" the modal

Hello,

The response status of the server is well used to display an error ๐Ÿ‘ , but in the case of a modal, the error "toaster" is displayed under the modal, in the list component.

"focus-application": "3.0.0-rc16"

[Header] Unmount not effective

Hello,

When I am first on a page which contains a Header, and I go to a page which doesn't contain a header, the "old" header is still displayed.

It seems the following code is not effective :

componentWillUnmount() {
    injectBarContentSummaryHeader(null);
    injectBarContentExpandedHeader(null);
    injectActionHeader(null);
}

"focus-application": "3.0.0-rc8"

[Header] Error on header unmount

Since recently on Diane,
when there is a header on a first page,
and there is no header on a second page,
we get the error like 'wrong type... ' in HeaderComponent when accessing the second page from the first.
And I think it is because of the line 34 of the fix #55 : injectActionHeader(Empty). Indeed, as far as I understand, injectActionHeader is different from the others and need an object like {primary: , secondary: }, and not a component.
See in header-component:
{actions && <div data-focus='header-bar-actions'><ContentActionsComponent primary={actions.primary} secondary={actions.secondary} /></div>}
Empty.primary may cause an exception.

[Message/Confirm Reducers] Useless console.log()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.