3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00
Commit graph

60 commits

Author SHA1 Message Date
Dark
b6967c3654 Fix spacing issue for aliases. / was right behind the alias 2020-04-03 16:13:25 +03:00
Dragory
78d3f7e887 Fix tslint errors 2020-01-12 12:04:20 +02:00
Dragory
9cc2d29f6b Change target in tsconfig from esnext to es2018 to support optional chaining/nullish coalescing on Node.js 12 2019-11-27 21:43:54 +02:00
Dragory
1d6a1bf485 Code cleanup 2019-11-08 00:05:36 +02:00
Dragory
a13ab9f3d1 Fix invalid redirect in GuildConfigEditor if guild was not found 2019-11-08 00:05:01 +02:00
Dragory
5eecadd2e9 More work on API permissions 2019-11-08 00:04:24 +02:00
Dragory
487dee9838 dashboard: update babel packages 2019-11-07 22:56:51 +02:00
Dragory
47430989c8 dashboard: use tsconfig path aliases in webpack automatically 2019-11-07 22:53:28 +02:00
Dragory
0ab3c45e18 Fix @shared tsconfig paths so they resolve properly 2019-11-07 22:53:11 +02:00
Dragory
c650144509 Update Typescript to 3.7 2019-11-07 22:52:40 +02:00
Dragory
9250c84637 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Dragory
ca343374e4 Revamp !help command. Add support for linking to specific commands in zep docs. 2019-10-26 02:13:16 +03:00
Dragory
a1a5110c8d Documentation work. Add command info for all Utility plugin commands. 2019-10-25 23:14:21 +03:00
Dragory
1ba49034e2 Docs work 2019-10-25 21:45:18 +03:00
Dragory
42b0f9d807 Recommend -option instead of --option
Since knub-command-manager accepts both -option and --option now,
this change should make options more intuitive to use. Both syntaxes
are still supported and neither is getting deprecated for now.
2019-10-25 20:25:25 +03:00
Dragory
f67c1687ef Update documentation on overrides 2019-10-13 22:20:02 +03:00
Dragory
92edfc2155 dashboard: guild list style tweaks 2019-10-11 22:38:55 +03:00
Dragory
3a876fe1f0 Config schema and docs text changes. Fix clickable tab area in dashboard/docs. 2019-10-11 02:09:31 +03:00
Dragory
def46941c9 Automod work. Add config examples to automod. 2019-10-11 01:59:56 +03:00
Dragory
a6cc1d646e dashboard: ctrl+s/cmd+s to save config, style tweaks 2019-10-10 23:25:34 +03:00
Dragory
6b1fe159b6 webpack: append hash to filename instead of using only hash 2019-10-10 23:25:13 +03:00
Dragory
92dc59994f Fix alert icon in docs. Misc tweaks. 2019-10-10 23:15:03 +03:00
Dragory
f76af8c129 dashboard: sort guilds in guild list 2019-10-10 23:05:00 +03:00
Dragory
6bc748a275 Dashboard tweaks 2019-10-10 23:03:18 +03:00
Dragory
36e8d5b3fe Update dashboard side to tailwindcss 2019-10-10 22:55:31 +03:00
Dragory
89615a10c3 dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks 2019-10-10 21:58:00 +03:00
Dragory
804223489d Docs updates 2019-10-05 14:46:00 +03:00
Dragory
da044294d2 Switch from CodeMirror to Ace editor 2019-10-05 14:45:13 +03:00
Dragory
d0eb939b86 Remove obsolete doc components 2019-10-05 14:18:21 +03:00
Dragory
46f3932700 Remove obsolete import in Plugin.vue 2019-09-29 15:58:39 +03:00
Dragory
5006ae4962 dashboard: separate plugin usage/configuration, add usage guide + configuration guide 2019-09-29 15:53:14 +03:00
Dragory
12f25346ec More documentation work 2019-08-22 02:58:32 +03:00
Dragory
9e69b3bf5b Auto-generate plugin docs (WIP) 2019-08-22 01:22:26 +03:00
Dragory
8d4f19e28b Move vuex dependency from root package.json to dashboard folder 2019-08-21 22:06:31 +03:00
Dragory
60357c06a6 Disable dynamic scss imports (weird errors in prod builds, FIXME) 2019-07-29 22:58:38 +03:00
Dragory
a78e82a024 Code style tweak 2019-07-29 22:58:13 +03:00
Dragory
027335223a Dashboard: disable source maps in prod builds, add debug build with source maps and no minification 2019-07-29 22:57:58 +03:00
Dragory
c8b3591fce Dashboard: fix docs link after logging in, move logout button to the right 2019-07-29 22:36:04 +03:00
Dragory
c20c300a7a Splash: docs -> documentation 2019-07-29 22:32:11 +03:00
Dragory
5398e5476e Dashboard: don't collapse whitespace in code blocks (or anywhere) 2019-07-29 22:31:47 +03:00
Dragory
e472855c05 Docs: update user section of ArgumentTypes (from Dark) 2019-07-29 21:56:03 +03:00
Dragory
e63d350981 Tweaks 2019-07-29 21:51:38 +03:00
Dragory
9de1fec934 Docs: add 'work in progress' notification 2019-07-29 21:51:25 +03:00
Dragory
5637a851c5 Move material icons import to docs.scss for lazy loading 2019-07-29 21:34:34 +03:00
Dragory
bacfc9fffa Include buefy in package-lock.json 2019-07-29 21:34:19 +03:00
Dragory
3b5d970f4c Docs: consistent menu capitalization 2019-07-29 21:30:36 +03:00
Nils Blömeke
eec9bf8899 More docs work - Page for Document types and done LocateUser 2019-07-29 18:55:32 +02:00
Dragory
16939b998a More docs 2019-07-28 20:13:01 +03:00
Dragory
bf16dad8f9 Dashboard: rename component folders to lowercase 2019-07-28 18:26:36 +03:00
Dragory
7c66064d53 Work on documentation 2019-07-28 18:24:32 +03:00