Commit Graph

967 Commits

Author SHA1 Message Date
robin 4f0ec66710 refactor(ui): Modify the input type name 2023-02-02 11:44:30 +08:00
贾海涛(龙笛) 7a57cb5543 Merge branch 'feat/ui-1.0.4' into 'test'
Feat/ui 1.0.4

See merge request opensource/answer!431
2023-02-02 02:55:28 +00:00
robin b655b13978 fix(ui): Solve the problem of using swr and useEffect together 2023-02-01 18:41:43 +08:00
aichy126 bbe6b90292 del index.html 2023-02-01 18:20:42 +08:00
aichy126 9fd9e7ea14 Merge branch 'feat/1.0.4/comment' into test 2023-02-01 18:19:38 +08:00
aichy126 c7cb2ac735 ggpush 2023-02-01 18:18:11 +08:00
robin e3bc029fd2 docs(ui): update schema form doc 2023-02-01 17:48:07 +08:00
aichy126 35a370dbd4 Merge branch 'feat/1.1.0/compile' into feat/1.0.4/comment 2023-02-01 16:46:35 +08:00
贾海涛(龙笛) 523d785295 Merge branch 'feat/ui-1.0.4' into 'test'
Feat/ui 1.0.4

See merge request opensource/answer!430
2023-02-01 04:02:47 +00:00
haitao(lj) 783aa0eacf fix(answer): Update front-end validation rules for answer content 2023-02-01 11:59:12 +08:00
haitao(lj) dd16329a62 fix(EditAnswer): Form error message handling when edit answer 2023-02-01 11:36:22 +08:00
贾海涛(龙笛) 5fa19e32f9 Merge branch 'feat/ui-1.0.4' into 'test'
fix(QuestionList): Set the correct pagination path for tag detail pages

See merge request opensource/answer!428
2023-01-31 09:11:53 +00:00
haitao(lj) 9100a99c0f fix(QuestionList): Set the correct pagination path for tag detail pages 2023-01-31 17:05:59 +08:00
贾海涛(龙笛) 1db3c5564b Merge branch 'feat/ui-1.0.4' into 'test'
fix(Question): Handling form errors when submitting answer

See merge request opensource/answer!427
2023-01-31 08:23:38 +00:00
haitao(lj) 1f2800c668 fix(Question): Handling form errors when submitting answer 2023-01-31 16:19:49 +08:00
haitao(lj) e0fb22a62d refactor(guard): Initialize the app by route entry 2023-01-31 15:40:33 +08:00
贾海涛(龙笛) 4033a4f851 Merge branch 'feat/ui-1.0.4' into 'test'
Feat/ui 1.0.4

See merge request opensource/answer!426
2023-01-31 03:26:01 +00:00
haitao(lj) e79032741c Merge branch 'feat/ui-1.0.4' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.4 2023-01-31 11:12:58 +08:00
haitao(lj) 9b3eb443ed fix(Pagination): Improve the success rate of "back to top" operations on mobile devices. 2023-01-31 11:12:23 +08:00
robin 7e3adc9795 refactor(ui): Improve the schema form type declaration 2023-01-30 18:08:06 +08:00
robin 77c8bf0441 fix(ui): Fix issue with comment mentioning misbehavior 2023-01-30 16:49:36 +08:00
aichy126 ca6231ba1c Merge branch 'feat/1.0.4/comment' into test 2023-01-30 16:19:12 +08:00
aichy126 7d6720309a update html canonical pages 2023-01-30 16:17:43 +08:00
aichy126 fa58176743 Merge branch 'test' of git.backyard.segmentfault.com:opensource/answer into test 2023-01-30 15:50:19 +08:00
aichy126 4b3a7418d6 Merge branch 'feat/1.0.4/comment' into test 2023-01-30 15:50:13 +08:00
aichy126 011c992570 add html meta generator 2023-01-30 15:49:53 +08:00
贾海涛(龙笛) d00f6e3476 Merge branch 'feat/ui-1.0.4' into 'test'
fix(i18n): Set the site_name in i18n to the configured value

