Skip to content
#

frontend-framework

Here are 186 public repositories matching this topic...

ravi-pandit14
ravi-pandit14 commented Apr 14, 2020

What I Want
I want to fixed side menu it should not scrolling with my data.

Description
I have installed react-admin in my react web App project but i am facing side menu scrolling issue. Side menu is scrolling with data.

Steps to reproduce:
I have following the same example that is providing by react-admin and in this example issue can be reproduce on dashboard.
If we will

RitikPatni
RitikPatni commented Oct 19, 2019

The list looks outdated in today's context so if anyone looking for repositories to contribute for hacktoberfest. Then this might be a good place.

Our main tasks would be

  • Add new content which you find useful for yourself while making sure that it isn't already there
  • If you think any of the content is already there but is now deprecated then you can help in refactoring that as well. **Pl
cbettinger
cbettinger commented Apr 3, 2018

Calling phonon.navigator().changePage(pageName) does not do anything if pageName is a prefix of phonon.navigator().currentPage.

The following conditions prevents unnecessary changes from the current page to the current page, but it prevents changes to other pages with the current page name as a prefix, too.

if(window.location.hash.indexOf(hash) === -1 && opts.useHash) {
   window.locat
v1
vkrv
vkrv commented Jan 16, 2017

Add to documentation to particular component information about it's inheritance tree (e.g. WebItem->Rectangle->Item), so inherited properties and methods can be easily accessible.
Having kind of inheritance structure would be nice:
"interits": {
"name": "Rectangle",
"ref": "core/Ractangle",
"inherits": {
"name": "Item",
"ref": "core/Item",
"inherits

aidanhs
aidanhs commented Jan 27, 2019

See yewstack/yew#233 (comment) for context.

Essentially, the desired behavior is: if an edit for a field (e.g. an input or text area) is 'rejected' (i.e. not applied to the model), the render should not update. In react this is known as 'controlled components'.

In squark you can test this by applying the patch I've pasted at the bottom and then editing the 'new item' input element on the

jvendrell
jvendrell commented Mar 7, 2017

Currently, the only documentation of the project is the Middleman's index page, where we can see a list of all the pages styled, and the toolkit. The toolkit contains an example of each one of the components used to create the different pages.

We need to define:

  • What kind of documentation does the project need? (toolkit, page examples, how to install, style guidelines, etc.).
  • What do we

Arva Foundation is the core of the Arva User Experience Platform where developers have complete freedom to hack their creations. Built to be a complete substitute for frameworks like React and Angular, Arva plays well with others by emphasising on ECMAScript syntax and aiming for compatability with the W3C Components specification.

  • Updated May 16, 2018
  • JavaScript
paulocoghi
paulocoghi commented Dec 19, 2017

[WIP] Working in progress

This feature allows older components to co-exist with newer ones, and selective live-on-air updates managed by the application itself.

Also, completely solves the problem of browser cache when publishing updates to the app in one or more components. The versioning strategy saves each component's version in an unique filename, which provides an unique URL.

Improve this page

Add a description, image, and links to the frontend-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the frontend-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.