Commit Graph

1436 Commits

Author SHA1 Message Date
Red Adaya
1d0b7bd770 split models/model 2024-02-08 16:40:15 +08:00
Red Adaya
a9b9ff3362 fix conflicts 2024-02-08 14:48:29 +08:00
Red Adaya
d2829c466d fix ptyDataSource errors 2024-02-08 14:26:49 +08:00
Red Adaya
f65e632c35 move model_old to models 2024-02-08 13:37:42 +08:00
Red Adaya
acb3bd303b rename model to models 2024-02-08 13:37:02 +08:00
Red Adaya
3ad7feedad replace /model_old imports with /model 2024-02-08 13:34:46 +08:00
Red Adaya
24690ff931 add index.ts inside model dir 2024-02-08 09:35:52 +08:00
Red Adaya
f510e1c904 cleanup connectionsview model 2024-02-08 09:23:44 +08:00
Red Adaya
35fa59aadd cleanup screenlinecontainer model 2024-02-08 09:20:30 +08:00
Red Adaya
d414657252 cleanup session model 2024-02-08 09:16:02 +08:00
Red Adaya
b59dd6960f cleanup screenlines model 2024-02-08 09:14:30 +08:00
Red Adaya
1ae74b767d cleanup screen model 2024-02-08 09:13:04 +08:00
Red Adaya
7fa862b402 cleanup remote model 2024-02-08 09:09:16 +08:00
Red Adaya
970c5c30fd cleanup plugins model 2024-02-08 09:07:26 +08:00
Red Adaya
2bcc8756e7 cleanup main model 2024-02-08 09:06:09 +08:00
Red Adaya
5ad26b10cd cleanup mainsidebar model 2024-02-08 09:02:31 +08:00
Red Adaya
ef7acda1bb cleanup linecontainer model 2024-02-08 09:01:08 +08:00
Red Adaya
29cd754358 cleanup input model 2024-02-08 08:59:40 +08:00
Red Adaya
648d98f065 cleanup historyview model 2024-02-08 08:55:56 +08:00
Red Adaya
5770e482a1 cleanup commandrunner model 2024-02-08 08:44:01 +08:00
Red Adaya
23b3250f18 remove dayjs import from bookmarks model 2024-02-08 08:41:22 +08:00
Red Adaya
b62977470b cleanup cmd model 2024-02-08 08:40:33 +08:00
Red Adaya
07f2794b1b cleanup clientsettingsview model 2024-02-08 08:37:56 +08:00
Red Adaya
cf27a8baff cleanup bookmarks model 2024-02-08 08:37:17 +08:00
Red Adaya
aace48d42a init 2024-02-08 08:35:30 +08:00
sawka
ff855cf308 add AI and the blog 2024-02-07 17:20:28 -03:00
Red J Adaya
bf1b556537
Split components in common (#276)
* split settings modals

* init

* init

* remove styles not related to checkbox

* remove styles not related to CmdStrCode

* renderCmdText doesn't need styles

* remove styles not related to dropdown

* IconButton doesn't need styles because it extends Button

* remove old connections

* InfoMessage conmponent no longer needed

* fix import error

* remove styles not related to InlineSettingsTextEdit

* remove styles not related to InputDecoration

* LinkButton doesn't need styles cos it's extends Button component

* remove styles not related to markdown

* remove styles not related to modal

* NumberField doesn't need styles cos it extends TextField

* remove styles not related to PasswordField

* RemoteStatusLight no longer used. It's replaced by Status component.

* remove styles not related to ResizableSidebar

* SettingsError doesn't need styles cos it uses classnames in app.less

* remove styles not related to Status

* remove styles not related to TextField

* remove styles not related to Toggle

* remove styles not related to Tooltip
2024-02-06 18:23:56 -03:00
Red Adaya
15d02f3357 remove styles not related to Tooltip 2024-02-06 13:42:09 +08:00
Red Adaya
39d371681c remove styles not related to Toggle 2024-02-06 13:41:23 +08:00
Red Adaya
412c3ac5a2 remove styles not related to TextField 2024-02-06 13:37:15 +08:00
Red Adaya
36484621ec remove styles not related to Status 2024-02-06 13:35:15 +08:00
Red Adaya
72231ead1d SettingsError doesn't need styles cos it uses classnames in app.less 2024-02-06 13:33:42 +08:00
Red Adaya
81c1fd43f7 remove styles not related to ResizableSidebar 2024-02-06 13:31:20 +08:00
Red Adaya
c9a73c2204 RemoteStatusLight no longer used. It's replaced by Status component. 2024-02-06 13:27:58 +08:00
Red Adaya
434f980b49 remove styles not related to PasswordField 2024-02-06 13:26:22 +08:00
Red Adaya
75d462764d NumberField doesn't need styles cos it extends TextField 2024-02-06 13:24:50 +08:00
Red Adaya
c58c88af4e remove styles not related to modal 2024-02-06 13:23:32 +08:00
Red Adaya
05be301ea2 remove styles not related to markdown 2024-02-06 13:22:04 +08:00
Red Adaya
27e5a9154d LinkButton doesn't need styles cos it's extends Button component 2024-02-06 13:19:31 +08:00
Red Adaya
a7d2148bc0 remove styles not related to InputDecoration 2024-02-06 10:28:39 +08:00
Red Adaya
ead75880e1 remove styles not related to InlineSettingsTextEdit 2024-02-06 10:17:18 +08:00
Red Adaya
0bdb50cf91 fix import error 2024-02-06 10:12:32 +08:00
Red Adaya
abf3448f07 InfoMessage conmponent no longer needed 2024-02-06 10:09:01 +08:00
Red Adaya
8988d26867 remove old connections 2024-02-06 09:50:57 +08:00
Red Adaya
a084ca4801 IconButton doesn't need styles because it extends Button 2024-02-06 09:30:10 +08:00
Red Adaya
36e2578a03 remove styles not related to dropdown 2024-02-06 09:26:46 +08:00
Red Adaya
a49487c035 renderCmdText doesn't need styles 2024-02-06 09:15:51 +08:00
Red Adaya
03296043fb remove styles not related to CmdStrCode 2024-02-06 09:10:35 +08:00
Red Adaya
ec797f55ff remove styles not related to checkbox 2024-02-06 09:05:18 +08:00
Red Adaya
550461167b init 2024-02-05 23:08:59 +08:00