See merge request opensource/answer!425
2023-01-30 06:26:48 +00:00
robin 160a9a0d81 chore(ui): add dependency library 2023-01-30 14:22:18 +08:00
robin 1813141f2c feat(ui): filter unsafe tags in html to prevent xss 2023-01-30 14:22:18 +08:00
haitao(lj) bf3efbb45e fix(i18n): Set the site_name in i18n to the configured value 2023-01-30 12:20:15 +08:00
Ren Yubin 7e1d314dfc Merge branch 'feat/ui-1.0.4' into 'test'
Feat/ui 1.0.4

See merge request opensource/answer!423
2023-01-29 08:39:33 +00:00
robin 33637c0173 fix(ui): fix the problem of triggering the form submit method by mistake 2023-01-29 16:35:35 +08:00
shuai 4e77db3e27 fix: increase the number of lists with text descriptions 2023-01-29 16:33:05 +08:00
robin 4db1250193 fix(ui): fix the exception prompt of uncontrolled components in form 2023-01-29 15:45:33 +08:00
LinkinStar b20da69435 feat(version): Add the version number to the index html header 2023-01-29 11:30:05 +08:00
shuai 3dfa2095f9 fix: login status of some pages is lost 2023-01-29 10:39:57 +08:00
shuai d608145266 fix: welcome title 2023-01-28 11:27:42 +08:00
shuai d0bd2f4a98 fix: install pages step innital 2023-01-28 11:07:35 +08:00
shuai bdaf254af1 fix: username verification format #181 2023-01-28 11:05:31 +08:00
haitao(lj) ace2e72e77 fix(PluginConfig): Set plugin config form can update 2023-01-18 10:31:03 +08:00
shuai 487c6def61 Merge branch 'feat/ui-1.1.0' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.1.0 2023-01-17 11:51:47 +08:00
shuai 3466da2b0c feat(ui): unified management welcome 2023-01-17 11:51:42 +08:00
haitao(lj) 703ff79ed8 feat(Account): Allow password change when the original password is empty 2023-01-17 11:49:11 +08:00
shuai 2e5eca08f1 fix(ui): add control for my logins component 2023-01-16 18:41:04 +08:00
shuai b35d2564b5 fix(ui): resolve conflict 2023-01-16 18:38:27 +08:00
haitao(lj) be1da88036 chore: Remove debug code and fix `defaultOpenKey` for `AccordionNav` 2023-01-16 18:23:11 +08:00
aichy126 eacb307328 update ui gitignore 2023-01-16 17:32:08 +08:00
haitao(lj) be1811294e feat(Plugins): Installed Plugins and plugin settings done 2023-01-16 17:00:06 +08:00
aichy126 0265c9f554 update sqlite 2023-01-16 16:59:03 +08:00
shuai d9ec8b15f1 fix: edit user information cancel profile to html 2023-01-16 16:48:04 +08:00
robin 152d8d2f68 feat(ui): Add plugin configuration 2023-01-13 16:14:59 +08:00
robin b8cfde0425 feat(ui): add installed plugins page 2023-01-13 16:13:56 +08:00
shuai 0529c10c54 fix: oauth asjustment 2023-01-13 15:11:26 +08:00
shuai 3285d54ee9 fix: remove debugger 2023-01-13 12:27:43 +08:00
Li Shuailing fac70491a9 Merge branch 'feat/ui-1.0.3' into 'test'
Feat/ui 1.0.3

See merge request opensource/answer!419
2023-01-13 03:46:40 +00:00
shuai 3345cb5e7f style: skeleton screen transparency adjustment 2023-01-13 11:42:57 +08:00
shuai 479892b156 feat: add oauth plugin 2023-01-13 11:38:01 +08:00
haitao(lj) ecdd08496f doc(ui): Update the description of the front-end i18n directory 2023-01-12 11:16:33 +08:00
贾海涛(龙笛) 177d176388 Merge branch 'feat/ui-1.0.3' into 'test'
fix(i18N): Change description to desc

