glazier icon indicating copy to clipboard operation
glazier copied to clipboard

Dashboard for Github projects using Conductor.js and Oasis.js

Results 12 glazier issues
Sort by recently updated
recently updated
newest added

Mainly this is about fixing the race condition and replacing complex logic with a promise. But it also removed the duplicate ziniki files, fixed some space/tab issues and cleaned up...

when there are enough cards to cause the page to scroll, using expand will grow a card to cover all of the space that other cards occupy, even if it...

with enough cards on a page, the reorder panes overlay won't allow you to reach some of them

This commit introduced a workaround to an issue described by the pull request below: https://github.com/yapplabs/glazier/commit/93ab922aa7ec886cd79a17c05ba7a20e57e74729 See: https://github.com/emberjs/data/pull/1459 Removing the workaround while leaving `async: true` results in records that are created...

The list in the reorder panes modal doesn't update after adding/removing cards

Currently we only resolve immediate dependencies of the pane being added. For example, adding "stack overflow questions" will automatically add "stack overflow auth", but if auth had dependencies, they would...