aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp
Commit message (Collapse)AuthorAgeFilesLines
* refactor(front): Fix #104 .crupest2020-06-173-9/+10
|
* docs: Try to fix the program language displayed in github.crupest2020-06-161-0/+1
|
* fix(front): Truly fix the layout bug when last post is short.crupest2020-06-162-2/+9
|
* fix(front): Fix a unused code.crupest2020-06-161-1/+0
|
* fix(front): Fix layout issue when last post is short.crupest2020-06-161-1/+1
|
* fix(front): Card collapse button is reversed.crupest2020-06-161-2/+2
|
* feat(front): Use bootstrap icons.crupest2020-06-1610-145/+51
|
* feat(front): 2 enhance on app upgrade.crupest2020-06-125-25/+72
| | | | | 1. Other pages show alert to refresh when a page confirm upgrade. 2. Upgrade success alert.
* feat(front): Fix #98 . Fix #99 .crupest2020-06-122-23/+56
|
* chore(front): Fix #96 . Fix #97 .crupest2020-06-112-13/+47
|
* build(front): Not use service worker in development mode.crupest2020-06-113-18/+2
|
* feat(front): Application upgrade ui.crupest2020-06-1110-12/+127
|
* feat(front): Service worker is coming!crupest2020-06-1171-6282/+6363
|
* fix(front): Fix #95 .crupest2020-06-101-2/+2
|
* feat(front): Make card collapse button orange!crupest2020-06-102-1/+4
|
* fix(front): Still try to fix scroll problem in timeline page.crupest2020-06-103-10/+10
|
* feat(front): Make post editer beatiful.crupest2020-06-102-2/+10
|
* feat(front): Fix #92 .crupest2020-06-102-2/+18
|
* feat(front): Fix #75 .crupest2020-06-106-43/+61
|
* fix(front): Add an additional condition for disable scroll to bottom.crupest2020-06-101-0/+1
|
* Finally one.crupest2020-06-101-11/+17
|
* Rename.crupest2020-06-103-15/+14
|
* fix(front): Attempt to fix scroll problem in timeline page.crupest2020-06-094-14/+38
|
* feat(front): Fix #76 .crupest2020-06-083-14/+29
|
* build(front): Upgrade dependencies.crupest2020-06-081-9/+9
|
* feat(front): Fix #77 .crupest2020-06-072-4/+21
|
* feat(front): Fix #74 .crupest2020-06-074-12/+77
|
* chore(front): Some improvements in setting page.crupest2020-06-072-9/+12
|
* feat(front): Fix #73 .crupest2020-06-055-34/+111
|
* refactor(front): Refactor scss to sass and refactor timeline styles.crupest2020-06-0419-336/+277
|
* refactor(front): Make codes lint-clean!crupest2020-06-0427-185/+254
|
* fix: Fix #88 .crupest2020-06-034-17/+5
|
* Fix #87 .crupest2020-06-031-0/+1
|
* Remove blog link and cross-env in about page.crupest2020-06-021-11/+0
|
* Fix a mis-deleted dependency.crupest2020-06-021-0/+1
|
* Upgrade packages.crupest2020-06-028-67/+59
|
* Migrate to not use Zero-Installs.crupest2020-06-011-1/+1
|
* Migrate to yarn v2 .crupest2020-06-017-63/+61
|
* Just get everything works!crupest2020-05-303-28/+1
|
* Merge front end to this repo. But I need to wait for aspnet core support for ↵crupest2020-05-3089-0/+6760
| | | | custom port and package manager for dev server.
* Init separate.crupest2019-04-1388-2766/+0
|
* Change create token api.crupest2019-04-114-19/+32
|
* Run lint.crupest2019-04-111-2/+2
|
* Add remember me.crupest2019-04-116-33/+51
|
* Add unit test.crupest2019-03-266-19/+53
|
* Fix a bug. Set userInfo to null when nologin.crupest2019-03-181-0/+3
|
* Design login success UI.crupest2019-03-182-1/+16
|
* Add logout. Fix a bug.crupest2019-03-189-26/+82
| | | | The bug is it always goes to login page whether you have login or not before when user is presented in url.
* Fix a wrong wildcard in ts config file.crupest2019-03-172-2/+2
|
* Add unit test.crupest2019-03-1710-88/+148
|