Skip to content
This repository was archived by the owner on May 13, 2018. It is now read-only.

Commit 60bfc1b

Browse files
authored
[Update] Simple Thread v1.2に更新 (#25)
* SimpleThread-Debugのファイルに置換 * 各種リンクをST-Debugのものから変更 * ライセンスをGPL3.0からAGPL3.0に変更 * README変更 * READMEのバージョンを強調
1 parent ac1754d commit 60bfc1b

30 files changed

+746
-288
lines changed

DBConstuction.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
Root
2+
> threads
3+
> 0: "!SYSTEM"
4+
5+
> 1
6+
> title: String
7+
> overview: String
8+
> detail: String
9+
> jobs
10+
> Owner: Object //UIDをキーとして格納
11+
> xxxxxxxx: ""
12+
> ...
13+
14+
> createdAt: DateString
15+
16+
> data
17+
> 0
18+
> uid: "!SYSTEM"
19+
> content: $self.title
20+
> createdAt: $self.createdAt
21+
22+
> 1
23+
> uid: UID
24+
> content: String
25+
> createdAt: DateString
26+
27+
> ...
28+
29+
> password: "" || HashString
30+
31+
> ...
32+
33+
> users
34+
> !SYSTEM: ""
35+
36+
> !SYSTEM_INFO
37+
> gplusName: ""
38+
> gplusPhoto: ""
39+
> userName: ""
40+
> detail: ""
41+
42+
> xxxxxxxx
43+
> gplusName: String
44+
> gplusPhoto: URLString
45+
> userName: String
46+
> detail: String
47+
> links: Array<Object>
48+
> [0]
49+
> name: String
50+
> url: URLString
51+
52+
> ...
53+
54+
> ...

Dialog.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Dialog[ID^="Dialogs"] Div.mdl-textfield {
66
Width: 100%;
77
}
88

9+
Dialog[ID^="Dialogs"] Button.mdl-button--disabled {
10+
Pointer-Events: None;
11+
}
12+
913
*.mdl-switch__child-hide {
1014
Display: None;
1115
}
@@ -54,6 +58,12 @@ Img[Data-Component="Dialogs_Profile_InfoViewer_Content_Info_Links_Link_Icon"] {
5458

5559

5660

61+
#Dialogs_Thread_InfoInputter_Btns > Button[Disabled] {
62+
Display: None;
63+
}
64+
65+
66+
5767
#Dialogs_Thread_InfoViewer_Content_Overview {
5868
Padding: 1em 0 4em 0;
5969
}
@@ -66,6 +76,38 @@ Img[Data-Component="Dialogs_Profile_InfoViewer_Content_Info_Links_Link_Icon"] {
6676

6777

6878

79+
#Dialogs_Thread_Poster_Header {
80+
Display: Flex;
81+
82+
Padding-Bottom: 0;
83+
}
84+
85+
#Dialogs_Thread_Poster_Header > * {
86+
Display: Flex;
87+
Flex-Direction: Row;
88+
Align-Items: Center;
89+
90+
Font-Size: Medium;
91+
}
92+
93+
#Dialogs_Thread_Poster_Header > Div.mdl-menu__container {
94+
Width: 1000px;
95+
}
96+
97+
#Dialogs_Thread_Poster_Header_Actor {
98+
Align-Self: Auto;
99+
100+
Margin-Left: 0.5em;
101+
}
102+
103+
#Dialogs_Thread_Poster_Menu > Li > * {
104+
Vertical-Align: Middle;
105+
}
106+
107+
#Dialogs_Thread_Poster_Content {
108+
Padding-Top: 0;
109+
}
110+
69111
#Dialogs_Thread_Poster_Content_Text-Input {
70112
Resize: None;
71113
}

0 commit comments

Comments
 (0)