mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +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
No EOL
158 B
JavaScript
5 lines
No EOL
158 B
JavaScript
module.exports = angular.module('stf/common-ui', [
|
|
require('./clear-button').name,
|
|
require('./filter-button').name,
|
|
require('./nothing-to-show').name
|
|
]) |