See merge request opensource/answer!418
2023-01-11 10:14:42 +00:00
haitao(lj) 0c5c2d652f fix(i18N): Change description to desc 2023-01-11 18:11:06 +08:00
贾海涛(龙笛) 5f30fc88da Merge branch 'feat/ui-1.0.3' into 'test'
fix(Question): Set markdown render by server api

See merge request opensource/answer!417
2023-01-11 09:46:28 +00:00
haitao(lj) c9d4f5d7fa fix(Question): Set markdown render by server api 2023-01-11 17:42:07 +08:00
贾海涛(龙笛) a07fd7d4e9 Merge branch 'feat/ui-1.0.3' into 'test'
Feat/ui 1.0.3

See merge request opensource/answer!415
2023-01-11 03:14:12 +00:00
robin a526276e2a refactor(ui): remove style 2023-01-11 11:02:52 +08:00
robin 872f004d27 fix(ui): Solve the problem of mention fails 2023-01-11 10:30:08 +08:00
贾海涛(龙笛) cb31987b25 Merge branch 'feat/ui-1.0.3' into 'test'
fix(Questions): Change welcome card button to normal button

See merge request opensource/answer!414
2023-01-10 09:02:08 +00:00
haitao(lj) 9884d799db fix(Questions): Change welcome card button to normal button 2023-01-10 16:56:58 +08:00
shuai a88b476803 Merge branch 'feat/ui-1.1.0' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.1.0 2023-01-10 16:49:56 +08:00
shuai 0a1f1b1372 chore: add oauth pages 2023-01-10 16:49:50 +08:00
Ren Yubin 94672d7185 Merge branch 'feat/ui-1.0.3' into 'test'
refactor(ui): The editor is not loaded by default

See merge request opensource/answer!413
2023-01-10 08:43:33 +00:00
robin 1dbc07260f refactor(ui): The editor is not loaded by default 2023-01-10 16:39:30 +08:00
贾海涛(龙笛) ad1beb99cd Merge branch 'feat/ui-1.0.3' into 'test'
Feat/ui 1.0.3

See merge request opensource/answer!412
2023-01-10 08:31:44 +00:00
haitao(lj) 8f8be24ddd Merge branch 'feat/ui-1.0.3' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.3 2023-01-10 16:25:31 +08:00
haitao(lj) 9a28d8f6c6 feat(tryLoggedAndNormal): Add `loginToContinue` modal for tryLoggedAndNormal guard 2023-01-10 16:25:26 +08:00
Ren Yubin 0d39c52319 Merge branch 'feat/ui-1.0.3' into 'test'
Feat/ui 1.0.3

