Commit Graph

16 Commits

Author SHA1 Message Date
jolavillette
15b0d169fe V1: makes chat usable, fetch history, add logout and reload buttons, add version number 2026-02-16 21:14:20 +01:00
zelfroster
078baef18d chore: remove data dir and move images to assets dir, update image paths 2023-08-22 10:40:19 +05:30
zelfroster
b7f4d96694 chore: move html and css file to root webui-src directory and update build scripts 2023-08-22 10:38:46 +05:30
zelfroster
efc859e6f1 feat: update paths and folders in build files to properly build the app 2023-04-05 01:08:49 +05:30
thunder2
4862f863a9 Fixed Windows build with qmake 2023-03-19 21:28:10 +01:00
Cyril Soler
5cc37b3e5a added installs commands for the webui 2023-03-12 21:02:11 +01:00
Avinash Kumar
66939594b6
added libwebui.so* in .gitignore file (#37)
added libwebui.so* in .gitignore file (#37)
2021-05-08 00:08:55 +05:30
csoler
7bbebf1ac2 fixed .pro so as to add retroshare.svg icon into local data/ directory 2019-11-23 21:44:23 +01:00
csoler
afd6f4daf4 removed .pro code from linux target because it is not plateform-specific 2019-09-12 20:56:52 +02:00
rottencandy
836a98cb47 Update qmake config to reflect asset dir change 2019-07-30 12:24:42 +05:30
rottencandy
000fbfe8b2 Move 'downloads' into 'files'
'Downloads' tab moved into new 'Files' tab which is also used to
contain the new uploads section consisting of similar file options.
2019-07-25 22:03:23 +05:30
rottencandy
1578cd5fcf Add new files in qmake config
Added new files main.js and home.js to webui.pro
2019-05-29 20:27:00 +05:30
rottencandy
46c59feb8c Remove minified mithril script
Due to security and debugging issues, the minified version will not
be used in the build process anymore. The framework is pretty minimalistic
so it would not make that big of a difference.
2019-04-07 12:01:56 +05:30
rottencandy
a00295a2b4 Add login.js
login.js when used as a module works as a mithril component that renders a
login page and communicates with RS Json API to faciliate validation.
Also updated qmake file to include login.js in build.
2019-04-05 00:41:48 +05:30
csoler
f99ee66210 added basic display of downloads 2019-01-05 00:03:09 +01:00
csoler
484b81bffb first brand, extracted from old web UI 2018-12-30 23:33:28 +01:00