Commit Graph

96 Commits

Author SHA1 Message Date
5e5c8e78a6 Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
1eed2436e6 Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
2983d54682 Fix wiki main page blurb overflowing at higher ui scale 2021-09-16 17:32:23 -07:00
d22f2ececb adjust wiki main page font 2021-08-03 22:17:45 +07:00
404faabbbc Use direct reference instead 2021-08-03 15:34:21 +08:00
51b056bf66 Fix WikiHeader setting string.Empty rather than null on breadcrumb
That's supposed to be fixed already in the base PR, but somehow it
continued to exist here.
2021-07-20 02:37:11 +03:00
48d398b04a Merge 'master' of ppy/osu into localisation-header 2021-07-19 19:46:40 +08:00
765881d8b0 Move strings 2021-07-19 19:27:33 +08:00
5fc1397564 Apply suggestion from code review
Co-authored-by: frenzibyte <frenzibyte@gmail.com>
2021-07-19 19:27:33 +08:00
bf6204f64e Merge https://github.com/kj415j45/osu into localisation-header 2021-07-19 19:24:09 +08:00
1b4bff0d9f Optimize code style
Co-authored-by: frenzibyte <frenzibyte@gmail.com>
Co-authored-by: bdach <dach.bartlomiej@gmail.com>
2021-07-18 01:29:53 +08:00
0183564810 Merge branch 'localisation-base' of https://github.com/kj415j45/osu into localisation-base 2021-07-17 21:19:14 +08:00
7859d02c5b Allow null for breadcrumb control 2021-07-17 20:33:26 +08:00
6bebb1fdb9 Merge branch 'master' into localisation-base 2021-07-17 19:50:52 +08:00
22ff40fdd5 Fix broken WikiHeader 2021-07-17 19:40:25 +08:00
ba9b51c12d Add localisation for WikiHeader
Co-authored-by: huoyaoyuan <huoyaoyuan@hotmail.com>
2021-07-17 19:25:25 +08:00
8541e73fc1 use text flow in markdown image caption 2021-07-16 16:26:15 +07:00
3a002e357a rename method 2021-06-29 19:28:21 +07:00
d88d264491 prevent image sprite exceed its parent width 2021-06-29 09:49:45 +07:00
e58f690210 centering image sprite 2021-06-28 21:09:00 +07:00
2b8d41c045 add BlockImageContainer
change from AutoSize Both to AutoSize Y and RelativeSize X
2021-06-28 21:04:56 +07:00
1c074ff018 add BlockMarkdownImage
change from AutoSize Both to AutoSize Y and RelativeSize X
2021-06-28 21:04:13 +07:00
05cb935a94 change WikiMarkdownImage to extend OsuMarkdownImage 2021-06-10 09:38:48 +07:00
b192c46316 Merge branch 'master' into wiki-article 2021-06-07 11:19:20 +02:00
e606bf249a Move dependency specification to BDL
As it is not used anywhere else.
2021-06-07 11:05:30 +02:00
e8d4147773 Add missing null handling for never Markdig version 2021-06-07 16:08:44 +09:00
ed733ee648 directly using table of content entry in wiki table of contents 2021-06-06 20:19:39 +07:00
525c16419a use container for main title and sub title table of contents 2021-06-06 08:37:03 +07:00
9f45a28623 use WikiTableOfContents in WikiSidebar 2021-06-05 19:47:00 +07:00
55f3a328a4 add WikiTableOfContents 2021-06-05 19:46:46 +07:00
958bddc8cb remove onclick in toc entry 2021-06-05 18:30:28 +07:00
c099751ad1 use plain if check in switch case 2021-06-05 18:26:03 +07:00
5ee77925e4 change WikiArticlePage to extends CompositeDrawable 2021-06-04 23:54:50 +07:00
f07d4532d9 move scroll to into action 2021-06-04 23:51:18 +07:00
a431ef6c48 keep colour change when entry is clicked 2021-06-04 23:43:00 +07:00
5febbe4530 rename method add entry 2021-06-04 23:32:42 +07:00
70c64af25e rename toc entry 2021-06-04 23:31:51 +07:00
8883d5e2d1 use heading block to get title string 2021-06-04 15:28:54 +07:00
6d6c03eafe use linq to find first literal inline 2021-06-04 14:45:06 +07:00
a706ff63ed change sprite text to text flow 2021-06-04 12:50:03 +07:00
91e77ee4de add onclick in toc title 2021-06-04 11:43:49 +07:00
37ff6299c9 add target in toc title 2021-06-04 11:43:32 +07:00
4e73d02540 move sidebar into local variable 2021-06-04 11:35:23 +07:00
424d1b4025 add margin padding spacing in toc title 2021-06-04 11:18:08 +07:00
41ec531bab add subtitle toc 2021-06-04 11:12:42 +07:00
d8d4bf66b3 create TocTitle in WikiSidebar 2021-06-04 11:09:20 +07:00
59dbed6418 create ArticleMarkdownContainer in WikiArticlePage 2021-06-04 11:08:51 +07:00
b1b305c150 add method AddToc 2021-06-04 10:17:38 +07:00
7e78150144 add basic content wiki sidebar 2021-06-04 10:16:49 +07:00