Commit graph

58 commits

Author SHA1 Message Date
53559dc4f2 Add PagePolicy and PagePolicyKey tables, some indexes and flags on Page table.
Schema changes; please run migration tool on existing Page table to continue using:

    from playhouse.migrate import SqliteMigrator, migrate
    migrator = SqliteMigrator(database)
    migrate(
        migrator.drop_column('page', 'is_redirect'),
        migrator.add_column('page', 'flags', BitField())
    )
2021-04-04 20:05:19 +02:00
6b1c57726d slight UI changes 2021-04-02 23:52:28 +02:00
c7dcb5f3e9 Adjust paragraph line height 2021-03-28 22:46:51 +02:00
855066858a Change titlebar text when page title is known 2021-03-15 22:11:10 +01:00
0394e4b0d4 Add JS page info 2021-03-14 22:50:49 +01:00
2b7d990bb9 Change favicon tone 2021-03-12 12:16:10 +01:00
812c95f341 Enable light/dark switch without JS 2021-02-23 23:54:29 +01:00
c2bf966dac initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01:00