##// END OF EJS Templates
pull-requests: expose TODO box in dedicated panel...
pull-requests: expose TODO box in dedicated panel - TODOs are important for merging and code-review we make them important now and shown next to votes for reviewers. - fixed some scrollToComment logic - small UI fixes

File last commit:

r4030:386f1ab6 default
r4140:eb578430 default
Show More
index.js
6 lines | 285 B | application/javascript | JavascriptLexer
import '@polymer/iron-ajax/iron-ajax.js';
import './shared-styles.js';
import './channelstream-connection/channelstream-connection.js';
import './rhodecode-toast/rhodecode-toast.js';
import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
import './rhodecode-app/rhodecode-app.js';