See merge request opensource/answer!411
2023-01-10 07:49:05 +00:00
robin a12a654064 refactor(ui): remove useless styles 2023-01-10 15:45:06 +08:00
robin 2c23b8396b feat(ui): add border and responsive on table 2023-01-10 15:42:40 +08:00
robin c08051ec27 feat(ui): add border and responsive on table 2023-01-10 15:35:21 +08:00
aichy126 27cfeb7dda update index.html 2023-01-10 14:51:27 +08:00
aichy126 41c3cf3aac Merge branch 'feat/ui-1.0.3' into feat/1.0.3/fixbug 2023-01-10 14:49:08 +08:00
aichy126 38dd96ff73 update slugname 2023-01-10 14:48:51 +08:00
haitao(lj) 0954d09db7 fix(Questions): Set the `FollowingTags` card only show when logged 2023-01-10 11:34:26 +08:00
robin 6a3e6da237 refactor(ui): add default option 2023-01-10 11:26:54 +08:00
haitao(lj) b05db2a054 feat(Questions): Add welcome card for page questions 2023-01-10 10:54:41 +08:00
robin d3a803d8a6 refactor: add defaultValue to the form 2023-01-09 18:46:41 +08:00
haitao(lj) a228dc3914 Merge branch 'feat/ui-1.0.3' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.3 2023-01-09 18:17:26 +08:00
haitao(lj) aa97d3d55c fix(Tag): Remove toLowerCase for tag slugName 2023-01-09 18:17:20 +08:00
robin 5a1892935b fix: remove focus style from editor toolItem 2023-01-09 17:51:23 +08:00
haitao(lj) 2e7e4806d1 Merge branch 'feat/ui-1.0.3' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.3 2023-01-09 17:43:10 +08:00
haitao(lj) a4f69d24d5 fix(scroll): Set scroll position for Question detail 2023-01-09 17:43:05 +08:00
robin 4a40f77c56 fix: solve the problem that comments cannot be deleted 2023-01-09 17:35:59 +08:00
haitao(lj) 5617a4eb0e Merge branch 'feat/ui-1.0.3' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.3 2023-01-09 17:07:47 +08:00
haitao(lj) 2b581522f2 fix(Question): Sanitize the HTML for question content 2023-01-09 17:07:42 +08:00
robin 8acd8d6543 fix: solve the problem that comments cannot be deleted 2023-01-09 17:02:07 +08:00
morris.liu e04b194092
fix: fix avatar squash in users page 2023-01-09 16:47:45 +08:00
haitao(lj) c0cf0e6861 fix(siteName): Use dynamic site names on registration and login pages 2023-01-09 15:21:25 +08:00
haitao(lj) 5758868106 fix(settings/seo): set `font-monospace` className for robots field 2023-01-09 14:42:49 +08:00
haitao(lj) e819ed1a77 Merge branch 'feat/ui-1.0.3' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.3 2023-01-06 18:44:38 +08:00
haitao(lj) e670a6fbec fix(Comment): Block data submission when comment value is empty 2023-01-06 18:44:29 +08:00
shuai 36d96d62b7 fix: lables nesting error 2023-01-06 18:44:04 +08:00
shuai f5f9958627 fix: editor autofoucs state error 2023-01-06 16:00:33 +08:00
shuai eeef187335 fix: stick text #155 2023-01-06 12:15:20 +08:00
shuai 9b2f6e466f fix: fix: remove test code 2023-01-06 11:26:15 +08:00
shuai 262240594e fix: skeleton screen style adjustment 2023-01-06 11:25:31 +08:00
shuai 025977fd4b feat: highlight anination adjustment 2023-01-05 17:13:04 +08:00
shuai a6b0827a2f feat: repeat label reminder style adjustment 2023-01-05 15:57:22 +08:00
shuai b19e496aa6 Merge branch 'feat/ui-1.0.3' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.3 2023-01-05 14:37:22 +08:00
haitao(lj) 54c169e189 feat(Tag): Remove the character check from the tag 2023-01-05 14:30:07 +08:00
shuai fe22049abb Merge branch 'feat/ui-1.0.3' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.3 2023-01-05 14:22:32 +08:00
shuai 0526bb95b6 feat: Increase the skeleton screen loading effect 2023-01-05 14:22:25 +08:00
haitao(lj) f4da6c2345 feat(Question): add bgFadeOut for some anchor 2023-01-05 12:23:09 +08:00
haitao(lj) 6f9250ead6 fix(Router): Redirect to previous page after login or logout 2023-01-04 17:58:19 +08:00
shuai df191fa736 fix: adjust the display style of user information on the details page 2023-01-04 15:31:59 +08:00
haitao(lj) 1f262199cf fix(request): Remove unnecessary baseURL config field 2023-01-04 15:25:32 +08:00
linkinstar 012bcdc071 Merge branch 'release/1.0.2' into 'main'
fix(tag): It is not necessary to add a query with reserved tags when searching...

See merge request opensource/answer!395
2023-01-04 03:18:44 +00:00
LinkinStar 62cc5425c8 Merge remote-tracking branch 'origin/feat/1.0.2/user' into test 2023-01-04 10:57:24 +08:00
aichy126 491911a83d update tag-detail template 2023-01-04 10:56:32 +08:00
lion.jarvis 802f36f9a3
Merge pull request #135 from iamtun/fix/baseURL
update baseUrl -> baseURL in file request in line 14
2023-01-03 11:59:20 +08:00
Li Shuailing 651d1a523e Merge branch 'feat/ui-1.0.2' into 'test'
fix: question list add operator info

