Keavon Chambers
47af8d9bed
Disallow snake_case variable names in frontend
2021-08-12 21:43:50 -07:00
Keavon Chambers
35d7fe8860
Miscellaneous minor code cleanup
...
# Conflicts:
# graphene/Cargo.toml
2021-08-12 20:34:36 -07:00
Keavon Chambers
db2fe322c3
Replace promise with await in MenuList.vue
2021-08-12 19:25:57 -07:00
Keavon Chambers
3a11bf02f8
Add number labels to ruler marks
2021-08-12 02:54:07 -07:00
Keavon Chambers
92953e348b
Clean up popovers: background color and placeholder text
2021-08-11 23:53:05 -07:00
Keavon Chambers
22947933b0
Improve document zooming to work based on nice steps ( #336 )
...
* Improve document zooming to work based on nice steps
* Code review improvements
2021-08-10 16:21:18 -07:00
Keaton Brandt
74d0e6dbc0
Fix clicking on menu bar sub-menu entries ( #337 )
...
* Fix a bug where clicking a submenu would cause the parent menu to be closed before the submenu click could be registered. Also ignores package-lock.json.
* Remove package-lock gitignore
* Add back empty line
2021-08-10 17:54:09 -04:00
Keavon Chambers
b7976219f3
Upgrade packages and a couple fix warnings
2021-08-09 18:41:09 -07:00
Keavon Chambers
a1fec1c93f
Add DisplayError to show user errors from the backend
2021-08-08 16:52:09 -07:00
Keavon Chambers
53ad105f57
Restructure project directories ( #333 )
...
`/client/web` -> `/frontend`
`/client/cli` -> *delete for now*
`/client/native` -> *delete for now*
`/core/editor` -> `/editor`
`/core/document` -> `/graphene`
`/core/renderer` -> `/charcoal`
`/core/proc-macro` -> `/proc-macros` *(now plural)*
2021-08-07 05:17:18 -07:00