Commit Graph

295 Commits

Author SHA1 Message Date
haitao(lj) 7a8f5b67bc feat(local): set up app with language and time zone 2022-11-04 10:35:01 +08:00
shuai 260ff708d2 fix: queryGroup component add pathname param 2022-11-04 10:23:53 +08:00
shuai a85a45425a chore: update process 2022-11-03 18:44:28 +08:00
shuai 3d015db8a1 Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3 2022-11-03 17:45:09 +08:00
shuai 48654aa995 fix: add installation process 2022-11-03 17:44:59 +08:00
robin 0cada831ee refactor(i18n): update en.json 2022-11-03 17:20:48 +08:00
robin db6736ff4d refactor: update interface.ts 2022-11-03 17:20:27 +08:00
robin c31f6cc39d refactor(admin): Add link 2022-11-03 17:20:14 +08:00
robin aa9687c1bd refactor(admin): Add form fields 2022-11-03 17:19:53 +08:00
robin 2c60e16141 refactor(i18n): update en.json 2022-11-03 16:19:57 +08:00
robin 549f816d3e style: format 2022-11-02 18:24:48 +08:00
Ren Yubin 25e5f512f3 Merge branch 'test' into 'ui-v0.3'
# Conflicts:
#   ui/src/components/Header/index.scss
#   ui/src/components/Header/index.tsx
2022-11-02 10:22:54 +00:00
robin 41ff3dbbc7 refactor: Modify the import package path 2022-11-02 18:19:05 +08:00
robin 364a5a0e18 refactor(i18n): update en.json 2022-11-02 18:17:13 +08:00
robin 44da3c24fd feat(admin): dashboard module 2022-11-02 18:17:13 +08:00
shuai 847c9a343e fix: path alias 2022-11-02 17:33:04 +08:00
shuai bf4e9824f5 fix: handle install page forms 2022-11-02 17:26:55 +08:00
shuai 77f1fb391f Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3 2022-11-02 17:25:17 +08:00
haitao(lj) f196972fff ci(admin/interface): fix interface merge issue 2022-11-02 17:23:41 +08:00
haitao(lj) dc2ff48289 Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3 2022-11-02 17:20:47 +08:00
haitao(lj) 787193cf55 Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3 2022-11-02 17:14:56 +08:00
haitao(lj) 02de299c86 refactor(router-guard): refactor router guard 2022-11-02 17:14:47 +08:00
robin 50fa034095 feat(admin): Add time zone in admin background 2022-11-02 16:38:41 +08:00
shuai 39c2721751 Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3 2022-11-02 16:21:34 +08:00
robin 5a3bd799f7 refactor: refactor: Answer links for improved question management 2022-11-02 11:24:12 +08:00
robin f6545f2de3 refactor: update en.json 2022-11-02 11:12:57 +08:00
robin e45ecdc0ef refactor: Answer links for improved question management 2022-11-02 11:12:05 +08:00
Li Shuailing 32ed838211 Merge branch 'fix-ui-v0.2' into 'main'
fix: custom avatar need upload

See merge request opensource/answer!155
2022-11-02 02:22:00 +00:00
shuai a4d55e629c fix: custom avatar need upload 2022-11-02 10:15:08 +08:00
Li Shuailing 70c5991323 Merge branch 'fix-ui-v0.2' into 'main'
fix: gravatar add default params

See merge request opensource/answer!148
2022-11-01 09:11:35 +00:00
shuai 05268e820d fix: gravatar add default params 2022-11-01 17:03:54 +08:00
robin 2ff08c8b43 feat(admin): question,answer,users adds filter 2022-11-01 16:26:42 +08:00
Li Shuailing 1bd05ed515 Merge branch 'fix-ui-v0.2' into 'main'
fix: navbar style adjustment

