mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Basic transaction categories CRUD actions (inline) (#601)
* Fix dropdown issues and add dummy transaction category modal * Minor namings tweaks * Add search type * Use new menu controller * Complete basic transaction category inline CRUD actions * Fix lint error --------- Co-authored-by: Jakub Kottnauer <jk@jakubkottnauer.com>
This commit is contained in:
@@ -3,21 +3,6 @@
|
||||
* Stimulus controllers to reference our color palette. Mostly used for D3 charts.
|
||||
*/
|
||||
|
||||
export const categoryColors = [
|
||||
"#e99537",
|
||||
"#4da568",
|
||||
"#6471eb",
|
||||
"#db5a54",
|
||||
"#df4e92",
|
||||
"#c44fe9",
|
||||
"#eb5429",
|
||||
"#61c9ea",
|
||||
"#805dee",
|
||||
"#6ad28a"
|
||||
]
|
||||
|
||||
export const categoryDefaultColor = "#737373"
|
||||
|
||||
export default {
|
||||
transparent: "transparent",
|
||||
current: "currentColor",
|
||||
|
||||
Reference in New Issue
Block a user