BoHong Li
e564c40b4d
refactor: fix lint warning on public/js/cover.js
...
Signed-off-by: BoHong Li <a60814billy@gmail.com>
2019-04-12 18:00:25 +08:00
BoHong Li
67707d097f
fix: remove string.js for sucurity issue
...
1. Upgrade Imgur to fix npm install
2. Upgrade less version for security
3. Change package name in package.json to fit npm package.json rule
Signed-off-by: BoHong Li <a60814billy@gmail.com>
2019-04-12 18:00:22 +08:00
Sheogorath
2184491f4a
Final replacements
...
Looks like I missed a few. This should be complete now. And make us
ready for the repo rename and merging.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-24 14:13:46 +02:00
Jake Burden
b98d10c79a
turn concatenated string into a multi-line template string
...
Signed-off-by: Jake Burden <jake@doge.haus>
2018-06-22 18:08:47 -04:00
Sheogorath
9fd09a8dfb
Add delete user UI
...
This provides the UI for the delete user feature introduced in
4229084c62
Placing of the user delete button is not perfect, but can be moved to an
own user tab later on.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-25 17:11:11 +02:00
Wu Cheng-Han
f55a4b8497
Update to fix pagination error in list.js over v1.5.0
2017-03-14 23:08:15 +08:00
BoHong Li
5bc642d02e
Use JavaScript Standard Style (part 2)
...
Fixed all fail on frontend code.
2017-03-09 02:41:05 +08:00
NV
5a212b9335
Removed UTF-8 BOM in download function
2017-02-03 17:35:49 +09:00
Yukai Huang
26d8942852
Revert experimental vue for now
2017-01-21 12:30:55 +08:00
Yukai Huang
4bbe035beb
Merge branch 'master' into frontend-next
2017-01-21 12:08:52 +08:00
Wu Cheng-Han
e00daee6c0
Update to prevent all empty link change hash
2017-01-16 12:42:21 +08:00
Wu Cheng-Han
091e7271e0
Fix pagination should hide on refresh history
2017-01-16 12:24:40 +08:00
Wu Cheng-Han
f2ee897699
Fix to prevent hash change on click nav item on index
2017-01-16 12:04:11 +08:00
Wu Cheng-Han
5751578275
Update to remove history pagination animation on refresh
2017-01-15 17:23:33 +08:00
Yukai Huang
c0e8306961
Merge branch 'frontend-next' into t216-refactor-common
2017-01-15 11:33:22 +08:00
Yukai Huang
0fca629c34
Rename common.js to login.js
2017-01-13 23:06:31 +08:00
Yukai Huang
3d6b319216
Merge branch 'master' into frontend-next
2017-01-13 22:53:33 +08:00
Wu Cheng-Han
0432fef267
Fix history list might check pagination on clear and open
2017-01-12 17:14:32 +08:00
Yukai Huang
fce08cc164
Convert history.js to es6
2017-01-05 20:56:16 +08:00
Yukai Huang
71aece7429
Convert cover.js to es6
2017-01-05 18:10:55 +08:00
Yukai Huang
99dd107724
Basic setup for Vue app
2016-12-24 11:50:57 +08:00
Yukai Huang
a06fad974e
Install vue and babel dependency
2016-12-24 11:10:18 +08:00
Yukai Huang
d6ae7a36ae
Fix module variable require
2016-12-24 11:09:07 +08:00
Wu Cheng-Han
52772829ce
Fix history tags dropdown should unescape html
2016-11-29 21:33:29 +08:00
Yukai Huang
55ddddd84b
Require cover stylesheets
2016-11-02 11:26:25 +08:00
Wu Cheng-Han
7ebc84bec0
Try to remove unused front-end dependency
2016-10-19 22:14:32 +08:00
Yukai Huang
ae3e1b972b
Fix spellcheck
...
* also fix spaces width
2016-10-13 16:41:20 +08:00
Yukai Huang
d600364933
Fix history deletion
2016-10-13 16:25:38 +08:00
Yukai Huang
6b6b534866
Merge branch 'master' into webpack-frontend
2016-10-12 17:39:38 +08:00
Wu Cheng-Han
f5d471106c
Fix history list not parse and bind events properly on change pagination
2016-10-12 13:14:46 +08:00
Wu Cheng-Han
f4fe27e26c
Update to make history refresh have better UX and keep the beginning and end of the pagination visible
2016-10-12 13:08:53 +08:00
Yukai Huang
4a6a69e7bc
Fix module export
2016-10-11 21:22:05 +08:00
Yukai Huang
6e651c8108
Merge branch 'master' into webpack-frontend
2016-10-11 18:40:23 +08:00
Wu Cheng-Han
cd9f8fe36b
Update to support pagination for history list
2016-10-11 16:48:42 +08:00
Yukai Huang
06437ccaa9
Manage more packages with npm and webpack
2016-10-11 14:52:45 +08:00
Wu Cheng-Han
68457ed3a2
Update to make history delete and pin function call to new APIs
2016-10-10 21:00:07 +08:00
Yukai Huang
20f2e27350
Cover page is now working
2016-10-10 10:14:17 +08:00
Wu Cheng-Han
b9c59c454d
Add support of i18n with related patches and support "en" and "zh" locales for now
2016-08-19 11:49:24 +08:00
Wu Cheng-Han
3bcb36b46c
Improve index layout and UX with UI adjustments and better wording
2016-08-15 10:56:14 +08:00
Cheng-Han, Wu
357ad0b535
Fix history filter tags and search keyword might not apply after refresh
2016-06-26 23:38:28 +08:00
Cheng-Han, Wu
27e17d7772
Add release-notes as pure markdown file and remove old release notes section on index
2016-05-30 12:45:13 +08:00
Cheng-Han, Wu
c8560ec5fb
Fix to handle if user avatar photo is null
2016-05-16 13:47:35 +08:00
Cheng-Han, Wu
aa34faf8ab
Fix some code styles and user avatar style for PR #122
2016-05-15 12:31:16 +08:00
Jason Croft
c4b754e53b
Add avatar to History page.
2016-05-12 15:21:05 -04:00
Cheng-Han, Wu
197ac5d5fb
Mark as 0.4.0
2016-04-20 18:23:56 +08:00
Cheng-Han, Wu
04eabff3c3
Fixed logout url not correct
2016-03-04 23:11:32 +08:00
Cheng-Han, Wu
b2b1be3dda
Support set url path and use relative url, move raphael to bower and fixed minor issue in history
2016-02-16 20:08:44 -08:00
Cheng-Han, Wu
47668fe70a
Fixed release notes typos
2016-01-31 15:28:35 -06:00
Wu Cheng-Han
1b2a3108be
Marked as 0.3.4
2016-01-19 10:06:22 -06:00
Wu Cheng-Han
2cfcae6db2
Support pinning note in history
2015-10-22 17:09:55 +08:00