See merge request opensource/answer!393
2022-12-30 09:34:28 +00:00
shuai b7152d5f0d fix: question list add operator info 2022-12-30 17:30:10 +08:00
LinkinStar 7268fe2331 Merge remote-tracking branch 'origin/feat/1.0.2/user' into test 2022-12-30 17:09:47 +08:00
LinkinStar 96e292462e feat(question): Adjust the home page problem list display rules 2022-12-30 17:09:32 +08:00
shuai 29b1c00d6a Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2 2022-12-28 10:35:40 +08:00
shuai 68f7fa6ddc fix: content add text-break class 2022-12-28 10:35:32 +08:00
haitao(lj) 6ef3182473 feat(Unsubscribe): Access the unsubscribe API 2022-12-27 18:10:31 +08:00
haitao(lj) 2b65141625 Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2 2022-12-27 11:36:32 +08:00
haitao(lj) f4f2e05482 feat(Users): Add user unsubscribe result 2022-12-27 11:36:26 +08:00
shuai 758c85e844 Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2 2022-12-27 10:28:37 +08:00
shuai 82dfb42aef fix: html remove escape character optimization 2022-12-27 10:28:31 +08:00
haitao(lj) 14b21d5187 feat(HotQuestions): Hot questions maximum request 6 items 2022-12-27 09:45:29 +08:00
shuai cc5eed7a09 Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2 2022-12-26 14:10:13 +08:00
shuai 3f6253e3c2 fix: create new tag set default value 2022-12-26 14:10:07 +08:00
haitao(lj) 78ab837e57 Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2 2022-12-26 12:49:08 +08:00
haitao(lj) 1fc7af13c2 fix: More thorough use of the link jumping feature of the routing component 2022-12-26 12:49:02 +08:00
shuai e6a3bb0ed7 Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2 2022-12-26 10:35:59 +08:00
shuai 8be86ae71f fix: the latest list shows author information optimization 2022-12-26 10:35:52 +08:00
haitao(lj) ae66685c1e Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2 2022-12-26 10:18:15 +08:00
haitao(lj) feddfffdde refactor(Dashboard): Feedback Change to Support 2022-12-26 10:18:07 +08:00
shuai 35d99c8656 fix: tab history display exception 2022-12-26 10:01:04 +08:00
贾海涛(龙笛) 34333fe2bf Merge branch 'hot-fix/1.0.0' into 'test'
feat(Share): Copy share link with title

See merge request opensource/answer!384
2022-12-23 09:29:02 +00:00
haitao(lj) 7d52f6b6e7 feat(Share): Copy share link with title 2022-12-23 17:25:23 +08:00
aichy 40dea823e7 update index.html 2022-12-22 12:02:10 +08:00
aichy 3c18afc858 fix 2022-12-22 12:00:16 +08:00
haitao(lj) 525dd2a18f fix(question): change `adopt` to `accept` 2022-12-22 11:35:20 +08:00
haitao(lj) 714364aaed fix(Search): Adjust the border color of the list-group-item to default 2022-12-21 15:58:43 +08:00
haitao(lj) dc37679546 fix(Notifications): Adjust the border color of the list-group-item to default 2022-12-21 15:41:23 +08:00
haitao(lj) e61805cbe8 fix(Profile): Adjust the border color of the list-group-item to default 2022-12-21 15:31:47 +08:00
haitao(lj) 1692615d6d fix(questionList): Adjust the border color of the list-group-item to default 2022-12-21 15:19:33 +08:00
haitao(lj) 6c9f3a789a fix(tags): Adjust the number of lines of text truncation for the tag 2022-12-21 10:59:08 +08:00
haitao(lj) 77274fd66c fix(Personal): Remove the background color of all Tabs on personal home page 2022-12-21 10:11:44 +08:00