Commit Graph

18 Commits

Author SHA1 Message Date
thunder2
5cbec7fa94 Fixed Windows build script 2022-06-22 07:49:25 +02:00
Mohammed Saud
8564c38970
Add editor config and update additional lint rules (#29)
* add editor config and additional lint rules

* add prettierignore config
2021-04-15 23:52:49 +05:30
Zener
9e202a99a4 added data folder into build.sh script for development only 2020-12-19 17:51:15 +01:00
Mohammed Saud
be0056d072 improve require() functions module detection 2020-01-15 19:11:24 +05:30
rottencandy
8e2276ca74 Separate network tab stylesheet 2019-07-30 14:35:28 +05:30
rottencandy
20f4c9864d move assets dir outside of app
This allows for recursive directory searching of css files inside
app directory which was previously not possible due to css files
being stored in assets directory.
2019-07-30 12:20:51 +05:30
rottencandy
99ca635f40 Add minor rendering optimizations
File display flickers when it's underlying map is cleared on each
render. Should now clear only if there are changes in the cached
file lengths.
2019-07-28 19:45:33 +05:30
rottencandy
1c647f0029 Change shebang from bash to sh 2019-07-27 19:29:08 +05:30
rottencandy
92400bf3a0 Fix shopt bug, add automatic css building 2019-07-27 19:25:04 +05:30
rottencandy
4c34a4103c Decompose config tab to multiple components
The config_resolver.js file will be used to handle the /config route
and can take in extended path for proper resolving.
The require polyfill does not have the concept of directories and
multiple paths so the name has to be preceeded by "config_" until
that is fixed.
2019-07-17 19:38:56 +05:30
rottencandy
095c919999 Add Font Awesome files
The css and ttf files for font awesome icons has been included in
assets folder. With modified build script to copy at qmake compile.
2019-07-13 16:08:19 +05:30
rottencandy
9a84225e82 Revamp button design 2019-07-04 21:49:58 +05:30
rottencandy
1977735237 Display info for node panel in config tab
Display public information(from preferences>Node in RS).
2019-06-26 02:55:06 +05:30
rottencandy
c118d6363b Add config tab section.
Config tab will be used to display node details and
settings/configuration options for both RS and the WebUI.
2019-06-20 22:47:31 +05:30
rottencandy
4c0ac58f50 Add Floating navbar. 2019-06-17 23:49:43 +05:30
rottencandy
7ab2d8ff35 Fix downloads progress bar css 2019-06-16 15:08:19 +05:30
rottencandy
b6e1517c19 Implement basic css styles
The existing css has been disabled for the moment and a new css
file theme.css has been created. Respective components modified to
reflect changes for css selectors.
2019-06-09 00:03:34 +05:30
csoler
484b81bffb first brand, extracted from old web UI 2018-12-30 23:33:28 +01:00