mirror of
https://github.com/harness/drone.git
synced 2025-05-20 02:50:05 +08:00

* Add PR listing page + Commits tab for PR detail page * Add commits place-holder in Compare view * Add commits place-holder in Compare view * Correct PR number after creation * Minor CSS improvement * Add diff sample * Diff side by side (3.4.2 is better than latest) * Big PR diff example * Implement diff view * Scrolling optimization * Add placeholder to allow click at line number
13 lines
284 B
TypeScript
13 lines
284 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly main: string
|
|
readonly state: string
|
|
readonly merged: string
|
|
readonly closed: string
|
|
readonly rejected: string
|
|
readonly metaline: string
|
|
readonly time: string
|
|
}
|
|
export default styles
|