mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 15:25:17 +02:00
-Added filter button directive. -Moved the UI stuff to stf/common-ui. -Added optional filtering to Details. -Sync active tabs to local forage. -Device List status filters by usability. -Removed 750ms delay from filtering.
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
module.exports = angular.module('stf/common-ui', [
|
|
require('./clear-button').name,
|
|
require('./filter-button').name,
|
|
require('./nothing-to-show').name
|
|
]) |