SideBySide2: Add NavLinks2

Implementing a new NavLinks. The current implementation is simple and
hasn't taken care of PatchValidator yet.

Added sortFileInfoByPath() to FileInfo.

Change-Id: Ia3e07c613abff391533508f2d553f6b720d9f0db
This commit is contained in:
Michael Zhou
2013-07-30 14:27:37 -07:00
parent 2c702aaf5a
commit aa5a928b6e
8 changed files with 256 additions and 23 deletions

View File

@@ -19,6 +19,7 @@ limitations under the License.
xmlns:d='urn:import:com.google.gerrit.client.diff'>
<g:HTMLPanel>
<d:ReviewedPanel ui:field='reviewed'/>
<d:DiffTable ui:field='diffTable' />
<d:NavLinks2 ui:field='navLinks'/>
<d:DiffTable ui:field='diffTable'/>
</g:HTMLPanel>
</ui:UiBinder>