Commit Graph

12 Commits

Author SHA1 Message Date
Gabriel Horner
1f0e22275d Add ns docstrings for most ns in src/main
- Added to CI now that it passes
- Added no-doc for docstrings that don't add any more than what's in the
ns name or for ones where I didn't know the ns that well
2022-09-27 13:55:16 +08:00
Gabriel Horner
11d3d5b3cd Remove unused :me/* attributes
These were removed in b3f67c69b1.
Also removed related, unused spec
2022-05-26 18:04:45 -04:00
Tienson Qin
b3f67c69b1 misc: delete both web github integration and encryption 2022-04-24 11:17:47 +08:00
Gabriel Horner
0ccbe4d046 Enhance: validate local storage (#4784)
* Validate localStorage with spec

This will help get at the source of errors like #4706 quicker

* Fix settings bugs

Close #4679 as shortcut tooltip setting is now visible.
No need to js/alert when a setting is changed. Probably leftover bugging

* Add docs and example of reusing specs in bb task

Co-authored-by: Andelf <andelf@gmail.com>
2022-04-01 15:46:52 +08:00
Gabriel Horner
5635469d7a Split out command and category descs
Move them to a more appropriate ns that is just dictionary focused.
This _majorly_ slims down dependencies for the main translation ns
Also:
- add tests
- make medley requires consistent
- alter spec to reflect how command data is actually being used in
  command palette component
- add basic translation tests
2022-03-28 11:05:42 -04:00
Gabriel Horner
ec60aab5d2 Remove more unused state 2022-01-28 11:21:16 -05:00
Junyi Du
daae4932ad Some fix according to lint 2021-11-18 21:13:35 +08:00
Michael Wong
cc8987fa67 fix(spec): fix spec (#764)
* fix(spec): fix spec

* fix(spec): only use spec in dev
2020-11-26 13:17:05 +08:00
defclass
a9257bdf8f doc(spec): fix the doc 2020-11-25 12:33:50 +08:00
defclass
cf42b6ef81 fix(spec): fix validate impl 2020-11-25 12:31:27 +08:00
defclass
a650a1c2cc fix(spec): add some specs in repo.clj 2020-11-25 12:31:27 +08:00
defclass
9fda0a4c03 feat: add cljs.spec.alpha 2020-11-09 22:57:41 +08:00