Commit Graph

617 Commits

Author SHA1 Message Date
Clement Tsang 111eb42064
[skip travis] Add another bit to the PR template 2020-03-04 00:02:04 -05:00
ClementTsang effd494683 Add two new tests; bit unrelated tbh. 2020-03-03 01:02:54 -05:00
ClementTsang a8d3593518 [skip travis] Update README. 2020-03-03 00:59:03 -05:00
ClementTsang 0c65d5ff56 Added spacing for RAM/net column. 2020-03-03 00:54:49 -05:00
ClementTsang f3ebed6185 Add table indicator to basic. 2020-03-03 00:48:07 -05:00
ClementTsang 9cad3bb4ec Add basic flag to sample config, also fixed incorrect flag name for configs. 2020-03-03 00:08:09 -05:00
ClementTsang 808fe4deb1 Update README to include basic flag. 2020-03-03 00:05:49 -05:00
ClementTsang 1ba1b0318f Fixed bug with basic mode and default position with basic variants. 2020-03-02 23:45:44 -05:00
shilangyu 47cc34a8e2 reflected auto config creation 2020-03-02 22:07:41 +01:00
ClementTsang 7ca12b0fa2 Merge branch 'simple_mode' of https://github.com/ClementTsang/bottom into simple_mode 2020-03-02 00:09:58 -05:00
ClementTsang 8ee9b72da2 Changed search to be a constant height of 3. 2020-03-02 00:09:45 -05:00
ClementTsang 225ad5366c Added proper navigation for basic mode. 2020-03-02 00:09:45 -05:00
ClementTsang fcd529aca2 Fixed column organization, need to refactor CPU side to remove any redundant code. 2020-03-02 00:09:45 -05:00
ClementTsang 14c2320de2 Added highlighting + begin finalizing arrangement. Still not done. 2020-03-02 00:09:45 -05:00
ClementTsang 953dd81a5d Added space, fixed div by 0 error. 2020-03-02 00:09:45 -05:00
ClementTsang 269d344c5b Renamed total rx/tx styles. 2020-03-02 00:09:45 -05:00
ClementTsang d917a27faa Add minimal mode widgets
This adds minimal mode widgets to the program.  This is not done, still
gotta play around with rearranging it to look nice.

Also going to have to change search bar to always take a constant 3.
May remove borders.
2020-03-02 00:09:45 -05:00
ClementTsang 4c98fe4fde Refactoring. 2020-03-02 00:09:45 -05:00
ClementTsang eb2622467f Refactoring. 2020-03-02 00:09:45 -05:00
ClementTsang ff43799037 Add basic flag + option. Not functional yet. 2020-03-02 00:09:45 -05:00
ClementTsang df01a94cb0 Another import optimization. 2020-03-02 00:09:45 -05:00
Clement Tsang e8f6896c23
[skip travis] Change to LoC rather than lines 2020-03-02 00:09:15 -05:00
Clement Tsang 1899d4e76d
[skip travis] Add tokei for... fun I guess? 2020-03-02 00:08:12 -05:00
ClementTsang ea86b39688 Changed search to be a constant height of 3. 2020-03-02 00:01:28 -05:00
ClementTsang 7f34061e68 Added proper navigation for basic mode. 2020-03-01 23:53:49 -05:00
ClementTsang 63f2ead48b Fixed column organization, need to refactor CPU side to remove any redundant code. 2020-03-01 17:41:45 -05:00
ClementTsang 227af7654f Added highlighting + begin finalizing arrangement. Still not done. 2020-03-01 17:16:08 -05:00
ClementTsang 8baa04f976 Added space, fixed div by 0 error. 2020-03-01 01:11:22 -05:00
ClementTsang 1a54bb45fb Renamed total rx/tx styles. 2020-03-01 00:29:37 -05:00
ClementTsang f299954c9f Add minimal mode widgets
This adds minimal mode widgets to the program.  This is not done, still
gotta play around with rearranging it to look nice.

Also going to have to change search bar to always take a constant 3.
May remove borders.
2020-03-01 00:27:55 -05:00
Clement Tsang 735038f060
Merge branch 'master' into populate-config 2020-02-29 23:16:15 -05:00
Clement Tsang b991102819
[skip travis] Add "avoid merge conflicts" 2020-02-29 19:37:49 -05:00
ClementTsang f8f523b62e Refactoring. 2020-02-29 17:07:47 -05:00
ClementTsang a0502802d3 Refactoring. 2020-02-29 17:05:01 -05:00
ClementTsang bbd57400d9 Add basic flag + option. Not functional yet. 2020-02-29 16:55:02 -05:00
shilangyu f0da30f2cb added missing endline 2020-02-29 13:06:49 +01:00
shilangyu 6a1fa8f379 rust fmt 2020-02-29 12:54:57 +01:00
shilangyu 622703f4b6 create config if doesnt exist 2020-02-29 12:49:56 +01:00
ClementTsang 01977fffdd Another import optimization. 2020-02-28 23:02:16 -05:00
Clement Tsang 27a04b9dd5
Optimize imports and refactoring using clion (#56)
* Optimized imports as per clion

* Updated rustfmt to remove nightly-only features (for now)

* rustfmt

* [skip travis] Update .gitignore to ignore .idea

* Some more suggestions based on clion.  Mostly removing brackets.
2020-02-28 22:59:17 -05:00
ClementTsang c715133b4d Some more suggestions based on clion. Mostly removing brackets. 2020-02-28 22:39:26 -05:00
ClementTsang eb159a45c4 [skip travis] Update .gitignore to ignore .idea 2020-02-28 22:31:11 -05:00
ClementTsang 75a1934420 rustfmt 2020-02-28 22:27:35 -05:00
ClementTsang 520af2b68f Updated rustfmt to remove nightly-only features (for now) 2020-02-28 22:27:29 -05:00
ClementTsang bbdd7786ce Optimized imports as per clion 2020-02-28 22:24:24 -05:00
Clement Tsang d922f85b95
Merge pull request #50 from ClementTsang/fix_cursor_screen_bug
Fix cursor screen bug
2020-02-28 21:42:52 -05:00
ClementTsang 2f5b5e7269 Move windows to separate dependency. 2020-02-28 21:15:36 -05:00
ClementTsang 6d0136fa26 Remove a debug line. 2020-02-28 21:15:08 -05:00
ClementTsang 05d4982a1a Treat backspace as a cursor left movement. 2020-02-28 19:54:20 -05:00
ClementTsang f0f1ee129e Minor side update
* Update PR template to be a bit more specific
* Update README to state what version of rust I dev on in contributions
* Update rustfmt to remove another unstable line
2020-02-28 01:12:49 -05:00