Chen-I Lim
|
15c4c98cd3
|
Refactor database to store Block fields
|
2020-10-15 14:56:15 -07:00 |
|
Jesús Espino
|
67932238bd
|
Small fixes and reformating
|
2020-10-15 22:46:20 +02:00 |
|
Jesús Espino
|
60fe66dd2d
|
Fixing some details
|
2020-10-15 22:43:16 +02:00 |
|
Jesús Espino
|
bd2eb7bc82
|
Merge remote-tracking branch 'origin/main' into split-dialog-and-card-detail
|
2020-10-15 22:34:53 +02:00 |
|
chenilim
|
4f7272ebd1
|
Merge pull request #9 from mattermost/coding-styling
Adding initial coding style checking
|
2020-10-15 13:26:49 -07:00 |
|
Chen-I Lim
|
fccade93ec
|
Refactor Blocks - each with its own class
|
2020-10-15 13:23:33 -07:00 |
|
Chen-I Lim
|
469887f6fe
|
Move blocks to subfolder
|
2020-10-15 12:22:38 -07:00 |
|
Chen-I Lim
|
73c6218222
|
Give SQLite milisecond precision
|
2020-10-15 12:10:04 -07:00 |
|
Chen-I Lim
|
23dc06d392
|
Minor cleanup
|
2020-10-15 12:03:35 -07:00 |
|
Chen-I Lim
|
fdc30d003a
|
minor cleanup
|
2020-10-15 11:59:56 -07:00 |
|
chenilim
|
93d3dd6ee2
|
Merge pull request #15 from mattermost/remove-text-property-from-button
Remove text property from Button because children is enough
|
2020-10-15 11:49:33 -07:00 |
|
chenilim
|
d8cda273e4
|
Merge pull request #14 from mattermost/login-page-improvements
Some improvements in the login page
|
2020-10-15 11:48:33 -07:00 |
|
chenilim
|
3192271e7b
|
Merge pull request #13 from mattermost/sidebar-menu-migration
Sidebar menus migrated to the new menus system
|
2020-10-15 11:47:31 -07:00 |
|
Jesús Espino
|
c905673317
|
Some improvements in the login page
|
2020-10-15 20:43:51 +02:00 |
|
Jesús Espino
|
b801cd84f0
|
Remove text property from Button because children is enough
|
2020-10-15 20:42:58 +02:00 |
|
chenilim
|
c19d49ccff
|
Merge pull request #8 from mattermost/remove-show-card
Removing the need of the global showCard
|
2020-10-15 11:33:13 -07:00 |
|
Jesús Espino
|
5139ee4ac6
|
Using tabs instead of spaces
|
2020-10-15 20:24:02 +02:00 |
|
Jesús Espino
|
cc1c7be1f4
|
Sidebar menus migrated to the new menus system
|
2020-10-15 20:22:42 +02:00 |
|
Jesús Espino
|
91a3a6e33a
|
Removing | null usage
|
2020-10-15 19:56:09 +02:00 |
|
Jesús Espino
|
e740ce43d5
|
Merge branch 'main' into remove-show-card
|
2020-10-15 19:52:36 +02:00 |
|
Jesús Espino
|
f45924c073
|
Splitting cardDialog in to dialog, cardDialog and cardDetail
|
2020-10-15 19:46:32 +02:00 |
|
Chen-I Lim
|
a43ea02616
|
Fix menu css
|
2020-10-15 08:53:38 -07:00 |
|
chenilim
|
6b4915b654
|
Merge pull request #11 from mattermost/singleton-client-and-mutator
Making client and mutator singleton instances
|
2020-10-15 08:39:29 -07:00 |
|
Chen-I Lim
|
12595b1632
|
Merge branch 'main' into singleton-client-and-mutator
|
2020-10-15 08:33:26 -07:00 |
|
Chen-I Lim
|
de18bf10f8
|
Update CSS to support MenuWrapper
|
2020-10-15 08:13:36 -07:00 |
|
chenilim
|
48fdd81867
|
Merge pull request #10 from mattermost/add-menu-wrapper
Add a MenuWrapper component to easily handling the menu show/hide logic and state
|
2020-10-15 08:11:28 -07:00 |
|
Jesús Espino
|
18cb0e8a39
|
Fixing small compilation problems
|
2020-10-15 17:03:41 +02:00 |
|
Jesús Espino
|
f4d3440376
|
Making client and mutator singleton instances
|
2020-10-15 16:57:43 +02:00 |
|
Jesús Espino
|
e3eb3981f0
|
Merge branch 'main' into remove-show-card
|
2020-10-15 08:55:37 +02:00 |
|
Jesús Espino
|
b49a760e4d
|
Merge branch 'main' into add-menu-wrapper
|
2020-10-15 08:52:10 +02:00 |
|
Chen-I Lim
|
9ac8d2b0f9
|
Fix filter assert
|
2020-10-14 17:58:11 -07:00 |
|
Chen-I Lim
|
efba614765
|
Fix text search
|
2020-10-14 17:40:27 -07:00 |
|
Chen-I Lim
|
5c8d869307
|
Fix show filters
|
2020-10-14 17:38:57 -07:00 |
|
Chen-I Lim
|
3c9c5b6aea
|
Refactor IBlock to use fields
|
2020-10-14 17:35:15 -07:00 |
|
Jesús Espino
|
fb9c237ba0
|
Migrate a couple of menus using MenuWrapper
|
2020-10-15 01:49:31 +02:00 |
|
Jesús Espino
|
962c035eab
|
Add MenuWrapper component
|
2020-10-15 01:18:23 +02:00 |
|
Jesús Espino
|
cb306f27db
|
Adding initial coding style checking
|
2020-10-15 01:02:41 +02:00 |
|
Jesús Espino
|
63a8aa6983
|
Merge remote-tracking branch 'origin/main' into remove-show-card
|
2020-10-15 00:49:15 +02:00 |
|
Jesús Espino
|
c6118dd447
|
Removing the need of the global showCard
|
2020-10-15 00:47:10 +02:00 |
|
chenilim
|
a4ff9466e2
|
Merge pull request #1 from mattermost/small-improvements
Improvements around marshalling and status codes
|
2020-10-14 13:45:06 -07:00 |
|
Chen-I Lim
|
96b9d6a5d2
|
Add generic fields to IBlock
|
2020-10-14 13:44:35 -07:00 |
|
Chen-I Lim
|
94cc769d4b
|
Merge from main
|
2020-10-14 12:51:37 -07:00 |
|
Chen-I Lim
|
ef8c9ceccd
|
Merge branch 'main' into small-improvements
|
2020-10-14 12:51:25 -07:00 |
|
chenilim
|
e1a4ee9c4f
|
Merge pull request #7 from mattermost/menu-widget
Sample implementation of the menu widget (some extra work needed)
|
2020-10-14 12:40:55 -07:00 |
|
Chen-I Lim
|
83c040511d
|
Cleanup merge
|
2020-10-14 12:39:34 -07:00 |
|
Chen-I Lim
|
b202277772
|
Merge branch 'main' into menu-widget
|
2020-10-14 12:31:16 -07:00 |
|
Chen-I Lim
|
7f7fec73f2
|
cleanup package-lock.json
|
2020-10-14 12:27:45 -07:00 |
|
chenilim
|
24916c83dc
|
Merge pull request #6 from mattermost/root-portal
Adding root portal and initial test machinery
|
2020-10-14 12:17:18 -07:00 |
|
chenilim
|
8ae838b0a9
|
Merge branch 'main' into root-portal
|
2020-10-14 11:43:14 -07:00 |
|
Chen-I Lim
|
595161eef2
|
Minor cleanup
|
2020-10-14 11:36:46 -07:00 |
|