-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Base in-repo addon for ui components * ui/search-field * Ui/action-checkbox * ui/clear-button ui/reload-button * ui/disclosure-triangle * ui/open-links-in-new-window * ui/send-to-console * ui/sidebar-toggle * Toolbar CSS into ui add-on * Simplify ui/sidebar-toggle * ui/disclosure-triangle styles to addon * Prefix toolbar components with "toolbar" * Transparent pill background * More sidebar-toggle styles to add-on * Nav cleanup * Remove unused content_menu css * Send to Console CSS to addon * Remove page-refresh partial * Warning message cleanup * ui/empty-message - used in object inspector when no object is selected * New external link icon * Use ui/empty-message for more empty screens * Move more styles to ui add-on - drag handle - split - list * ui/error-page cleanup * Add alt attribute to error page image * More ui/error-page cleanup * Pill inherits cursor
- Loading branch information
1 parent
4e2e872
commit bd5219f
Showing
114 changed files
with
722 additions
and
854 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { helper } from '@ember/component/helper'; | ||
|
||
export function console(_) { | ||
return console.log(_); | ||
} | ||
|
||
export default helper(console); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
$blue: #174fff; | ||
$green: #009900; | ||
$red: #ff2717; | ||
$white: #ffffff; | ||
|
||
.ember-table { | ||
background: var(--base00); | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.