Zener
ab9c9acf1c
fixed navigation options, simplify navbar, removed usesless return value in ChatlobbyModel#loadPublicLobby
2021-03-18 22:25:42 +01:00
Zener
7cc21f4c59
apply sugguestions from https://github.com/RetroShare/RSNewWebUI/pull/16#pullrequestreview-613598508
2021-03-17 19:49:28 +01:00
Zener
8882353d55
wip: initiate distant chat; build lobby setup
2021-01-08 11:22:01 +01:00
Mohammed Saud
96514c844e
fix breaking changes
2020-02-11 22:45:12 +05:30
Mohammed Saud
2dacb274f7
make login function as route
2020-01-29 10:14:03 +05:30
Mohammed Saud
e0fa131c61
update require imports for all modules
2020-01-15 19:45:27 +05:30
rottencandy
7b2212cb23
add outbox,sent,drafts view
2019-08-18 17:13:08 +05:30
rottencandy
a558cf1045
Add people tab
2019-08-15 20:00:33 +05:30
rottencandy
4554e161d1
Change files to section-based resolver
2019-08-14 19:11:45 +05:30
rottencandy
e9fd4e8ef1
Add channels tab
2019-08-10 16:50:54 +05:30
rottencandy
7e71551bc8
Add basic framework for chat tab
2019-08-03 12:01:02 +05:30
rottencandy
98398d3492
Add 'Network' tab
...
Used to display/manage friend nodes.
2019-07-28 19:49:30 +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
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
89e2de2f2e
Create classed components for tabs
...
The Tabs class in rswebui.js will handle all common tab boilerplate
and store tabs state as well as route tables for the main routings.
2019-07-10 23:23:54 +05:30
rottencandy
70524f5e10
Shift content away from under navbar
2019-07-04 22:21:06 +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
cf5af14e69
Fix file control button
...
resume/pause and cancel buttons on file transfers fixed and now work
as expected.
2019-06-19 23:26:38 +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
73f9598a19
Moved download-specific functions to it's own file
...
Functions used by downloads component to load and store files list
have been moved from rswebui.js to downloads.js. And added theme
for the widgets in downloads page.
2019-06-10 17:18:44 +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
rottencandy
c93c7c59bc
Move start point to separate file
...
The starting point of the app moved from html file to main.js.
2019-05-29 20:24:29 +05:30