Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Side by Side Diff: appengine/swarming/ui/res/imp/botlist/DESIGN.md

Issue 2408743002: Move elements/ to ui/ (Closed)
Patch Set: rebase again Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a highlevel overview of behaviors used by <bot-list>. 1 This is a highlevel overview of behaviors used by <bot-list>.
2 2
3 ``` 3 ```
4 +----------------+ 4 +----------------+
5 | | 5 | |
6 +------------->+ CommonBehavior +<-----------------+ 6 +------------->+ CommonBehavior +<-----------------+
7 | | | | 7 | | | |
8 | +------+---------+ | 8 | +------+---------+ |
9 | ^ | 9 | ^ |
10 | | | 10 | | |
(...skipping 17 matching lines...) Expand all
28 | | | 28 | | |
29 +-----+ <bot-list-data> | 29 +-----+ <bot-list-data> |
30 | | 30 | |
31 +-----------------+ 31 +-----------------+
32 ``` 32 ```
33 33
34 Although methods defined in the various behaviors could be overwritten by each 34 Although methods defined in the various behaviors could be overwritten by each
35 other, this is not done. 35 other, this is not done.
36 36
37 `<bot-list>` is the main element and composes the others. 37 `<bot-list>` is the main element and composes the others.
OLDNEW
« no previous file with comments | « appengine/swarming/ui/polymer05/stats-work-chart.html ('k') | appengine/swarming/ui/res/imp/botlist/bot-filters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698