See merge request opensource/answer!146
2022-11-01 08:20:36 +00:00
shuai 875a32aeda fix: navbar style adjustment 2022-11-01 16:15:30 +08:00
LinkinStar 6e5d89d593 Merge branch 'github-main'
# Conflicts:
#	go.mod
#	internal/entity/answer_entity.go
#	internal/schema/question_schema.go
#	internal/service/user_service.go
2022-11-01 15:37:22 +08:00
ppchart 4f38e38714 Fix windows endOfLine error 2022-11-01 15:16:21 +08:00
shuai f1e3f956af Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3 2022-11-01 11:41:49 +08:00
shuai a741bd5cfc fix: add upgrad and maintenance page 2022-11-01 11:34:39 +08:00
haitao(lj) e4f08e1386 fix(router): add general route error element 2022-11-01 10:36:19 +08:00
haitao(lj) 05f4866909 fix(notifications): fix message disappear when reclick notification type 2022-11-01 10:04:08 +08:00
shuai 792a9642ac fix: avatar size adjustment 2022-11-01 09:48:44 +08:00
shuai 2ad6a40d76 chore: add install pages 2022-10-31 18:48:27 +08:00
haitao(lj) d72425b343 fix(router-guard): fix some router guard logic 2022-10-31 18:40:02 +08:00
haitao(lj) 04b1b46ef2 refactor(services): update some service import issue 2022-10-31 16:10:12 +08:00
haitao(lj) d11c714adb Merge branch 'main' into ui_router-guard 2022-10-31 15:54:45 +08:00
shuai a2dd4f2f35 fix: question list style adjustment 2022-10-31 14:52:56 +08:00
shuai 50d10b610d fix: avatar sizes 2022-10-31 14:36:42 +08:00
shuai c039760f33 fix: add id attribute for avatar setting 2022-10-31 14:20:48 +08:00
shuai fce82bdda1 fix: gravatar add default d=identicon 2022-10-31 11:58:04 +08:00
haitao(lj) d3cd9a94dd refactor(import): fix import order 2022-10-31 11:39:33 +08:00
haitao(lj) e2cf6d2b3d feat(router-guard): set route guard for activation/* and confirm-new-email 2022-10-31 10:34:51 +08:00
shuai e6f8e62d78 fix: unread quantity style adjustment 2022-10-31 10:24:09 +08:00
haitao(lj) a801ff6cda feat(navigation): guard route done 2022-10-29 20:43:52 +08:00
Charlie Arehart 4a13096762
refine text, punctuation in footer
The periods are unnecessary and stiff.
2022-10-29 06:36:18 -05:00
Charlie Arehart 6e02a32ca1
refine text, punctuation in footer
The periods are unnecessary and stiff.
2022-10-29 06:35:17 -05:00
shuai 1af9de79fc fix: ptimization of avatar taking values 2022-10-28 20:02:59 +08:00
shuai f587d29c12 feat: add profile avatar setting 2022-10-28 20:01:00 +08:00
geekymv 075c8683ed Fix bug #41 Change password does not work 2022-10-28 12:58:58 +08:00
shuai ae462618cb fix: navbar search input border color changed 2022-10-27 15:45:59 +08:00
shuai 95deb1b0d8 fix: #1087 jittering of internal text when search box is focused 2022-10-27 15:42:25 +08:00
shuai 2a43ac0211 Merge branch 'main' into ui 2022-10-27 15:12:07 +08:00
genment 1b52d2d737 fix: revert unnecessary translation 2022-10-26 23:34:57 -04:00
shuai d985024877 fix: #27 Fixed tag question list parameter 2022-10-27 10:50:10 +08:00
genment 70d687f49d feat: translate more text 2022-10-26 18:57:32 -04:00
genment 9c3b778b26 feat: add zh_CN translation for frontend 2022-10-25 20:40:43 -04:00
haitao(lj) fe0f0810dc docs(ui): update link in doc 2022-10-24 14:48:52 +08:00
haitao(lj) df48b3cd09 fix(smtp): remove unused form text 2022-10-21 17:53:40 +08:00
haitao(lj) e9b5be9daf feat(admin): add SMTP setting for admin 2022-10-21 17:17:33 +08:00
fen 1ba76183fe fix: letter case 2022-10-20 10:11:56 +08:00
haitao(lj) e122788fcd Merge branch 'ui' of git.backyard.segmentfault.com:opensource/answer into ui 2022-10-19 12:35:14 +08:00
haitao(lj) 4d54cbdec5 ci(env): optimize env field in .env and .env.production 2022-10-19 12:35:09 +08:00
fen 7be0ebfa71 fix: form description 2022-10-19 11:11:38 +08:00
haitao(lj) 16db109186 chore(style&dashboard): optimize scss variable file & add version field to Dashboard 2022-10-19 11:06:31 +08:00
fen 8ab5dde21e fix: dot 2022-10-19 09:35:47 +08:00
haitao(lj) ce089fdb32 fix(router): remove unnecessary lazy route component 2022-10-18 17:32:21 +08:00
haitao(lj) eb2efc365c chore: update component name and fix unnecessary style import 2022-10-18 12:18:15 +08:00
robin 868bdf09d4 refactor: responsive optimization 2022-10-14 17:30:20 +08:00
shuai 6382c10e31 Merge branch 'ui' of git.backyard.segmentfault.com:opensource/answer into ui 2022-10-14 17:22:29 +08:00
shuai ba2450afc4 fix: question detail page styles change 2022-10-14 17:22:25 +08:00
robin b84a873d33 refactor: responsive sidebar adjustment 2022-10-14 17:16:46 +08:00
haitao(lj) 541b213b1a Merge branch 'ui' of git.backyard.segmentfault.com:opensource/answer into ui 2022-10-14 17:12:40 +08:00
haitao(lj) 71b8728f66 fix(type): flaged -> flagged 2022-10-14 17:12:34 +08:00
robin 1126feef25 refactor: perfect regular expressions 2022-10-14 17:08:21 +08:00
robin f4ff604a91 refactor: improve mentions 2022-10-14 16:55:49 +08:00
shuai 65eb12f504 fix: resolve conflict 2022-10-14 16:15:36 +08:00
shuai 84c753da78 fix: mobile navigation adaptations 2022-10-14 16:12:41 +08:00
robin fcea53c7fb refactor: List filter button responsive processing 2022-10-14 16:06:26 +08:00
haitao(lj) a4560de89c fix(flag): fix typo in putReport 2022-10-14 15:59:52 +08:00
haitao(lj) 772f977549 refactor(user/settings): add caption for settings.username 2022-10-14 15:11:04 +08:00
haitao(lj) 2c950cce5b Merge branch 'ui' of git.backyard.segmentfault.com:opensource/answer into ui 2022-10-14 15:04:24 +08:00
haitao(lj) 2da79317ae fix(user/settings): enable user can modify username 2022-10-14 15:04:00 +08:00
robin 9deb8ceb78 fix: fix problems caused by uncontrolled components 2022-10-14 14:11:03 +08:00
haitao(lj) 0ca4413366 feat(search): add order: 'relevance' for search 2022-10-14 12:25:11 +08:00
haitao(lj) 5dd8d1246f Merge branch 'ui' of git.backyard.segmentfault.com:opensource/answer into ui 2022-10-14 12:09:33 +08:00
haitao(lj) 9422a45e3f feat(reputation): format reputation count 2022-10-14 12:09:29 +08:00
robin 517bf8c114 refactor: update style 2022-10-14 11:27:12 +08:00
robin 357d77385b refactor: remove unused css 2022-10-14 11:10:08 +08:00
robin c2e48bd152 refactor: Responsive styling 2022-10-14 11:10:08 +08:00
fen 1ae90a0eea fix: font size style 2022-10-14 10:50:26 +08:00
haitao(lj) ec1a826ed3 refactor(root&header): optimize root and logo style 2022-10-14 10:22:07 +08:00