0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed minor error in App.js comments. More... over 11 years ago
Replaced css class js-add-account-button to js-addAccountButton to follow camel-class convention for JavaScript accessed classes. More... over 11 years ago
Fixed error with the spelling of the App module - it was spelled as 'app' which gave a 404 on linux. More... over 11 years ago
Changed defines for all RequireJS modules to sorted order. More... over 11 years ago
Added documentation for constructor options for all views. More... over 11 years ago
Changed calls from MessageBus.on(event, handler, this); to this.listenTo(MessageBus, event, handler); More... over 11 years ago
Completer PositionsTab implementation. More... over 11 years ago
Updated Position table styles to get more control on column widths. More... over 11 years ago
Made refinements to Account table layout to match the visual design. More... over 11 years ago
Implemented PositionTableBodyView and PositionView. More... over 11 years ago
Started implementation of positions tab. More... over 11 years ago
Added Orders and Transactions pages. More... over 11 years ago
Deleted unneded files. More... over 11 years ago
Enabled tab selection using pageChange event. More... over 11 years ago
Added PositionsPage. More... over 11 years ago
Changed BaseView.AddChild() parameters to be more flexible and understandable. More... over 11 years ago
Implemented AccountTableBodyView. More... over 11 years ago
Changed BaseView method name from AddWidgets to AddChildren. More... over 11 years ago
Implemented AccountTotalsView. More... over 11 years ago
Added "Test Login" button for ease of development. No need to login by typing credentials every time. More... over 11 years ago
Implemented AccountChartView. More... over 11 years ago
Renamed HeaderWidget to UserPageHeaderWidget More... over 11 years ago
restructured sass folder into common, pages and widgets More... over 11 years ago
Renamed UserContext to Repository. More... over 11 years ago
- HeaderWidget.js now correctly shows the username. - Added AccountsTab. More... over 11 years ago
Added AccountsPage More... over 11 years ago
Initial conversion to page/widget architecture More... over 11 years ago
Changed classes of refresh buttons to js-refresh-button. More... over 11 years ago
Fixed bug with refresh button on Positions tab. More... over 11 years ago
Broke bullsfirst.scss into page, tab and widget stylesheets. More... over 11 years ago